You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by to...@apache.org on 2004/09/17 20:00:12 UTC

cvs commit: jakarta-commons-sandbox/sql build.xml

tomdz       2004/09/17 11:00:12

  Modified:    sql      build.xml
  Log:
  Applied patch from H. William Conners II that fixes a problem with missing betwixt files
  
  Revision  Changes    Path
  1.9       +3 -1      jakarta-commons-sandbox/sql/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/sql/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml	18 Jul 2004 21:55:58 -0000	1.8
  +++ build.xml	17 Sep 2004 18:00:12 -0000	1.9
  @@ -56,6 +56,9 @@
           <copy todir="${build.java.dir}/resources">
               <fileset dir="${src.resources.dir}"/>
           </copy>
  +        <copy todir="${build.java.dir}">
  +            <fileset dir="${src.java.dir}" includes="**/*.betwixt"/>
  +        </copy>
           <jar jarfile="${dist.dir}/${dist-filename-prefix}.jar"
                basedir="${build.java.dir}"/>
       </target>
  @@ -132,5 +135,4 @@
                       todir="${build.test.dir}"/>
           </junitreport>
       </target>
  -
   </project>
  
  
  

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