Author: rjung
Date: Thu Mar 27 10:40:14 2008
New Revision: 641921
URL: http://svn.apache.org/viewvc?rev=641921&view=rev
Log:
Fix ant script w.r.t. docs.
Modified:
tomcat/sandbox/tomcat-oacc/trunk/build.xml
Modified: tomcat/sandbox/tomcat-oacc/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/build.xml?rev=641921&r1=641920&r2=641921&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/build.xml (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/build.xml Thu Mar 27 10:40:14 2008
@@ -91,7 +91,7 @@
<!-- =================== BUILD: Documentation ====================== -->
<target name="build-docs">
- <ant dir="docs"/>
+ <ant target="build-main" dir="docs"/>
</target>
@@ -180,6 +180,7 @@
<exclude name="**/package.html" />
<exclude name="**/LocalStrings_*" />
</jar>
+ <ant target="dist" dir="docs"/>
</target>
<target name="copy" depends="dist" >
@@ -188,7 +189,7 @@
<!-- ======================= DIST: Clean Directory ====================== -->
<target name="dist-clean">
- <delete dir="${oacc.dist}/${docs.dir}"/>
+ <delete dir="${oacc.dist}"/>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]