[wsas-java-dev] svn commit r8529 - branches/wsas/java/2.1/wsf/java/modules/eclipse-wtp-plugins/org.wso2.wsf.ide.wtp.ext/src/org/wso2/wsf/ide/wtp/ext/dumpaar

svn at wso2.org svn at wso2.org
Thu Oct 4 07:05:02 PDT 2007


Author: sandakith
Date: Thu Oct  4 07:04:48 2007
New Revision: 8529

Modified:
   branches/wsas/java/2.1/wsf/java/modules/eclipse-wtp-plugins/org.wso2.wsf.ide.wtp.ext/src/org/wso2/wsf/ide/wtp/ext/dumpaar/AbstractDumpAARWizardPage.java
Log:
Fixing WSFJAVA-53, wrong interpreation on the heading

Modified: branches/wsas/java/2.1/wsf/java/modules/eclipse-wtp-plugins/org.wso2.wsf.ide.wtp.ext/src/org/wso2/wsf/ide/wtp/ext/dumpaar/AbstractDumpAARWizardPage.java
==============================================================================
--- branches/wsas/java/2.1/wsf/java/modules/eclipse-wtp-plugins/org.wso2.wsf.ide.wtp.ext/src/org/wso2/wsf/ide/wtp/ext/dumpaar/AbstractDumpAARWizardPage.java	(original)
+++ branches/wsas/java/2.1/wsf/java/modules/eclipse-wtp-plugins/org.wso2.wsf.ide.wtp.ext/src/org/wso2/wsf/ide/wtp/ext/dumpaar/AbstractDumpAARWizardPage.java	Thu Oct  4 07:04:48 2007
@@ -32,7 +32,7 @@
     
     protected void init(String pageName){
         setTitle("WSAS Dump Archiver");
-        setDescription("Select the custom AAR to Dump");
+        setDescription("Select the IDE created custom Web service to Dump");
         setImageDescriptor(WSASDumpAARPlugin.getWizardImageDescriptor());
         
         /*




More information about the Wsas-java-dev mailing list