You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ni...@apache.org on 2005/09/04 02:30:44 UTC

svn commit: r267526 - /gump/metadata/project/struts.xml

Author: niallp
Date: Sat Sep  3 17:30:33 2005
New Revision: 267526

URL: http://svn.apache.org/viewcvs?rev=267526&view=rev
Log:
Correct output jar name

Modified:
    gump/metadata/project/struts.xml

Modified: gump/metadata/project/struts.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/struts.xml?rev=267526&r1=267525&r2=267526&view=diff
==============================================================================
--- gump/metadata/project/struts.xml (original)
+++ gump/metadata/project/struts.xml Sat Sep  3 17:30:33 2005
@@ -55,7 +55,7 @@
     <work nested="core/target/test-classes"/>
 
     <home nested="core/dist"/>
-    <jar name="lib/struts.jar"/>
+    <jar name="struts-core-@@DATE@@.jar"/>
 
     <license name="build/LICENSE.txt"/>