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 2005/10/29 20:55:19 UTC

svn commit: r329467 - /gump/metadata/project/smartfrog.xml

Author: billbarker
Date: Sat Oct 29 11:55:15 2005
New Revision: 329467

URL: http://svn.apache.org/viewcvs?rev=329467&view=rev
Log:
testwar is a WAR not a JAR.  Remove the home prefix from the jar location

Modified:
    gump/metadata/project/smartfrog.xml

Modified: gump/metadata/project/smartfrog.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/smartfrog.xml?rev=329467&r1=329466&r2=329467&view=diff
==============================================================================
--- gump/metadata/project/smartfrog.xml (original)
+++ gump/metadata/project/smartfrog.xml Sat Oct 29 11:55:15 2005
@@ -318,7 +318,7 @@
     <xmlreport nested="components/xml/build/test/reports"/>
     <home nested="components/www/dist/lib"/>
     <jar name="sf-www-@@DATE@@.jar" id="sf-www"/>
-    <jar name="sf-testwar-@@DATE@@.jar"
+    <jar name="sf-testwar-@@DATE@@.war"
          id="sf-testwar"/>
 
     <nag from="Smartfrog &lt;smartfrog@users.sf.net&gt;"
@@ -348,7 +348,7 @@
     <!--<work nested="components/jetty/build/test/classes"/>-->
     <!--<xmlreport nested="components/jetty/build/test/reports"/>-->
     <home nested="components/jetty/dist/lib"/>
-    <jar name="components/jetty/dist/lib/sf-jetty-@@DATE@@.jar" id="sf-jetty"/>
+    <jar name="sf-jetty-@@DATE@@.jar" id="sf-jetty"/>
 
     <nag from="Smartfrog &lt;smartfrog@users.sf.net&gt;"
          to="steve.loughran@gmail.com">
@@ -377,7 +377,7 @@
     <!--<work nested="components/tomcat/build/test/classes"/>-->
     <!--<xmlreport nested="components/tomcat/build/test/reports"/>-->
     <home nested="components/tomcat/dist/lib"/>
-    <jar name="components/tomcat/dist/lib/sf-tomcat-@@DATE@@.jar" id="sf-tomcat"/>
+    <jar name="sf-tomcat-@@DATE@@.jar" id="sf-tomcat"/>
 
     <nag from="Smartfrog &lt;smartfrog@users.sf.net&gt;"
          to="steve.loughran@gmail.com">