Project

General

Profile

« Previous | Next » 

Revision 3105

Added by perry over 17 years ago

Removed tomcat 3 support

View differences:

build.xml
34 34
  <property file="build.properties"/>  <!-- USER SPECIFIC PROPS -->
35 35

  
36 36
  <!-- Determine which tomcat we are using and tomcat-specific settings -->
37
  <condition property="jsdk" value="${tomcat}/lib/common/servlet.jar">
38
    <equals arg1="${tomcatversion}" arg2="tomcat3" />
39
  </condition>
40 37
  <condition property="jsdk" value="${tomcat}/common/lib/servlet.jar">
41 38
    <equals arg1="${tomcatversion}" arg2="tomcat4" />
42 39
  </condition>

Also available in: Unified diff