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 2006/11/18 21:45:44 UTC

svn commit: r476603 - /gump/metadata/project/xstream.xml

Author: billbarker
Date: Sat Nov 18 12:45:43 2006
New Revision: 476603

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

Modified:
    gump/metadata/project/xstream.xml

Modified: gump/metadata/project/xstream.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/xstream.xml?view=diff&rev=476603&r1=476602&r2=476603
==============================================================================
--- gump/metadata/project/xstream.xml (original)
+++ gump/metadata/project/xstream.xml Sat Nov 18 12:45:43 2006
@@ -55,11 +55,11 @@
   </project>
 
   <project name="joda-time">
-    <jar name="lib/joda-time-1.2.1.jar"/>
+    <jar name="xstream/lib/joda-time-1.2.1.jar"/>
   </project>
 
   <project name="xml-writer">
-    <jar name="lib/xml-writer-0.2.jar"/>
+    <jar name="xstream/lib/xml-writer-0.2.jar"/>
   </project>
 
 </module>