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/07/02 06:09:49 UTC

svn commit: r208820 - in /webservices/axis/trunk/java/modules/tool/script: WSDL2Code.bat WSDL2Java.bat http-server.bat http-server.sh tcp-server.bat tcp-server.sh

Author: deepal
Date: Fri Jul  1 21:09:47 2005
New Revision: 208820

URL: http://svn.apache.org/viewcvs?rev=208820&view=rev
Log:
changed axis-->axis2

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

Modified: webservices/axis/trunk/java/modules/tool/script/WSDL2Code.bat
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/tool/script/WSDL2Code.bat?rev=208820&r1=208819&r2=208820&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/tool/script/WSDL2Code.bat (original)
+++ webservices/axis/trunk/java/modules/tool/script/WSDL2Code.bat Fri Jul  1 21:09:47 2005
@@ -21,6 +21,6 @@
 rem set the classes
 set AXIS2_CLASS_PATH="%AXIS_HOME%";"%AXIS_HOME%\lib\axis2-M2.jar";"%AXIS_HOME%\lib\axis-wsdl4j-1.2.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\xbean-2.0.0-beta1.jar";"%AXIS_HOME%\lib\stax-api-1.0.jar"
 
-java -cp %AXIS2_CLASS_PATH% org.apache.axis.wsdl.WSDL2Code %1 %2 %3 %4 %5 %6 %7 %8 %9 
+java -cp %AXIS2_CLASS_PATH% org.apache.axis2.wsdl.WSDL2Code %1 %2 %3 %4 %5 %6 %7 %8 %9 
 
 :end

Modified: webservices/axis/trunk/java/modules/tool/script/WSDL2Java.bat
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/tool/script/WSDL2Java.bat?rev=208820&r1=208819&r2=208820&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/tool/script/WSDL2Java.bat (original)
+++ webservices/axis/trunk/java/modules/tool/script/WSDL2Java.bat Fri Jul  1 21:09:47 2005
@@ -21,6 +21,6 @@
 rem set the classes
 set AXIS2_CLASS_PATH="%AXIS_HOME%";"%AXIS_HOME%\lib\axis2-M2.jar";"%AXIS_HOME%\lib\axis-wsdl4j-1.2.jar";"%AXIS_HOME%\lib\commons-logging-1.0.3.jar";"%AXIS_HOME%\lib\xbean-2.0.0-beta1.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.wsdl.WSDL2Java %1 %2 %3 %4 %5 %6 %7 %8 %9
+java -cp %AXIS2_CLASS_PATH% org.apache.axis2.wsdl.WSDL2Java %1 %2 %3 %4 %5 %6 %7 %8 %9
 
 :end

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=208820&r1=208819&r2=208820&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/tool/script/http-server.bat (original)
+++ webservices/axis/trunk/java/modules/tool/script/http-server.bat Fri Jul  1 21:09:47 2005
@@ -7,4 +7,4 @@
 rem get the classes for the simple axis server
 set AXIS2_CLASS_PATH="%AXIS_HOME%";"%AXIS_HOME%\lib\axis2-M2.jar";"%AXIS_HOME%\lib\axis-wsdl4j-1.2.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
+java -cp %AXIS2_CLASS_PATH% org.apache.axis2.transport.http.SimpleHTTPServer %1 %2

Modified: webservices/axis/trunk/java/modules/tool/script/http-server.sh
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/tool/script/http-server.sh?rev=208820&r1=208819&r2=208820&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/tool/script/http-server.sh (original)
+++ webservices/axis/trunk/java/modules/tool/script/http-server.sh Fri Jul  1 21:09:47 2005
@@ -15,4 +15,4 @@
 AXIS2_CLASSPATH=$AXIS2_CLASSPATH:./lib/stax-api-1.0.jar
 export AXIS2_CLASSPATH
 echo the classpath $AXIS2_CLASSPATH
-java -classpath $AXIS2_CLASSPATH org.apache.axis.transport.http.SimpleHTTPServer $1 $2
+java -classpath $AXIS2_CLASSPATH org.apache.axis2.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=208820&r1=208819&r2=208820&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/tool/script/tcp-server.bat (original)
+++ webservices/axis/trunk/java/modules/tool/script/tcp-server.bat Fri Jul  1 21:09:47 2005
@@ -7,4 +7,4 @@
 rem get the classes for the simple axis server
 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
+java -cp %AXIS2_CLASS_PATH% org.apache.axis2.transport.tcp.TCPServer %1 %2

Modified: webservices/axis/trunk/java/modules/tool/script/tcp-server.sh
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/tool/script/tcp-server.sh?rev=208820&r1=208819&r2=208820&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/tool/script/tcp-server.sh (original)
+++ webservices/axis/trunk/java/modules/tool/script/tcp-server.sh Fri Jul  1 21:09:47 2005
@@ -9,4 +9,4 @@
 AXIS2_CLASSPATH=$AXIS2_CLASSPATH:./lib/stax-api-1.0.jar
 export AXIS2_CLASSPATH
 echo the classpath $AXIS2_CLASSPATH
-java -classpath $AXIS2_CLASSPATH org.apache.axis.transport.tcp.TCPServer  $1 $2
+java -classpath $AXIS2_CLASSPATH org.apache.axis2.transport.tcp.TCPServer  $1 $2