You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by gl...@apache.org on 2001/05/05 05:21:24 UTC

cvs commit: jakarta-taglibs build.xml

glenn       01/05/04 20:21:23

  Modified:    .        build.xml
  Log:
  Remove build.sh, build.bat, and build.xml from binary distribution
  
  Revision  Changes    Path
  1.24      +1 -7      jakarta-taglibs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml	2001/04/17 13:03:29	1.23
  +++ build.xml	2001/05/05 03:21:21	1.24
  @@ -1,5 +1,5 @@
   <!-- ANT Build Script for the JAKARTA-TAGLIBS Project -->
  -<!-- $Id: build.xml,v 1.23 2001/04/17 13:03:29 dmandell Exp $ -->
  +<!-- $Id: build.xml,v 1.24 2001/05/05 03:21:21 glenn Exp $ -->
   <project name="jakarta-taglibs" default="dist" basedir=".">
   
   
  @@ -67,12 +67,6 @@
     <target name="static">
       <copy file="LICENSE"   tofile="${dist.dir}/LICENSE"/>
       <copy file="README"    tofile="${dist.dir}/README"/>
  -    <copy file="build.bat" tofile="${dist.dir}/build.bat"/>
  -    <copy file="build.sh"  tofile="${dist.dir}/build.sh"/>
  -    <copy file="build.xml" tofile="${dist.dir}/build.xml"/>
  -    <fixcrlf srcdir="${dist.dir}" includes="*.bat" cr="add"/>
  -    <fixcrlf srcdir="${dist.dir}" includes="*.sh"  cr="remove"/>
  -    <chmod file="${dist.dir}/build.sh" perm="+x"/>
       <mkdir dir="${dist.dir}/doc"/>
       <copy todir="${dist.dir}/doc">
         <fileset dir="doc"/>