You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by no...@apache.org on 2005/07/13 10:14:57 UTC

svn commit: r216124 - /gump/metadata/project/muse.xml

Author: (unknown)
Date: Wed Jul 13 01:14:55 2005
New Revision: 216124

URL: http://svn.apache.org/viewcvs?rev=216124&view=rev
Log:
the directories no longer exist, so I consider the projects dead

Modified:
    gump/metadata/project/muse.xml

Modified: gump/metadata/project/muse.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/muse.xml?rev=216124&r1=216123&r2=216124&view=diff
==============================================================================
--- gump/metadata/project/muse.xml (original)
+++ gump/metadata/project/muse.xml Wed Jul 13 01:14:55 2005
@@ -41,11 +41,13 @@
     <depend project="packaged-jaxen" />   
     <depend project="ws-axis" />
     <depend project="wsdl4j" />
-    <depend project="wsfx-axis-types" />
-    <depend project="wsfx-xmlbeans" />   
     <depend project="xalan" /> <!-- needed when building w/ JDK 1.5 or Kaffe -->
     <depend project="xml-xmlbeans-v1" />
     
+    <!-- no longer there, no idea what replaces them -->
+    <!-- depend project="wsfx-axis-types" />
+    <depend project="wsfx-xmlbeans" /-->   
+
     <!-- work dirs to be included in classpath -->
     <work nested="target/classes" />
     
@@ -60,54 +62,4 @@
     
   </project>
 
-  <project name="wsfx-axis-types">
-  
-    <maven basedir="axis-types" goal="jar">
-      <property name="maven.final.name" value="wsfx-axis-types-@@DATE@@" />
-      <property name="maven.jar.axis-wsdl4j"
-        project="wsdl4j" id="wsdl4j" reference="jarpath"/>
-    </maven>
-    <package>axis</package>
-    
-    <depend project="commons-discovery" />
-    <depend project="commons-logging" />
-    <depend project="ws-axis" />
-    <depend project="wsdl4j" />
-    
-    <!-- work dirs to be included in classpath -->
-    <work nested="target/classes" />
-    
-    <!-- jar(s) produced by the build -->
-    <jar name="axis-types/target/wsfx-axis-types-@@DATE@@.jar" />
-    
-    <license name="LICENSE.txt" />
-    
-    <nag to="muse-dev@ws.apache.org" from="Ian Springer &lt;ips@apache.org&gt;" />
-    
-  </project>  
-
-  <project name="wsfx-xmlbeans">
-  
-    <maven basedir="xmlbeans" goal="jar">
-      <property name="maven.final.name" value="wsfx-xmlbeans-@@DATE@@" />
-    </maven>
-    <package>com.ibm.xmlns.stdwip.webServices</package>
-    <package>org.oasisOpen.docs</package>
-    <package>org.w3.xml</package>
-    <package>org.xmlsoap.schemas</package>
-        
-    <depend project="xml-xmlbeans-v1" />
-    
-    <!-- work dirs to be included in classpath -->
-    <work nested="target/classes" />
-    
-    <!-- jar(s) produced by the build -->
-    <jar name="xmlbeans/target/wsfx-xmlbeans-@@DATE@@.jar" />
-    
-    <license name="LICENSE.txt" />
-    
-    <nag to="muse-dev@ws.apache.org" from="Ian Springer &lt;ips@apache.org&gt;" />
-    
-  </project>  
-    
 </module>