You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2009/08/31 00:37:15 UTC

svn commit: r809435 - /gump/metadata/project/commons-proper.xml

Author: billbarker
Date: Sun Aug 30 22:37:15 2009
New Revision: 809435

URL: http://svn.apache.org/viewvc?rev=809435&view=rev
Log:
Fix somemore broken M1 build.xml files

Modified:
    gump/metadata/project/commons-proper.xml

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=809435&r1=809434&r2=809435&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Sun Aug 30 22:37:15 2009
@@ -32,6 +32,11 @@
                 value="commons-attributes-api-@@DATE@@"/>
       <property name="final.name.compiler" 
                 value="commons-attributes-compiler-@@DATE@@"/>
+      <property name="classesdir" value="target/classes" />
+      <property name="testclassesdir" value="target/test-classes" />
+      <property name="distdir" value="dist" />
+      <property name="defaulttargetdir" value="target" />
+      <property name="plugindir" value="plugin" />
     </ant>
     <depend project="ant" inherit="runtime"/>
     <depend project="qdox" runtime="true"/>
@@ -94,7 +99,7 @@
       <sysproperty name="ant.build.clonevm" value="true"/>
       <property name="classesdir" value="target/classes" />
       <property name="testclassesdir" value="target/test-classes" />
-      <property name="distdir" value="dist" />
+      <property name="defaulttargetdir" value="target" />
     </ant>
 
     <!-- All Maven projects need Ant and Xerces to build. -->
@@ -147,6 +152,10 @@
 
     <ant basedir="chain" buildfile="build.xml" target="jar">
       <property name="final.name" value="commons-chain-@@DATE@@"/>
+      <property name="classesdir" value="target/classes" />
+      <property name="testclassesdir" value="target/test-classes" />
+      <property name="distdir" value="dist" />
+      <property name="defaulttargetdir" value="target" />
     </ant>
 
     <depend project="jsfri" ids="jsf-api"/>
@@ -579,7 +588,7 @@
     <package>org.apache.commons.jxpath</package>
     <description>XPath traversal of JavaBeans</description>
     <ant basedir="jxpath" target="dist">
-      <property name="component.version" value="@@DATE@@"/>
+      <property name="final.name" value="commons-jxpath"/>
       <depend property="junit.jar" project="junit"/>
       <depend property="j2ee.jar"      project="jakarta-servletapi-5-servlet"/>
       <depend property="jaxp.jaxp.jar" project="xml-apis" id="xml-apis"/>
@@ -587,6 +596,7 @@
       <property name="classesdir" value="target/classes" />
       <property name="testclassesdir" value="target/test-classes" />
       <property name="distdir" value="dist" />
+      <property name="defaulttargetdir" value="target" />
     </ant>
     <depend project="ant" inherit="runtime"/>
     <depend project="anakia" inherit="runtime"/>