You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/02/28 13:44:05 UTC

cvs commit: jakarta-commons/pool build.xml

dirkv       2004/02/28 04:44:05

  Modified:    pool     build.xml
  Log:
  add NOTICE.txt to distribution
  
  Revision  Changes    Path
  1.22      +3 -2      jakarta-commons/pool/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml	8 Oct 2003 16:52:17 -0000	1.21
  +++ build.xml	28 Feb 2004 12:44:05 -0000	1.22
  @@ -126,7 +126,7 @@
         <mkdir dir="${dist.dir}"/>
         <jar jarfile="${dist.jar}">
            <fileset dir="${build.classes.dir}"/>
  -         <metainf dir="${basedir}" includes="LICENSE.txt"/>
  +         <metainf dir="${basedir}" includes="LICENSE.txt,NOTICE.txt"/>
            <manifest>
               <attribute name="Built-By" value="${user.name}"/>
               <attribute name="Package" value="${package}"/>
  @@ -142,6 +142,7 @@
   
      <target name="build" depends="clean,build-jar,javadoc">
         <copy todir="${dist.dir}" file="${basedir}/LICENSE.txt"/>
  +      <copy todir="${dist.dir}" file="${basedir}/NOTICE.txt"/>
         <copy todir="${dist.dir}" file="${basedir}/README.txt"/>
      </target>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org