1
0

Add "META-INF/LICENSE.txt" for digester and logging also.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138827 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Craig R. McClanahan
2002-01-05 00:34:46 +00:00
parent 8eca63c9d2
commit 377da14ae0

View File

@@ -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"/>