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/09/17 04:01:48 UTC

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

Author: billbarker
Date: Thu Sep 17 02:01:47 2009
New Revision: 816028

URL: http://svn.apache.org/viewvc?rev=816028&view=rev
Log:
fix jar location

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=816028&r1=816027&r2=816028&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Thu Sep 17 02:01:47 2009
@@ -220,8 +220,8 @@
   <project name="commons-collections-testframework">
     <package>org.apache.commons.collections</package>
     <depend project="commons-collections"><noclasspath/></depend>
-    <home nested="collections/build"/>
-    <jar name="commons-collections-testframework-@@DATE@@.jar"/>
+    <home nested="collections/target"/>
+    <jar name="commons-collections-testframework-3.3-SNAPSHOT.jar"/>
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>