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 2009/03/03 08:44:44 UTC

svn commit: r749552 - /gump/metadata/project/rat.xml

Author: bodewig
Date: Tue Mar  3 07:44:44 2009
New Revision: 749552

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

Modified:
    gump/metadata/project/rat.xml

Modified: gump/metadata/project/rat.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/rat.xml?rev=749552&r1=749551&r2=749552&view=diff
==============================================================================
--- gump/metadata/project/rat.xml (original)
+++ gump/metadata/project/rat.xml Tue Mar  3 07:44:44 2009
@@ -35,7 +35,12 @@
     <option project="commons-collections"/>
     <option project="commons-lang"/>
     <option project="junit"/>
-    <jar name="rat-core/target/rat-core-0.6-SNAPSHOT.jar" id="rat-core"/>
+    <jar name="apache-rat-core/target/apache-rat-core-0.6-SNAPSHOT.jar"
+         id="apache-rat-core"/>
+    <jar name="apache-rat-plugin/target/apache-rat-plugin-0.6-SNAPSHOT.jar"
+         id="apache-rat-plugin"/>
+    <jar name="apache-rat-tasks/target/apache-rat-tasks-0.6-SNAPSHOT.jar"
+         id="apache-rat-tasks"/>
   </project>
   
   <project name="rat-test">