craigmcc    01/09/13 17:22:31

  Modified:    catalina build.xml
  Log:
  Add "jndi.jar" to the compile and test classpaths, so that compiles will
  not fail on JDK 1.2 systems (where the JNDI classes are not integrated).
  
  Submitted by: Patrick Luby <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.59      +2 -0      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.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- build.xml 2001/09/13 19:57:04     1.58
  +++ build.xml 2001/09/14 00:22:31     1.59
  @@ -41,6 +41,7 @@
       <pathelement location="${regexp.jar}"/>
       <pathelement location="${servlet.jar}"/>
       <pathelement location="${activation.jar}"/>
  +    <pathelement location="${jndi.jar}"/>
       <pathelement location="${jcert.jar}"/>
       <pathelement location="${jnet.jar}"/>
       <pathelement location="${jsse.jar}"/>
  @@ -57,6 +58,7 @@
       <pathelement location="${regexp.jar}"/>
       <pathelement location="${servlet.jar}"/>
       <pathelement location="${activation.jar}"/>
  +    <pathelement location="${jndi.jar}"/>
       <pathelement location="${jcert.jar}"/>
       <pathelement location="${jnet.jar}"/>
       <pathelement location="${jsse.jar}"/>
  
  
  

Reply via email to