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/09/06 18:28:20 UTC

svn commit: r440770 - /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/ExtensionUtility.java

Author: thilina
Date: Wed Sep  6 09:28:19 2006
New Revision: 440770

URL: http://svn.apache.org/viewvc?view=rev&rev=440770
Log:
commiting the missing code piece for the code generation backword compatibility mode

Modified:
    webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/ExtensionUtility.java

Modified: webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/ExtensionUtility.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/ExtensionUtility.java?view=diff&rev=440770&r1=440769&r2=440770
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/ExtensionUtility.java (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/ExtensionUtility.java Wed Sep  6 09:28:19 2006
@@ -385,6 +385,10 @@
         if (configuration.isGenerateAll()) {
             options.setGenerateAll(true);
         }
+        
+        if (configuration.isBackwordCompatibilityMode()) {
+            options.setBackwordCompatibilityMode(true);
+        }
     }
 
 }



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