dirkv       2003/10/08 09:52:26

  Modified:    dbcp     build.xml
  Log:
  classes directory at jar top level
  fix by Stefan Bodewig
  
  Revision  Changes    Path
  1.22      +2 -2      jakarta-commons/dbcp/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml 4 Oct 2003 18:12:10 -0000       1.21
  +++ build.xml 8 Oct 2003 16:52:26 -0000       1.22
  @@ -126,7 +126,7 @@
      <target name="build-jar" depends="compile">
         <mkdir dir="${dist.dir}"/>
         <jar jarfile="${dist.jar}">
  -         <fileset dir="${build.dir}"/>
  +         <fileset dir="${build.classes.dir}"/>
            <metainf dir="${basedir}" includes="LICENSE.txt"/>
            <manifest>
               <attribute name="Built-By" value="${user.name}"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to