You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/11/21 09:59:00 UTC

svn commit: r345871 - in /gump/metadata/project: xml-xalan.xml xml-xerces2.xml

Author: bodewig
Date: Mon Nov 21 00:58:55 2005
New Revision: 345871

URL: http://svn.apache.org/viewcvs?rev=345871&view=rev
Log:
forgot to remove java prefix from some pathes

Modified:
    gump/metadata/project/xml-xalan.xml
    gump/metadata/project/xml-xerces2.xml

Modified: gump/metadata/project/xml-xalan.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/xml-xalan.xml?rev=345871&r1=345870&r2=345871&view=diff
==============================================================================
--- gump/metadata/project/xml-xalan.xml (original)
+++ gump/metadata/project/xml-xalan.xml Mon Nov 21 00:58:55 2005
@@ -45,8 +45,8 @@
     <depend project="bcel" runtime="true"/>
     <depend project="xml-apis"/>
     <depend project="jaxp" ids="xalan"/>
-    <work nested="java/build/classes"/>
-    <work nested="java/build/serializer"/>
+    <work nested="build/classes"/>
+    <work nested="build/serializer"/>
 
     <home nested="build"/>
     <jar  name="xalan-unbundled.jar" type="boot" id="xalan" />
@@ -70,8 +70,8 @@
     <depend project="jlex" runtime="true"/>
     <depend project="bcel" runtime="true"/>
     <depend project="xml-apis"/>
-    <work nested="java/build/classes"/>
-    <work nested="java/build/serializer"/>
+    <work nested="build/classes"/>
+    <work nested="build/serializer"/>
 
     <home nested="build"/>
     <jar  name="xsltc.jar" type="boot" id="xsltc" />
@@ -96,9 +96,9 @@
     <depend project="ejb"/>
     <depend project="bcel" runtime="true"/>
     <depend project="xalan2jdoc"/>
-    <work nested="java/build/classes"/>
+    <work nested="build/classes"/>
 
-    <javadoc nested="java/build/xalan-j_@@DATE@@/docs/apidocs" 
+    <javadoc nested="build/xalan-j_@@DATE@@/docs/apidocs" 
       project="xalan"/>
 
     <nag from="Sam Ruby &lt;rubys@us.ibm.com&gt;"

Modified: gump/metadata/project/xml-xerces2.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/xml-xerces2.xml?rev=345871&r1=345870&r2=345871&view=diff
==============================================================================
--- gump/metadata/project/xml-xerces2.xml (original)
+++ gump/metadata/project/xml-xerces2.xml Mon Nov 21 00:58:55 2005
@@ -38,7 +38,7 @@
     <home nested="build"/>
     <jar name="xercesImpl.jar" id="xml-parser" type="boot"/>
 
-    <license name="java/LICENSE"/>
+    <license name="LICENSE"/>
 
     <nag from="Sam Ruby &lt;rubys@us.ibm.com&gt;"
          to="j-dev@xerces.apache.org"/>
@@ -49,7 +49,7 @@
     <depend project="xml-xerces"/>
     <home nested="build"/>
     <jar name="xercesImpl.jar" id="xercesImpl"/>
-    <license name="java/LICENSE"/>
+    <license name="LICENSE"/>
   </project>
 
   <!-- package up the distribution -->
@@ -65,7 +65,7 @@
     <depend project="xml-stylebook2" inherit="runtime"/>
     <depend project="xml-site"/>
 
-    <javadoc nested="java/build/docs/javadocs" project="xml-xerces2">
+    <javadoc nested="build/docs/javadocs" project="xml-xerces2">
       <description dir="api">XML Standard API</description>
       <description dir="xni">Xerces Native Interface</description>
       <description dir="xs">XML Schema API</description>