You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by ae...@apache.org on 2007/02/23 20:45:16 UTC

svn commit: r511070 - /webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/util/AbstractCommandLineApp.java

Author: aeberbac
Date: Fri Feb 23 11:45:15 2007
New Revision: 511070

URL: http://svn.apache.org/viewvc?view=rev&rev=511070
Log:
MUSE-161: Forgot to remove the wsdl:imports from the wsdls. By the time
we're passing them through to the inspect (which passes them to wsdl4j) we've
already done all of our own importing, so these imports don't matter any more and
should be removed.

Modified:
    webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/util/AbstractCommandLineApp.java

Modified: webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/util/AbstractCommandLineApp.java
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/util/AbstractCommandLineApp.java?view=diff&rev=511070&r1=511069&r2=511070
==============================================================================
--- webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/util/AbstractCommandLineApp.java (original)
+++ webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/util/AbstractCommandLineApp.java Fri Feb 23 11:45:15 2007
@@ -175,6 +175,8 @@
 					true);
 		
 			WsdlUtils.removeSchemaReferences(wsdl.getDocumentElement());
+			WsdlUtils.removeWsdlReferences(wsdl.getDocumentElement());
+			
 			return wsdl;
 		} catch (Exception e) {
 			Object[] filler = getFiller(e);



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