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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to