You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2001/07/12 10:35:16 UTC

cvs commit: jakarta-tomcat-4.0/catalina build.xml

remm        01/07/12 01:35:14

  Modified:    catalina build.xml
  Log:
  - Don't skip building the standard object factories (they had been modified to
    dynamically load the other factories, instead of relying on static linking).
  
  Revision  Changes    Path
  1.47      +0 -5      jakarta-tomcat-4.0/catalina/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/build.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- build.xml	2001/06/22 20:08:40	1.46
  +++ build.xml	2001/07/12 08:35:06	1.47
  @@ -15,7 +15,6 @@
     <property name="catalina.jaxp.parser.jar" value="crimson.jar"/>
   
     <property name="servletapi.home"   value="../../jakarta-servletapi-4/dist"/>
  -  <property name="avalon.dist"       value="../../dist/avalon"/>
   
     <property name="test.failonerror"  value="true"/>
     <property name="test.runner"       value="junit.textui.TestRunner"/>
  @@ -138,10 +137,6 @@
                excludes="**/CVS/**">
         <exclude name="**/factory/Tyrex*.java" 
          unless="tyrex.present" />
  -      <exclude name="**/factory/ResourceFactory.java" 
  -       unless="jdbcse.present" />
  -      <exclude name="**/factory/TransactionFactory.java" 
  -       unless="jta.present" />
         <exclude name="**/factory/MailSessionFactory.java"
          unless="javamail.present" />
         <exclude name="**/factory/SendMailFactory.java"