greenrd 01/03/11 06:50:03
Modified: . build.xml
Log:
fixed explicit copy bug, thanks to Jeff Turner
Revision Changes Path
1.70 +5 -0 xml-cocoon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/build.xml,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- build.xml 2001/03/07 23:33:11 1.69
+++ build.xml 2001/03/11 14:50:03 1.70
@@ -284,6 +284,11 @@
debug="${debug}"
optimize="${optimize}"
deprecation="${deprecation}"/>
+ <copy todir="${build.dest}" filtering="on">
+ <fileset dir="${src.dir}">
+ <include name="**/*.xsl"/>
+ </fileset>
+ </copy>
</target>
<!-- ===================================================================
-->
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]