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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user