changed build script to use local copy of LICENSE file

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130682 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Morgan James Delagrange 2002-04-02 16:29:20 +00:00
parent f1319b6447
commit bb443f34a4
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<!-- $Id: build.xml,v 1.26 2002/03/28 15:45:03 morgand Exp $ -->
<!-- $Id: build.xml,v 1.27 2002/04/02 16:29:20 morgand Exp $ -->
<project name="commons-collections" default="test" basedir=".">
<!-- patternset describing files to be copied from the doc directory -->
@ -145,7 +145,7 @@
<target name="doc-top" depends="init">
<mkdir dir="${dest}"/>
<copy todir="${dest}" file="../LICENSE"/>
<copy todir="${dest}" file="./LICENSE"/>
<copy todir="${dest}" file="${doc.status}"/>
<copy todir="${dest}" file="${doc.release.notes}"/>
</target>
@ -255,7 +255,7 @@
</copy>
<mkdir dir="${workdir}/META-INF"/>
<copy todir="${workdir}/META-INF" file="../LICENSE"/>
<copy todir="${workdir}/META-INF" file="./LICENSE"/>
<jar jarfile="${dest.jardir.jar}" manifest="${source.src}/conf/MANIFEST.MF">
<fileset dir="${workdir}"/>
@ -322,7 +322,7 @@
<fileset dir="${workdir}/jakarta-commons/collections"/>
</move>
<delete dir="${workdir}/jakarta-commons"/>
<copy file="../LICENSE" toDir="${workdir}/${src.name}"/>
<copy file="./LICENSE" toDir="${workdir}/${src.name}"/>
<!-- create tar.gz -->
<tar longfile="gnu" tarfile="${dest.src.tar}">