crossley 02/01/15 19:36:49
Modified: . build.xml
Log:
Revised replacement tokens for changes.xml and todo.xml document type
declarations, following restructure of CVS.
Revision Changes Path
1.139 +2 -2 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- build.xml 14 Jan 2002 22:10:10 -0000 1.138
+++ build.xml 16 Jan 2002 03:36:49 -0000 1.139
@@ -821,8 +821,8 @@
<!-- Add changes and todo -->
<copy file="changes.xml" tofile="${build.context}/xdocs/changes.xml"
filtering="on"/>
<copy file="todo.xml" tofile="${build.context}/xdocs/todo.xml"
filtering="on"/>
- <replace file="${build.context}/xdocs/changes.xml"
token="./documentation/xdocs/dtd/" value="dtd/"/>
- <replace file="${build.context}/xdocs/todo.xml"
token="./documentation/xdocs/dtd/" value="dtd/"/>
+ <replace file="${build.context}/xdocs/changes.xml"
token="src/documentation/xdocs/dtd/" value="dtd/"/>
+ <replace file="${build.context}/xdocs/todo.xml"
token="src/documentation/xdocs/dtd/" value="dtd/"/>
<!-- Copy images -->
<copy todir="${build.context}/images" filtering="off">
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]