Author: ajith
Date: Tue Dec 20 06:37:38 2005
New Revision: 357995

URL: http://svn.apache.org/viewcvs?rev=357995&view=rev
Log:
a small change. Need this inorder to keep the build intact

Modified:
    
webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/schema/XSD2Java.java

Modified: 
webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/schema/XSD2Java.java
URL: 
http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/schema/XSD2Java.java?rev=357995&r1=357994&r2=357995&view=diff
==============================================================================
--- 
webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/schema/XSD2Java.java
 (original)
+++ 
webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/schema/XSD2Java.java
 Tue Dec 20 06:37:38 2005
@@ -73,14 +73,15 @@
             CompilerOptions compilerOptions = new CompilerOptions();
             compilerOptions.setOutputLocation(outputFolder);
             //##############################
-             compilerOptions.setWrapClasses(true);
+            // compilerOptions.setPackageName("adb");
+            //  compilerOptions.setWrapClasses(true);
             //##############################
 
             SchemaCompiler compiler = new SchemaCompiler(compilerOptions);
             compiler.compile(currentSchema);
 
         } catch (Exception e) {
-           throw new RuntimeException("Compiler caused an exception",e);
+            throw new RuntimeException("Compiler caused an exception",e);
         }
     }
 }


Reply via email to