jfarcand    2003/03/21 07:54:27

  Modified:    .        build.xml
  Log:
  Fix a bug when building from scratch, from a clean workspace and when doing:
  
  ant checkout
  ant download
  ant dist
  
  One day the nightly build script will work ;-)
  
  Revision  Changes    Path
  1.116     +0 -4      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.115
  retrieving revision 1.116
  diff -u -r1.115 -r1.116
  --- build.xml 21 Mar 2003 00:45:26 -0000      1.115
  +++ build.xml 21 Mar 2003 15:54:27 -0000      1.116
  @@ -147,10 +147,6 @@
       <ant dir="${api.home}/jsr154" target="dist" >
         <property name="servlet-api.dist" value="${servlet-api.home}" />
       </ant>
  -    <mkdir dir="${servlet-api.home}"/>
  -    <copy todir="${servlet-api.home}">
  -      <fileset dir="${api.home}/jsr154/dist" includes="**" />
  -    </copy>
     </target>
   
     <target name="build-jspapi" unless="jspapi.build.notrequired" >
  
  
  

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

Reply via email to