dion 02/01/28 14:16:30
Modified: latka build.xml
Log:
added dtds to webpages build
Revision Changes Path
1.24 +9 -1 jakarta-commons/latka/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/latka/build.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- build.xml 27 Jan 2002 20:53:07 -0000 1.23
+++ build.xml 28 Jan 2002 22:16:30 -0000 1.24
@@ -1,4 +1,4 @@
-<!-- $Id: build.xml,v 1.23 2002/01/27 20:53:07 dion Exp $ -->
+<!-- $Id: build.xml,v 1.24 2002/01/28 22:16:30 dion Exp $ -->
<project name="commons-latka" default="build-java" basedir=".">
<!-- patternset describing files to be copied from the doc directory -->
@@ -335,12 +335,20 @@
description="create web site documentation">
<!-- this is jakarta-commons/docs/latka -->
<property name="dest.webpages" value="${basedir}/../docs/latka"/>
+ <!-- copy across docs and sample -->
<copy todir="${dest.webpages}">
<fileset dir="${dest.doc}">
<include name="**/*"/>
</fileset>
<fileset dir="${source}/tests/samples">
<include name="TestCommonsWebsite.xml"/>
+ </fileset>
+ </copy>
+ <!-- copy dtds and entities-->
+ <copy todir="${dest.webpages}/dtds">
+ <fileset dir="${source}/conf">
+ <include name="**/*.dtd"/>
+ <include name="**/*.ent"/>
</fileset>
</copy>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>