equal
deleted
inserted
replaced
|
1 # |
|
2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 # All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Nokia Corporation - initial contribution. |
|
11 # |
|
12 # Contributors: |
|
13 # |
|
14 # Description: |
|
15 # |
1 #This module is used by startbuild.pl |
16 #This module is used by startbuild.pl |
2 #It asks for some BuildLaunch data from the user and performs some checks on this data |
17 #It asks for some BuildLaunch data from the user and performs some checks on this data |
3 #This is then input to the BuildLaunch.xml file and then opens the file for the user to verify before launching the build. |
18 #This is then input to the BuildLaunch.xml file and then opens the file for the user to verify before launching the build. |
4 |
19 |
5 package BuildLaunchChecks; |
20 package BuildLaunchChecks; |