tim 2004/01/06 11:20:29
Modified: tools/targets docs-build.xml
Log:
Adding unless="exclude.documentation" to the "prepare-docs" target.
Should have been done with this previous commit:
http://marc.theaimsgroup.com/?l=xml-cocoon-cvs&m=107311169623083&w=2
Revision Changes Path
1.4 +1 -1 cocoon-2.1/tools/targets/docs-build.xml
Index: docs-build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/targets/docs-build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- docs-build.xml 20 Dec 2003 10:02:39 -0000 1.3
+++ docs-build.xml 6 Jan 2004 19:20:29 -0000 1.4
@@ -1,6 +1,6 @@
<!-- === Documentation Targets
================================================= -->
- <target name="prepare-docs" depends="blocks">
+ <target name="prepare-docs" unless="exclude.documentation"
depends="blocks">
<!-- Set classpath for documentation -->
<path id="documentation.classpath">