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:53:27 UTC

svn commit: r465485 - in /webservices/axis2/branches/java/1_1/modules/xmlbeans/test/org/apache/axis2/xmlbeans: WSDL2JavaFailureTestBase.java WSDL2JavaSuccessTestBase.java

Author: thilina
Date: Wed Oct 18 21:53:26 2006
New Revision: 465485

URL: http://svn.apache.org/viewvc?view=rev&rev=465485
Log:
moving the commandLineParser

Modified:
    webservices/axis2/branches/java/1_1/modules/xmlbeans/test/org/apache/axis2/xmlbeans/WSDL2JavaFailureTestBase.java
    webservices/axis2/branches/java/1_1/modules/xmlbeans/test/org/apache/axis2/xmlbeans/WSDL2JavaSuccessTestBase.java

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test/org/apache/axis2/xmlbeans/WSDL2JavaFailureTestBase.java
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test/org/apache/axis2/xmlbeans/WSDL2JavaFailureTestBase.java?view=diff&rev=465485&r1=465484&r2=465485
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test/org/apache/axis2/xmlbeans/WSDL2JavaFailureTestBase.java (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test/org/apache/axis2/xmlbeans/WSDL2JavaFailureTestBase.java Wed Oct 18 21:53:26 2006
@@ -17,11 +17,12 @@
 package org.apache.axis2.xmlbeans;
 
 import junit.framework.TestCase;
+
+import org.apache.axis2.util.CommandLineOption;
+import org.apache.axis2.util.CommandLineOptionConstants;
+import org.apache.axis2.util.CommandLineOptionParser;
 import org.apache.axis2.wsdl.codegen.CodeGenerationEngine;
 import org.apache.axis2.wsdl.codegen.CodeGenerationException;
-import org.apache.axis2.wsdl.util.CommandLineOption;
-import org.apache.axis2.wsdl.util.CommandLineOptionConstants;
-import org.apache.axis2.wsdl.util.CommandLineOptionParser;
 import org.apache.tools.ant.BuildException;
 import org.apache.tools.ant.Project;
 import org.apache.tools.ant.Target;

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test/org/apache/axis2/xmlbeans/WSDL2JavaSuccessTestBase.java
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test/org/apache/axis2/xmlbeans/WSDL2JavaSuccessTestBase.java?view=diff&rev=465485&r1=465484&r2=465485
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test/org/apache/axis2/xmlbeans/WSDL2JavaSuccessTestBase.java (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test/org/apache/axis2/xmlbeans/WSDL2JavaSuccessTestBase.java Wed Oct 18 21:53:26 2006
@@ -17,11 +17,12 @@
 package org.apache.axis2.xmlbeans;
 
 import junit.framework.TestCase;
+
+import org.apache.axis2.util.CommandLineOption;
+import org.apache.axis2.util.CommandLineOptionConstants;
+import org.apache.axis2.util.CommandLineOptionParser;
 import org.apache.axis2.wsdl.codegen.CodeGenerationEngine;
 import org.apache.axis2.wsdl.codegen.CodeGenerationException;
-import org.apache.axis2.wsdl.util.CommandLineOption;
-import org.apache.axis2.wsdl.util.CommandLineOptionConstants;
-import org.apache.axis2.wsdl.util.CommandLineOptionParser;
 import org.apache.tools.ant.Project;
 import org.apache.tools.ant.Target;
 import org.apache.tools.ant.taskdefs.Javac;



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