billbarker    01/10/04 20:13:22

  Modified:    .        build.xml
  Log:
  Remove the (empty) src directory, and include the snoop.jsp page in examples.
  
  As agreed in the Release Plan.
  
  Revision  Changes    Path
  1.158     +0 -2      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.157
  retrieving revision 1.158
  diff -u -r1.157 -r1.158
  --- build.xml 2001/09/23 02:13:45     1.157
  +++ build.xml 2001/10/05 03:13:22     1.158
  @@ -148,7 +148,6 @@
       <mkdir dir="${tomcat.build}"/>
       <mkdir dir="${tomcat.build}/conf"/>
       <mkdir dir="${tomcat.build}/conf/auto"/>
  -    <mkdir dir="${tomcat.build}/src"/>
       <mkdir dir="${tomcat.build}/classes"/>
       <mkdir dir="${tomcat.build}/lib"/>
       <mkdir dir="${tomcat.build}/lib/apps"/>
  @@ -782,7 +781,6 @@
       <!-- create webapp WARS -->
       <jar jarfile="${tomcat.dist}/webapps/examples.war"
            basedir="${tomcat.build}/webapps/examples"
  -         excludes="jsp/snp/snoop.jsp"
            includes="**"/>
   
       <jar jarfile="${tomcat.dist}/webapps/admin.war"
  
  
  


Reply via email to