hammant 2002/10/02 13:03:03
Modified: hsql build.xml
Log:
upgraded phoenixXdoclet
Revision Changes Path
1.28 +6 -20 jakarta-avalon-apps/hsql/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-apps/hsql/build.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- build.xml 3 Sep 2002 07:37:25 -0000 1.27
+++ build.xml 2 Oct 2002 20:03:03 -0000 1.28
@@ -121,12 +121,8 @@
</target>
- <target name="test-xdoclet">
- <available classname="xdoclet.XDocletMain" classpathref="project.class.path"
property="xdoclet.present"/>
- </target>
-
<!-- Make .xinfo and manifest automatically for blocks -->
- <target name="phoenix-xdoclet" depends="compile" if="xdoclet.present">
+ <target name="phoenix-xdoclet" depends="compile">
<mkdir dir="${build.xdoclet}"/>
@@ -146,18 +142,8 @@
</target>
- <!-- Make .xinfo and manifest automatically for blocks -->
- <target name="no-phoenix-xdoclet" depends="compile" unless="xdoclet.present">
-
- <mkdir dir="${build.xdoclet}"/>
-
- <unzip src="${src.dir}/generated-by-xdoclet.zip" dest="${build.xdoclet}" />
-
- </target>
-
-
<!-- Jars up project -->
- <target name="jars" depends="test-xdoclet, phoenix-xdoclet, no-phoenix-xdoclet">
+ <target name="jars" depends="phoenix-xdoclet">
<mkdir dir="${build.lib}"/>
@@ -212,7 +198,7 @@
</target>
<!-- Completely build all dists -->
- <target name="dist" depends="sars" description="Generates the distribution">
+ <target name="dist" description="Generates the distribution">
<property name="dist.name" value="${Name}-${version}"/>
@@ -249,6 +235,8 @@
<include name="common/lib/avalon-*"/>
<include name="common/lib/cornerstone.jar"/>
<include name="common/lib/phoenix-*"/>
+ <include name="common/lib/qdox-*"/>
+
</fileset>
</zip>
@@ -264,6 +252,7 @@
<include name="common/lib/avalon-*"/>
<include name="common/lib/cornerstone.jar"/>
<include name="common/lib/phoenix-*"/>
+ <include name="common/lib/qdox-*"/>
</tarfileset>
</tar>
@@ -307,9 +296,6 @@
<copy todir="${src.dist.src}">
<fileset dir="${src.dir}"/>
</copy>
-
- <zip zipfile="${src.dist.src}/generated-by-xdoclet.zip"
- basedir="${build.xdoclet}"/>
<copy todir="${src.dist.dir}">
<fileset dir=".">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>