dirkv 2004/02/29 04:24:15
Modified: . build.xml
Log:
xdocs were move into commons-build
Revision Changes Path
1.14 +4 -4 jakarta-commons/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/build.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- build.xml 13 Jan 2004 14:29:56 -0000 1.13
+++ build.xml 29 Feb 2004 12:24:15 -0000 1.14
@@ -20,7 +20,7 @@
<property name="deprecation" value="off"/>
<property name="docs.dest" value="docs"/>
- <property name="docs.src" value="xdocs"/>
+ <property name="docs.src" value="commons-build/xdocs"/>
<!-- jar files for using Anakia to build the documentation -->
<property name="velocity.jar"
value="../jakarta-velocity/bin/velocity-1.5-dev.jar"/>
@@ -79,7 +79,7 @@
/>
<cvs cvsRoot=":pserver:[EMAIL PROTECTED]:/home/cvspublic"
command="checkout -p jakarta-site2/xdocs/stylesheets/site.vsl"
- output="${docs.src}/stylesheets/site.vsl"
+ output="./site.vsl"
failonerror="true"
/>
@@ -119,11 +119,11 @@
<anakia basedir="${docs.src}" destdir="${docs.dest}/"
extension=".html" style="./site.vsl"
- projectFile="stylesheets/project.xml"
+ projectFile="../../anakia-project.xml"
excludes="**/stylesheets/** empty.xml"
includes="**/*.xml"
lastModifiedCheck="true"
- templatePath="xdocs/stylesheets">
+ templatePath="./">
</anakia>
<copy todir="${docs.dest}/images" filtering="no">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]