You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by tv...@apache.org on 2009/04/16 18:22:32 UTC

svn commit: r765679 - /gump/metadata/project/db-torque.xml

Author: tv
Date: Thu Apr 16 16:22:31 2009
New Revision: 765679

URL: http://svn.apache.org/viewvc?rev=765679&view=rev
Log:
Fixed jar names

Modified:
    gump/metadata/project/db-torque.xml

Modified: gump/metadata/project/db-torque.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/db-torque.xml?rev=765679&r1=765678&r2=765679&view=diff
==============================================================================
--- gump/metadata/project/db-torque.xml (original)
+++ gump/metadata/project/db-torque.xml Thu Apr 16 16:22:31 2009
@@ -31,7 +31,7 @@
     <depend project="xml-apis"/>
     <depend project="xml-xerces"/>
 
-    <jar name="torque-templates/target/torque-templates-4.0-alpha1-SNAPSHOT.jar"/>
+    <!-- jar name="torque-maven-parent/target/torque-parent-4.0-alpha1-SNAPSHOT.jar"/ -->
     <license name="torque-maven-parent/LICENSE.txt"/>
 
     <nag from="general@gump.apache.org"
@@ -68,7 +68,8 @@
 
     <work nested="target/classes"/>
     <home nested="target"/>
-    <jar name="torque-runtime-@@DATE@@.jar"/>
+
+    <jar name="torque-runtime/target/torque-runtime-4.0-alpha1-SNAPSHOT.jar"/>
     <license name="torque-maven-parent/LICENSE.txt"/>
     <javadoc nested="docs/apidocs"/>
 
@@ -107,7 +108,8 @@
     <depend project="xml-xerces"/>
 
     <home nested="target"/>
-    <jar name="torque-generator-@@DATE@@.jar"/>
+
+    <jar name="torque-generator/target/torque-generator-4.0-alpha1-SNAPSHOT.jar"/>
     <license name="torque-maven-parent/LICENSE.txt"/>
 
     <nag from="general@gump.apache.org"