You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by ip...@apache.org on 2004/12/11 20:29:51 UTC

svn commit: r111617 - /incubator/muse/trunk/project.xml

Author: ips
Date: Sat Dec 11 11:29:50 2004
New Revision: 111617

URL: http://svn.apache.org/viewcvs?view=rev&rev=111617
Log:
now uses wsdl4j:wsdl4j v1.5-SNAPSHOT instead of axis:axis-wsdl4j

Modified:
   incubator/muse/trunk/project.xml

Modified: incubator/muse/trunk/project.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/project.xml?view=diff&rev=111617&p1=incubator/muse/trunk/project.xml&r1=111616&p2=incubator/muse/trunk/project.xml&r2=111617
==============================================================================
--- incubator/muse/trunk/project.xml	(original)
+++ incubator/muse/trunk/project.xml	Sat Dec 11 11:29:50 2004
@@ -152,19 +152,7 @@
         <usage>Needed for building classes that reference SAAJ APIs.</usage>
       </properties>
     </dependency>
-    
-    <dependency>
-      <groupId>axis</groupId>
-      <artifactId>axis-wsdl4j</artifactId>
-      <version>1.2-RC2</version>
-      <url>http://ws.apache.org/axis/</url>
-      <properties>      
-        <license>CommonPublicLicense-1.0.txt</license>
-        <war.bundle>true</war.bundle>
-        <usage>Needed for working with WSDL files as objects.</usage>
-      </properties>
-    </dependency>
-    
+        
     <dependency>
       <groupId>commons-discovery</groupId>
       <artifactId>commons-discovery</artifactId>
@@ -308,6 +296,18 @@
         <license>BinaryCodeLicense-ServletApi.txt</license>
         <war.bundle>false</war.bundle>
         <usage>Needed to compile our servlet.</usage>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>wsdl4j</groupId>
+      <artifactId>wsdl4j</artifactId>
+      <version>1.5-SNAPSHOT</version>
+      <url>http://www-124.ibm.com/developerworks/projects/wsdl4j/</url>
+      <properties>      
+        <license>CommonPublicLicense-1.0.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>Needed for working with WSDL files as objects.</usage>
       </properties>
     </dependency>
     

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