cziegeler 01/07/20 03:06:07
Modified: . Tag: cocoon_20_branch build.xml
Log:
Applied [C2][PATCH] Filter ON for document copy...
Submitted by: John Morrison ([EMAIL PROTECTED])
Revision Changes Path
No revision
No revision
1.8.2.22 +8 -2 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.8.2.21
retrieving revision 1.8.2.22
diff -u -r1.8.2.21 -r1.8.2.22
--- build.xml 2001/07/20 09:01:45 1.8.2.21
+++ build.xml 2001/07/20 10:06:07 1.8.2.22
@@ -428,7 +428,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"/>
@@ -437,6 +437,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"/>
@@ -445,7 +451,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]