nacho       01/02/06 10:16:00

  Modified:    .        build.xml
  Log:
  Build now builds with the new directory structure under lib
  
  Revision  Changes    Path
  1.108     +2 -2      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.107
  retrieving revision 1.108
  diff -u -r1.107 -r1.108
  --- build.xml 2001/02/06 02:46:24     1.107
  +++ build.xml 2001/02/06 18:15:59     1.108
  @@ -448,7 +448,7 @@
     </target>
   
     
  -  <target name="all" depends="clean,dist"/>
  -  <target name="main" depends="tomcat,webapps,sanity-test"/>
  +  <target name="all" depends="clean,dist,dist-new"/>
  +  <target name="main" depends="tomcat,webapps,sanity-test,new"/>
       
   </project>
  
  
  

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

Reply via email to