costin      2003/03/12 16:03:58

  Modified:    util     build.xml
  Log:
  If JDK1.4 is used, use the included jsse.jar.
  
  Revision  Changes    Path
  1.19      +1 -0      jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml 4 Feb 2003 06:17:26 -0000       1.18
  +++ build.xml 13 Mar 2003 00:03:58 -0000      1.19
  @@ -25,6 +25,7 @@
       <path id="compile.classpath">
           <pathelement location="${jmx.jar}" />
           <pathelement location="${jsse.jar}" />
  +        <pathelement location="${java.home}/lib/jsse.jar" />
           <pathelement location="${jnet.jar}" />
           <pathelement location="${jcert.jar}" />
           <pathelement location="${puretls.jar}" />
  
  
  

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

Reply via email to