crossley 2003/06/27 00:09:57
Modified: src/targets docs-build.xml
Log:
Clearly separate the actions.
Also, correcting the last part of the cvs log on r1.16 (cvs admin is disabled).
... Carsten was right and i misread the intention of his message about Jing
on r1.15
Revision Changes Path
1.17 +2 -0 cocoon-2.1/src/targets/docs-build.xml
Index: docs-build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/targets/docs-build.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- docs-build.xml 26 Jun 2003 06:39:00 -0000 1.16
+++ docs-build.xml 27 Jun 2003 07:09:57 -0000 1.17
@@ -46,6 +46,8 @@
<copy todir="${build.context}/WEB-INF/classes" filtering="on">
<fileset dir="${webapp}/WEB-INF/classes"/>
</copy>
+
+ <!-- Copy the logkit configuration -->
<copy todir="${build.context}" filtering="on"
file="${webapp}/WEB-INF/logkit.xconf"/>
</target>