You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by th...@apache.org on 2006/10/19 06:34:46 UTC

svn commit: r465479 - /webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/transport/SimpleAxis2Server.java

Author: thilina
Date: Wed Oct 18 21:34:45 2006
New Revision: 465479

URL: http://svn.apache.org/viewvc?view=rev&rev=465479
Log:
part 2 of renaming

Added:
    webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/transport/SimpleAxis2Server.java
      - copied, changed from r465461, webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/transport/SimpleAxisServer.java

Copied: webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/transport/SimpleAxis2Server.java (from r465461, webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/transport/SimpleAxisServer.java)
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/transport/SimpleAxis2Server.java?view=diff&rev=465479&p1=webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/transport/SimpleAxisServer.java&r1=465461&p2=webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/transport/SimpleAxis2Server.java&r2=465479
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/transport/SimpleAxisServer.java (original)
+++ webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/transport/SimpleAxis2Server.java Wed Oct 18 21:34:45 2006
@@ -13,16 +13,16 @@
 import org.apache.axis2.description.TransportInDescription;
 import org.apache.axis2.engine.ListenerManager;
 import org.apache.axis2.transport.http.SimpleHTTPServer;
+import org.apache.axis2.util.CommandLineOption;
+import org.apache.axis2.util.CommandLineOptionParser;
 import org.apache.axis2.util.OptionsParser;
-import org.apache.axis2.wsdl.util.CommandLineOption;
-import org.apache.axis2.wsdl.util.CommandLineOptionParser;
-import org.apache.axis2.wsdl.util.OptionsValidator;
-import org.apache.axis2.wsdl.util.CommandLineOptionConstants.Java2WSDLConstants;
-import org.apache.axis2.wsdl.util.CommandLineOptionConstants.WSDL2JavaConstants;
+import org.apache.axis2.util.OptionsValidator;
+import org.apache.axis2.util.CommandLineOptionConstants.Java2WSDLConstants;
+import org.apache.axis2.util.CommandLineOptionConstants.WSDL2JavaConstants;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 
-public class SimpleAxisServer {
+public class SimpleAxis2Server {
 
     private static final Log log = LogFactory.getLog(SimpleHTTPServer.class);
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org