remm        01/01/12 14:14:38

  Modified:    catalina build.xml
  Log:
  - ResourceFactory and TransactionFactory don't need to be left out of the
    build, since dependencies and imports from other parts of J2EE have been
    removed (using dynamic class loading instead).
  
  Revision  Changes    Path
  1.31      +0 -4      jakarta-tomcat-4.1/catalina/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.1/catalina/build.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- build.xml 2001/01/09 04:27:05     1.30
  +++ build.xml 2001/01/12 22:14:38     1.31
  @@ -103,10 +103,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="**/startup/CatalinaBlock.java" 
          unless="avalon.present" />
       </javac>
  
  
  

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

Reply via email to