nicolaken 2002/07/11 23:37:15
Modified: tweety build.xml
Log:
Making doc generation use the new cocoonbuild.xml via <ant>
Revision Changes Path
1.7 +3 -9 jakarta-avalon-excalibur/tweety/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/tweety/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.xml 5 Jul 2002 08:27:04 -0000 1.6
+++ build.xml 12 Jul 2002 06:37:15 -0000 1.7
@@ -1,20 +1,12 @@
<?xml version="1.0"?>
-<!DOCTYPE project [
-<!-- ================= Cocoon project targets ================= -->
-<!ENTITY cocoon-targets SYSTEM "../cocoon.xtarget">
-]>
-
<project name="Avalon Excalibur's Tweety" default="run" 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">
@@ -403,7 +395,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]>