You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by na...@apache.org on 2001/02/06 19:16:00 UTC

cvs commit: jakarta-tomcat build.xml

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>