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 2007/04/27 16:26:33 UTC

svn commit: r533117 - /gump/metadata/project/junit.xml

Author: bodewig
Date: Fri Apr 27 07:26:33 2007
New Revision: 533117

URL: http://svn.apache.org/viewvc?view=rev&rev=533117
Log:
jar file name changes

Modified:
    gump/metadata/project/junit.xml

Modified: gump/metadata/project/junit.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/junit.xml?view=diff&rev=533117&r1=533116&r2=533117
==============================================================================
--- gump/metadata/project/junit.xml (original)
+++ gump/metadata/project/junit.xml Fri Apr 27 07:26:33 2007
@@ -29,6 +29,7 @@
     <package>org.junit</package>
 
     <ant>
+      <property name="binjar" value="junit-@@DATE@@.jar"/>
       <property name="dist" reference="home" project="junit"/>
       <property name="jarfile" value="junit.jar" />
     </ant>
@@ -36,11 +37,10 @@
     <depend project="bootstrap-ant"/>
     <depend project="xml-apis"/>
     <depend project="xml-xerces"/>
-    <work parent="dist/junit"/>
-    <work parent="dist/junit/junit.jar" />
+    <work parent="dist/junit/bin"/>
 
     <home parent="dist/junit"/>
-    <jar name="junit.jar" id="junit"/>
+    <jar name="junit-@@DATE@@.jar" id="junit"/>
     <javadoc parent="dist/junit/javadoc"/>
     <nag from="Gump Integration &lt;general@gump.apache.org&gt;"
          to="David Saff &lt;saff@mit.edu&gt;" />