You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by de...@apache.org on 2005/06/30 13:49:17 UTC

svn commit: r202535 - in /webservices/axis/trunk/java/modules/tool/script: http-server.bat tcp-server.bat

Author: deepal
Date: Thu Jun 30 04:49:13 2005
New Revision: 202535

URL: http://svn.apache.org/viewcvs?rev=202535&view=rev
Log:
changed M1 to M2

Modified:
    webservices/axis/trunk/java/modules/tool/script/http-server.bat
    webservices/axis/trunk/java/modules/tool/script/tcp-server.bat

Modified: webservices/axis/trunk/java/modules/tool/script/http-server.bat
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/tool/script/http-server.bat?rev=202535&r1=202534&r2=202535&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/tool/script/http-server.bat (original)
+++ webservices/axis/trunk/java/modules/tool/script/http-server.bat Thu Jun 30 04:49:13 2005
@@ -5,6 +5,6 @@
 rem ---------------------------------------------------------------------------
 
 rem get the classes for the simple axis server
-set AXIS2_CLASS_PATH="%AXIS_HOME%";"%AXIS_HOME%\lib\axis2-M1.jar";"%AXIS_HOME%\lib\axis-wsdl4j-1.2-RC1.jar";"%AXIS_HOME%\lib\commons-logging-1.0.3.jar";"%AXIS_HOME%\lib\log4j-1.2.8.jar";"%AXIS_HOME%\lib\stax-1.1.1-dev.jar";"%AXIS_HOME%\lib\stax-api-1.0.jar"
+set AXIS2_CLASS_PATH="%AXIS_HOME%";"%AXIS_HOME%\lib\axis2-M2.jar";"%AXIS_HOME%\lib\axis-wsdl4j-1.2-RC1.jar";"%AXIS_HOME%\lib\commons-logging-1.0.3.jar";"%AXIS_HOME%\lib\log4j-1.2.8.jar";"%AXIS_HOME%\lib\stax-1.1.1-dev.jar";"%AXIS_HOME%\lib\stax-api-1.0.jar"
 
 java -cp %AXIS2_CLASS_PATH% org.apache.axis.transport.http.SimpleHTTPServer %1 %2

Modified: webservices/axis/trunk/java/modules/tool/script/tcp-server.bat
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/tool/script/tcp-server.bat?rev=202535&r1=202534&r2=202535&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/tool/script/tcp-server.bat (original)
+++ webservices/axis/trunk/java/modules/tool/script/tcp-server.bat Thu Jun 30 04:49:13 2005
@@ -5,6 +5,6 @@
 rem ---------------------------------------------------------------------------
 
 rem get the classes for the simple axis server
-set AXIS2_CLASS_PATH="%AXIS_HOME%";"%AXIS_HOME%\lib\axis2-M1.jar";"%AXIS_HOME%\lib\axis-wsdl4j-1.2-RC1.jar";"%AXIS_HOME%\lib\commons-logging-1.0.3.jar";"%AXIS_HOME%\lib\log4j-1.2.8.jar";"%AXIS_HOME%\lib\stax-1.1.1-dev.jar";"%AXIS_HOME%\lib\stax-api-1.0.jar"
+set AXIS2_CLASS_PATH="%AXIS_HOME%";"%AXIS_HOME%\lib\axis2-M2.jar";"%AXIS_HOME%\lib\axis-wsdl4j-1.2-RC1.jar";"%AXIS_HOME%\lib\commons-logging-1.0.3.jar";"%AXIS_HOME%\lib\log4j-1.2.8.jar";"%AXIS_HOME%\lib\stax-1.1.1-dev.jar";"%AXIS_HOME%\lib\stax-api-1.0.jar"
 
 java -cp %AXIS2_CLASS_PATH% org.apache.axis.transport.tcp.TCPServer %1 %2