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:20 UTC

cvs commit: jakarta-commons/dbcp build.xml

dirkv       2004/02/28 04:44:20

  Modified:    dbcp     build.xml
  Log:
  add NOTICE.txt to distribution
  
  Revision  Changes    Path
  1.24      +3 -2      jakarta-commons/dbcp/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml	11 Oct 2003 14:18:35 -0000	1.23
  +++ build.xml	28 Feb 2004 12:44:20 -0000	1.24
  @@ -164,7 +164,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}"/>
  @@ -179,6 +179,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