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 di...@apache.org on 2008/03/15 05:49:25 UTC

svn commit: r637352 - /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/restriction/SimpleRestrictionTest.java

Author: dims
Date: Fri Mar 14 21:49:23 2008
New Revision: 637352

URL: http://svn.apache.org/viewvc?rev=637352&view=rev
Log:
import cleanup issue

Modified:
    webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/restriction/SimpleRestrictionTest.java

Modified: webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/restriction/SimpleRestrictionTest.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/restriction/SimpleRestrictionTest.java?rev=637352&r1=637351&r2=637352&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/restriction/SimpleRestrictionTest.java (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/restriction/SimpleRestrictionTest.java Fri Mar 14 21:49:23 2008
@@ -22,6 +22,20 @@
 import org.apache.axiom.om.OMAbstractFactory;
 import org.apache.axiom.om.OMElement;
 import org.apache.axiom.om.util.StAXUtils;
+import org.tempuri.Address;
+import org.tempuri.ComplexRestrictionTypeTestElement;
+import org.tempuri.EnumerationSimpleTypeElement;
+import org.tempuri.HairColor_type1;
+import org.tempuri.NormalSimpleTypeElement;
+import org.tempuri.ParentEnumerationSimpleType;
+import org.tempuri.ParentNormalSimpleType;
+import org.tempuri.ParentRestrictionType;
+import org.tempuri.ParentSimpleType;
+import org.tempuri.Person;
+import org.tempuri.PersonElement;
+import org.tempuri.TestSimpleAttribute;
+import org.tempuri.TestSimpleAttributeElement;
+import org.tempuri.Zip_type1;
 
 import javax.xml.namespace.QName;
 import javax.xml.stream.XMLStreamReader;



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