hammant 2002/10/01 14:37:53
Modified: . build.xml
Removed: lib/xdoclet LICENSE.xdoclet.txt commons-logging.jar
log4j-core.jar xdoclet-20020825.jar
xjavadoc-20020825.jar
src/java/org/apache/avalon/phoenix/tools/xdoclet
BlockInfoSubTask.java ManifestSubTask.java
MxInfoSubTask.java PhoenixXDoclet.java
blockinfo.xdt manifest.xdt mxinfo.xdt
Log:
Xdoclet gone. MetaGenerate performs xinfo and mxinfo needs for Phoenix now.
Revision Changes Path
1.174 +2 -31 jakarta-avalon-phoenix/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- build.xml 1 Oct 2002 06:43:14 -0000 1.173
+++ build.xml 1 Oct 2002 21:37:52 -0000 1.174
@@ -40,7 +40,6 @@
<property name="build.tests" value="${build.dir}/tests"/>
<property name="build.testclasses" value="${build.dir}/testclasses"/>
<property name="build.reports" value="${build.dir}/reports"/>
- <property name="build.xdoclet" value="${build.dir}/xdoclet"/>
<property name="build.metagenerate" value="${build.dir}/metagenerate"/>
<property name="build.test-metagenerate"
value="${build.dir}/test-metagenerate"/>
@@ -304,26 +303,6 @@
</target>
<!-- Make .xinfo, .mxinfo and manifest automatically for blocks -->
- <target name="phoenix-xdoclet" depends="compile">
-
- <mkdir dir="${build.xdoclet}"/>
-
- <taskdef name="phoenix-blocks"
- classname="org.apache.avalon.phoenix.tools.xdoclet.PhoenixXDoclet"
- classpathref="project.class.path"/>
-
- <phoenix-blocks
- destdir="${build.xdoclet}">
- <fileset dir="${java.dir}">
- <include name="**" />
- </fileset>
- <blockinfo/>
- <mxinfo/>
- </phoenix-blocks>
-
- </target>
-
- <!-- Make .xinfo, .mxinfo and manifest automatically for blocks -->
<target name="phoenix-metagenerate" depends="compile">
<mkdir dir="${build.metagenerate}"/>
@@ -342,7 +321,7 @@
<!-- Creates all the .jar files -->
- <target name="jars" depends="phoenix-xdoclet, phoenix-metagenerate">
+ <target name="jars" depends="phoenix-metagenerate">
<mkdir dir="${build.lib}"/>
@@ -374,7 +353,7 @@
<include name="org/apache/avalon/phoenix/interfaces/**"/>
<exclude name="org/apache/avalon/phoenix/launcher/**"/>
</fileset>
- <fileset dir="${build.xdoclet}" >
+ <fileset dir="${build.metagenerate}" >
<include name="org/apache/avalon/phoenix/engine/**"/>
<include name="org/apache/avalon/phoenix/frontends/**"/>
<include name="org/apache/avalon/phoenix/components/**"/>
@@ -607,7 +586,6 @@
<copy todir="${src.dist.lib}">
<fileset dir="${lib.dir}">
<include name="excalibur*.jar"/>
- <include name="xdoclet/*.*"/>
<include name="README.txt"/>
</fileset>
</copy>
@@ -624,12 +602,6 @@
</fileset>
</copy>
- <mkdir dir="${src.dist.lib}/xdoclet"/>
- <copy todir="${src.dist.lib}/xdoclet">
- <fileset dir="${lib.dir}/xdoclet">
- <include name="**"/>
- </fileset>
- </copy>
<copy file="${logkit.jar}" todir="${src.dist.lib}"/>
<copy todir="${src.dist.src}">
@@ -742,7 +714,6 @@
</fileset>
<fileset dir=".">
<include name="lib/**"/>
- <exclude name="lib/xdoclet/*.*"/>
<exclude name="${xerces.jar}"/>
<exclude name="${xml-api.jar}"/>
<exclude name="${xalan.jar}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>