You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/08/07 14:51:30 UTC

svn commit: r230661 - /struts/build/trunk/maven.xml

Author: wsmoak
Date: Sun Aug  7 05:51:15 2005
New Revision: 230661

URL: http://svn.apache.org/viewcvs?rev=230661&view=rev
Log:
Copy the 'example-taglib' webapp from the Struts EL subproject into the nightly build directory

Modified:
    struts/build/trunk/maven.xml

Modified: struts/build/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/struts/build/trunk/maven.xml?rev=230661&r1=230660&r2=230661&view=diff
==============================================================================
--- struts/build/trunk/maven.xml (original)
+++ struts/build/trunk/maven.xml Sun Aug  7 05:51:15 2005
@@ -32,8 +32,14 @@
 	        <ant:include name="struts-examples.war"/>
 		</ant:fileset>
 	  </ant:copy>
-	  
-	</goal>
+
+      <ant:copy tofile="nightly/struts-el/strutsel-exercise-taglib-${today}.war">
+        <ant:fileset dir="../el/target/">
+            <ant:include name="strutsel-exercise-taglib.war"/>
+        </ant:fileset>
+      </ant:copy>
+
+    </goal>
 
 
 	<goal name="build-all">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org