vmassol     02/04/19 14:45:50

  Modified:    sample-servlet/conf/sample/build/j2ee13
                        build-tests-tomcat-40.xml
  Log:
  prepare for 1.3 release
  
  Revision  Changes    Path
  1.4       +1 -10     
jakarta-cactus/sample-servlet/conf/sample/build/j2ee13/build-tests-tomcat-40.xml
  
  Index: build-tests-tomcat-40.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/sample-servlet/conf/sample/build/j2ee13/build-tests-tomcat-40.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build-tests-tomcat-40.xml 14 Apr 2002 15:56:28 -0000      1.3
  +++ build-tests-tomcat-40.xml 19 Apr 2002 21:45:50 -0000      1.4
  @@ -64,7 +64,7 @@
                      initial classpath -->
                 <pathelement path="${java.class.path}"/>
   
  -              <!-- These are ignore if -Dbuild.sysclasspath=only is used -->
  +              <!-- These are ignored if -Dbuild.sysclasspath=only is used -->
                 <fileset dir="${tomcat.home.40}">
                     <include name="bin/bootstrap.jar"/>
                 </fileset>
  @@ -129,14 +129,5 @@
           <!-- Copy the war file -->
           <copy file="${target.test.dir}/test.war"
               tofile="${target.tomcat40.dir}/webapps/test.war"/>
  -
  -        <!-- WARNING: Ugly hack. Tomcat 4.1dev has a bug when using
  -             CATALINA.BASE : TC looks for the shared/ directory in
  -             CATALINA.BASE instead of CATALINA.HOME. Thus we need to copy the
  -             shared/ directory while waiting for a fix. Check bug id 5166 :
  -             http://nagoya.apache.org/bugzilla/show.bug.cgi?id=5166 -->
  -        <!--copy todir="${target.tomcat40.dir}/shared">
  -            <fileset dir="${tomcat.home.40}/shared"/>
  -        </copy-->
   
       </target>
  
  
  

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

Reply via email to