craigmcc 02/04/29 15:03:51
Modified: digester build.xml
Log:
Copy release notes to distribution directory.
Revision Changes Path
1.24 +3 -1 jakarta-commons/digester/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/digester/build.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- build.xml 29 Apr 2002 21:46:27 -0000 1.23
+++ build.xml 29 Apr 2002 22:03:51 -0000 1.24
@@ -3,7 +3,7 @@
<!--
"Digester" component of the Jakarta Commons Subproject
- $Id: build.xml,v 1.23 2002/04/29 21:46:27 craigmcc Exp $
+ $Id: build.xml,v 1.24 2002/04/29 22:03:51 craigmcc Exp $
-->
@@ -233,6 +233,8 @@
<mkdir dir="${build.home}/classes/META-INF"/>
<copy file="../LICENSE"
tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
+ <copy file="RELEASE-NOTES.txt"
+ todir="${dist.home}"/>
<jar jarfile="${dist.home}/commons-${component.name}.jar"
basedir="${build.home}/classes"
manifest="${build.home}/conf/MANIFEST.MF"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>