======================================================================= Information in this email and any attachments are confidential, and may not be copied or used by anyone other than the addressee, nor disclosed to any third party without our permission. There is no intention to create any legally binding contract or other commitment through the use of this email. Experian Limited (registration number 653331). Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF
Index: build.xml =================================================================== RCS file: /home/cvspublic/xml-cocoon2/build.xml,v retrieving revision 1.37 diff -u -r1.37 build.xml --- build.xml 2001/07/20 09:03:29 1.37 +++ build.xml 2001/07/20 09:29:20 @@ -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> Index: xdocs/jars.xml =================================================================== RCS file: /home/cvspublic/xml-cocoon2/xdocs/jars.xml,v retrieving revision 1.8 diff -u -r1.8 jars.xml --- xdocs/jars.xml 2001/07/20 09:21:28 1.8 +++ xdocs/jars.xml 2001/07/20 09:29:21 @@ -188,7 +188,7 @@ <td>No</td> <td/> <td/> - <td>File upload capability - very usefull in servlet environment.</td> + <td>File upload capability - very useful in servlet environment.</td> </tr> <tr> <td><link href="http://www.mozilla.org/rhino/">rhino</link></td>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]