donaldp 2003/02/28 18:31:26
Modified: . build.xml
Log:
Remove unused and unworking cvs changelog generator
Revision Changes Path
1.205 +0 -15 avalon-phoenix/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-phoenix/build.xml,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- build.xml 1 Mar 2003 02:31:03 -0000 1.204
+++ build.xml 1 Mar 2003 02:31:26 -0000 1.205
@@ -170,21 +170,6 @@
<untar src="mx4j/mx4j.tar" dest="mx4j"/>
</target>
- <target name="changelog">
- <!-- specific to ant1.5.1 -->
- <cvschangelog dir="."
- destfile="changelog.xml"
- start="13 Nov 2001"/>
- <style in="changelog.xml"
- out="changelog.html"
- style="${ant.home}/etc/changelog.xsl">
- <param name="title" expression="Phoenix ChangeLog"/>
- <param name="module" expression="avalon-phoenix"/>
- <param name="cvsweb" expression="http://cvs.apache.org/viewcvs/"/>
- </style>
-
- </target>
-
<!-- Prepares the build directory -->
<target name="prepare" depends="check-environment">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]