remm        01/10/02 11:23:18

  Modified:    catalina build.xml
  Log:
  - Ooops, made a mistake with the condition for copying Xerces.
    Thanks to Patrick Luby for the patch.
  
  Revision  Changes    Path
  1.71      +1 -4      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.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- build.xml 2001/10/02 04:44:54     1.70
  +++ build.xml 2001/10/02 18:23:18     1.71
  @@ -284,10 +284,7 @@
           <and>
             <equals arg1="${xerces.jar.present}" arg2="true" />
             <not>
  -            <or>
  -              <equals arg1="${jdk.1.3.present}" arg2="true" />
  -              <equals arg1="${jdk.1.4.present}" arg2="true" />
  -            </or>
  +            <equals arg1="${jdk.1.4.present}" arg2="true" />
             </not>
           </and>
         </or>
  
  
  


Reply via email to