You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by pt...@apache.org on 2008/11/20 16:29:48 UTC

svn commit: r719254 - /gump/metadata/project/cargo.xml

Author: ptahchiev
Date: Thu Nov 20 07:29:47 2008
New Revision: 719254

URL: http://svn.apache.org/viewvc?rev=719254&view=rev
Log:
Changed the path for the produced artifact.

Modified:
    gump/metadata/project/cargo.xml

Modified: gump/metadata/project/cargo.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/cargo.xml?rev=719254&r1=719253&r2=719254&view=diff
==============================================================================
--- gump/metadata/project/cargo.xml (original)
+++ gump/metadata/project/cargo.xml Thu Nov 20 07:29:47 2008
@@ -37,6 +37,7 @@
     
     <junitreport nested="build/test-report" />
     
-    <jar name="uberjar/target/cargo-core-uberjar-1.0-SNAPSHOT.jar"/>
+    <jar name="core/uberjar/target/cargo-core-uberjar-1.0-SNAPSHOT.jar"/>
+
   </project>
 </module>