donaldp 02/05/23 05:38:45
Modified: . build.xml
Log:
Add an ant1.5 changelog generator to build file.
Revision Changes Path
1.128 +15 -0 jakarta-avalon-phoenix/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- build.xml 23 May 2002 11:39:42 -0000 1.127
+++ build.xml 23 May 2002 12:38:45 -0000 1.128
@@ -132,6 +132,21 @@
</pretty>
</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="jakarta-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: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>