craigmcc 02/01/04 16:34:46
Modified: digester build.xml
logging build.xml
Log:
Add "META-INF/LICENSE.txt" for digester and logging also.
Revision Changes Path
1.19 +4 -1 jakarta-commons/digester/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/digester/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.xml 4 Jan 2002 05:32:11 -0000 1.18
+++ build.xml 5 Jan 2002 00:34:46 -0000 1.19
@@ -3,7 +3,7 @@
<!--
"Digester" component of the Jakarta Commons Subproject
- $Id: build.xml,v 1.18 2002/01/04 05:32:11 sanders Exp $
+ $Id: build.xml,v 1.19 2002/01/05 00:34:46 craigmcc Exp $
-->
@@ -229,6 +229,9 @@
<mkdir dir="${dist.home}"/>
<copy file="../LICENSE"
todir="${dist.home}"/>
+ <mkdir dir="${build.home}/classes/META-INF"/>
+ <copy file="../LICENSE"
+ tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
<jar jarfile="${dist.home}/commons-${component.name}.jar"
basedir="${build.home}/classes"
manifest="${build.home}/conf/MANIFEST.MF"/>
1.4 +5 -2 jakarta-commons/logging/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/logging/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml 4 Dec 2001 04:28:03 -0000 1.3
+++ build.xml 5 Jan 2002 00:34:46 -0000 1.4
@@ -3,7 +3,7 @@
<!--
"Logging" component of the Jakarta Commons Subproject
- $Id: build.xml,v 1.3 2001/12/04 04:28:03 craigmcc Exp $
+ $Id: build.xml,v 1.4 2002/01/05 00:34:46 craigmcc Exp $
-->
@@ -193,6 +193,9 @@
<mkdir dir="${dist.home}"/>
<copy file="../LICENSE"
todir="${dist.home}"/>
+ <mkdir dir="${build.home}/classes/META-INF"/>
+ <copy file="../LICENSE"
+ tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
<jar jarfile="${dist.home}/commons-${component.name}.jar"
basedir="${build.home}/classes"/>
<mkdir dir="${dist.home}/src"/>
@@ -213,4 +216,4 @@
</java>
</target>
-</project>
\ No newline at end of file
+</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>