hammant 2002/10/02 13:07:36
Modified: httpproxy build.xml
Log:
upgrade phoenixXdoclet
Revision Changes Path
1.21 +5 -20 jakarta-avalon-apps/httpproxy/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-apps/httpproxy/build.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- build.xml 3 Sep 2002 07:37:25 -0000 1.20
+++ build.xml 2 Oct 2002 20:07:36 -0000 1.21
@@ -119,12 +119,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}"/>
@@ -144,18 +140,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}"/>
@@ -207,7 +193,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}"/>
@@ -245,6 +231,7 @@
<include name="common/lib/cornerstone.jar"/>
<include name="common/lib/phoenix-*"/>
<include name="common/lib/excalibur-i18n*"/>
+ <include name="common/lib/qdox-*"/>
</fileset>
</zip>
@@ -261,6 +248,7 @@
<include name="common/lib/cornerstone.jar"/>
<include name="common/lib/phoenix-*"/>
<include name="common/lib/excalibur-i18n*"/>
+ <include name="common/lib/qdox-*"/>
</tarfileset>
</tar>
@@ -305,9 +293,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]>