CLEAN_AND_BUILD_MENU item is changed extlib_licenses_2007_base
authorca@netbeans.org
Tue, 24 Jul 2007 08:54:29 +0000
changeset 24329be70c434f20
parent 2431 2a02da62c6c1
child 2433 6b0c179bae7d
CLEAN_AND_BUILD_MENU item is changed
enterprise/bpel/test/qa-functional/src/org/netbeans/test/bpel/verification/lib/ProjectManager.java
     1.1 --- a/enterprise/bpel/test/qa-functional/src/org/netbeans/test/bpel/verification/lib/ProjectManager.java	Tue Jul 24 06:27:37 2007 +0000
     1.2 +++ b/enterprise/bpel/test/qa-functional/src/org/netbeans/test/bpel/verification/lib/ProjectManager.java	Tue Jul 24 08:54:29 2007 +0000
     1.3 @@ -50,7 +50,7 @@
     1.4      private final static String LOCAL_WSDL_OPT="From Local File System";
     1.5      private final static String FINISH_BTN = "Finish";
     1.6      private final static String OPEN_BPEL_MENU = "Open";
     1.7 -    private final static String CLEAN_AND_BUILD_MENU = "Clean and Build Project";
     1.8 +    private final static String CLEAN_AND_BUILD_MENU = "Clean and Build";
     1.9      private final static String OUTPUT_TTL="build.xml";
    1.10      private final static String SUCCESS_TXT="BUILD SUCCESSFUL";
    1.11      
    1.12 @@ -147,7 +147,7 @@
    1.13          JemmyProperties.setCurrentTimeout("ComponentOperator.WaitStateTimeout", 60000);
    1.14          outTab.waitText(SUCCESS_TXT);        
    1.15          }catch(Exception e){
    1.16 -            VerificationException ex = new VerificationException(e, "Compilation failed");
    1.17 +            VerificationException ex = new VerificationException(e, "Build failed");
    1.18              throw ex;
    1.19          }
    1.20      }