[wsas-java-dev] svn commit r4628 - trunk/wsas/java/modules/core/bin

svn at wso2.org svn at wso2.org
Mon Jul 2 00:26:25 PDT 2007


Author: azeez
Date: Mon Jul  2 00:26:05 2007
New Revision: 4628

Modified:
   trunk/wsas/java/modules/core/bin/wso2wsas.bat
Log:
Fixing the version



Modified: trunk/wsas/java/modules/core/bin/wso2wsas.bat
==============================================================================
--- trunk/wsas/java/modules/core/bin/wso2wsas.bat	(original)
+++ trunk/wsas/java/modules/core/bin/wso2wsas.bat	Mon Jul  2 00:26:05 2007
@@ -16,7 +16,7 @@
 REM  limitations under the License.
 
 rem ---------------------------------------------------------------------------
-rem Main Script for the WSO2 Web Services Application Server v1.1
+rem Main Script for the WSO2 Web Services Application Server v2.0
 rem
 rem Environment Variable Prequisites
 rem
@@ -110,7 +110,7 @@
 rem ----- commandVersion -------------------------------------------------------
 :commandVersion
 shift
-echo WSO2 WSAS v 1.1 Standalone Edition
+echo WSO2 WSAS v2.0 Standalone Edition
 goto end
 
 rem ----- commandDebug ---------------------------------------------------------
@@ -118,7 +118,7 @@
 shift
 set DEBUG_PORT=%1
 if "%DEBUG_PORT%"=="" goto noDebugPort
-echo Starting WSO2 Web Services Application Server v1.1 in debug mode
+echo Starting WSO2 Web Services Application Server v2.0 in debug mode
 set JAVA_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=%DEBUG_PORT%
 goto findJdk
 
@@ -170,20 +170,20 @@
 goto jdk16
 
 :unknownJdk
-echo Starting WSO2 Web Services Application Server v1.1 (in unsupported JDK)
+echo Starting WSO2 Web Services Application Server v2.0 (in unsupported JDK)
 echo [ERROR] WSO2 WSAS is supported only on JDK 1.4 and higher
 goto end
 
 :jdk14
-  echo Starting WSO2 Web Services Application Server v1.1 (in JDK 1.4)
+  echo Starting WSO2 Web Services Application Server v2.0 (in JDK 1.4)
   set WSO2WSAS_CLASSPATH=%WSO2WSAS_HOME%\lib\bcprov-jdk13-132.jar;%WSO2WSAS_CLASSPATH%
 	goto runServer
 :jdk15
-  echo Starting WSO2 Web Services Application Server v1.1 (in JDK 1.5)
+  echo Starting WSO2 Web Services Application Server v2.0 (in JDK 1.5)
   set WSO2WSAS_CLASSPATH=%WSO2WSAS_HOME%\lib\bcprov-jdk15-132.jar;%WSO2WSAS_CLASSPATH%
 	goto runServer
 :jdk16
-  echo Starting WSO2 Web Services Application Server v1.1 (in JDK 1.6)
+  echo Starting WSO2 Web Services Application Server v2.0 (in JDK 1.6)
   echo [WARNING] WSO2 WSAS has not been fully tested on JDK 1.6
   set WSO2WSAS_CLASSPATH=%WSO2WSAS_HOME%\lib\bcprov-jdk15-132.jar;%WSO2WSAS_CLASSPATH%
 	goto runServer




More information about the Wsas-java-dev mailing list