dims 01/04/13 09:13:18
Modified: . Tag: xml-cocoon2 build.xml
Log:
First set of Patches from Jeff Turner
Revision Changes Path
No revision
No revision
1.6.2.70 +6 -4 xml-cocoon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/build.xml,v
retrieving revision 1.6.2.69
retrieving revision 1.6.2.70
diff -u -r1.6.2.69 -r1.6.2.70
--- build.xml 2001/04/12 12:09:58 1.6.2.69
+++ build.xml 2001/04/13 16:13:17 1.6.2.70
@@ -405,6 +405,9 @@
<exclude name="*.gif"/>
<exclude name="*.png"/>
<exclude name="*.jpg"/>
+ <exclude name="**/*.gif"/>
+ <exclude name="**/*.png"/>
+ <exclude name="**/*.jpg"/>
</fileset>
</copy>
@@ -413,11 +416,10 @@
<include name="*.gif"/>
<include name="*.png"/>
<include name="*.jpg"/>
+ <exclude name="**/*.gif"/>
+ <exclude name="**/*.png"/>
+ <exclude name="**/*.jpg"/>
</fileset>
- </copy>
-
- <copy todir="${build.docs}/images" filtering="off">
- <fileset dir="${build.xdocs}/images"/>
</copy>
<copy file="changes.xml" tofile="${build.xdocs}/changes.xml"
filtering="on"/>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]