From: <ch...@us...> - 2002-12-18 23:39:55
|
Update of /cvsroot/proxool/proxool In directory sc8-pr-cvs1:/tmp/cvs-serv17896 Modified Files: build.xml Log Message: Started copying proxool.dtd into the JavaDoc. Index: build.xml =================================================================== RCS file: /cvsroot/proxool/proxool/build.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** build.xml 18 Dec 2002 03:18:47 -0000 1.18 --- build.xml 18 Dec 2002 23:39:51 -0000 1.19 *************** *** 260,263 **** --- 260,266 ---- public="true" /> + <!-- Copy dtd's over to the doc. --> + <copy todir="${build-dir}/api"><fileset dir="src/java" includes="**/*.dtd" /></copy> + <copy todir="${build-dir}/api-dev"><fileset dir="src/java" includes="**/*.dtd" /></copy> </target> |