husted 2004/07/05 17:01:08
Modified: . build-webapps.xml
Log:
Apply #23943 "HOWTO for DispatchAction and Validator" submitted by Nick Afshartous
Revision Changes Path
1.28 +7 -1 jakarta-struts/build-webapps.xml
Index: build-webapps.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/build-webapps.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- build-webapps.xml 19 Feb 2004 00:05:21 -0000 1.27
+++ build-webapps.xml 6 Jul 2004 00:01:08 -0000 1.28
@@ -269,7 +269,13 @@
<include name="**/*.js"/>
</fileset>
</copy>
-
+ <!-- Copy the FAQ files -->
+ <copy todir="${build.home}/documentation/faqs">
+ <fileset dir="${doc.dir}/faqs">
+ <include name="**/*.zip"/>
+ </fileset>
+ </copy>
+
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]