You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by mo...@apache.org on 2002/04/02 18:29:20 UTC

cvs commit: jakarta-commons/collections build.xml

morgand     02/04/02 08:29:20

  Modified:    collections build.xml
  Log:
  changed build script to use local copy of LICENSE file
  
  Revision  Changes    Path
  1.27      +4 -4      jakarta-commons/collections/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml	28 Mar 2002 15:45:03 -0000	1.26
  +++ build.xml	2 Apr 2002 16:29:20 -0000	1.27
  @@ -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}">
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>