nicolaken 2002/07/11 23:43:27
Modified: fortress build.xml
Log:
Making the fortress build use cocoonbuild.xml via <ant> for docs gen.
Revision Changes Path
1.29 +3 -8 jakarta-avalon-excalibur/fortress/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/build.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- build.xml 11 Jul 2002 15:49:22 -0000 1.28
+++ build.xml 12 Jul 2002 06:43:27 -0000 1.29
@@ -1,20 +1,13 @@
<?xml version="1.0"?>
-<!DOCTYPE project [
-<!-- ================= Cocoon project targets ================= -->
-<!ENTITY cocoon-targets SYSTEM "../cocoon.xtarget">
-]>
<project name="Excalibur Fortress" default="main" basedir=".">
- &cocoon-targets;
-
<property file="${user.home}/build.properties"/>
<property file="${basedir}/../ant.properties"/>
<property file="${basedir}/ant.properties"/>
<property file="${user.home}/.ant.properties"/>
<property file="${basedir}/../default.properties"/>
<property file="${basedir}/default.properties"/>
- <property file="${basedir}/../cocoon.properties"/>
<!-- Classpath for product -->
<path id="project.class.path">
@@ -420,7 +413,9 @@
<!-- Prepares the documentation directory -->
<target name="docs" depends="html-docs, javadocs" description="generates all
the Avalon documentation"/>
- <target name="html-docs" depends="cocoon:html-docs" description="generates the
xdocs-based documentation"/>
+ <target name="html-docs" description="generates the xdocs-based documentation">
+ <ant antfile="${basedir}/../cocoonbuild.xml"/>
+ </target>
<target name="site" depends="javadocs, docs" description=" Places Docs ready
for hosting on website">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>