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:41:47 UTC

svn commit: r465482 - /webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/src/main/java/org/apache/axis2/ant/AntCodegenTask.java

Author: thilina
Date: Wed Oct 18 21:41:47 2006
New Revision: 465482

URL: http://svn.apache.org/viewvc?view=rev&rev=465482
Log:
Side effects due to CommandLineOptionsParser

Modified:
    webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/src/main/java/org/apache/axis2/ant/AntCodegenTask.java

Modified: webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/src/main/java/org/apache/axis2/ant/AntCodegenTask.java
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/src/main/java/org/apache/axis2/ant/AntCodegenTask.java?view=diff&rev=465482&r1=465481&r2=465482
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/src/main/java/org/apache/axis2/ant/AntCodegenTask.java (original)
+++ webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/src/main/java/org/apache/axis2/ant/AntCodegenTask.java Wed Oct 18 21:41:47 2006
@@ -18,9 +18,9 @@
 
 import org.apache.axis2.util.URLProcessor;
 import org.apache.axis2.wsdl.codegen.CodeGenerationEngine;
-import org.apache.axis2.wsdl.util.CommandLineOption;
-import org.apache.axis2.wsdl.util.CommandLineOptionConstants;
-import org.apache.axis2.wsdl.util.CommandLineOptionParser;
+import org.apache.axis2.util.CommandLineOption;
+import org.apache.axis2.util.CommandLineOptionConstants;
+import org.apache.axis2.util.CommandLineOptionParser;
 import org.apache.axis2.wsdl.util.ConfigPropertyFileLoader;
 import org.apache.tools.ant.AntClassLoader;
 import org.apache.tools.ant.BuildException;



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