cziegeler 01/07/20 03:07:41
Modified: . build.xml
Log:
Applied [C2][PATCH] Filter ON for document copy...
Submitted by: John Morrison ([EMAIL PROTECTED])
Revision Changes Path
1.38 +8 -2 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- build.xml 2001/07/20 09:03:29 1.37
+++ build.xml 2001/07/20 10:07:41 1.38
@@ -434,7 +434,7 @@
</fileset>
</copy>
- <copy todir="${build.war}/docs/xdocs" filtering="off">
+ <copy todir="${build.war}/docs/xdocs" filtering="on">
<fileset dir="${docs.dir}">
<include name="*.xml"/>
<include name="**/*.dtd"/>
@@ -443,6 +443,12 @@
</fileset>
</copy>
+ <copy file="changes.xml" tofile="${build.war}/docs/xdocs/changes.xml"
filtering="on"/>
+ <copy file="todo.xml" tofile="${build.war}/docs/xdocs/todo.xml"
filtering="on"/>
+
+ <replace file="${build.war}/docs/xdocs/changes.xml" token="./xdocs/dtd/"
value="dtd/"/>
+ <replace file="${build.war}/docs/xdocs/todo.xml" token="./xdocs/dtd/"
value="dtd/"/>
+
<copy todir="${build.war}/docs/xdocs/images" filtering="off">
<fileset dir="${images.dir}">
<include name="*.gif"/>
@@ -451,7 +457,7 @@
</fileset>
</copy>
- <copy todir="${build.war}/docs/xdocs/internal" filtering="off">
+ <copy todir="${build.war}/docs/xdocs/internal" filtering="on">
<fileset dir="${docs.dir}">
<include name="site-book.xml"/>
</fileset>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]