You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bi...@apache.org on 2005/04/15 05:10:02 UTC

cvs commit: jakarta-tomcat-connectors/http11 build.xml

billbarker    2005/04/14 20:10:02

  Modified:    http11   build.xml
  Log:
  Adding tomcat-jni.jar to the classpath, since it is now required.
  
  Revision  Changes    Path
  1.18      +3 -1      jakarta-tomcat-connectors/http11/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/http11/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml	10 Mar 2004 22:35:10 -0000	1.17
  +++ build.xml	15 Apr 2005 03:10:02 -0000	1.18
  @@ -31,6 +31,7 @@
   
     <!-- The locations of necessary jar files -->
     <property name="tomcat-util.jar"  value="${util.home}/build/lib/tomcat-util.jar"/>
  +  <property name="tomcat-jni.jar" value="../jni/dist/tomcat-native-1.0.0.jar" />
     <property name="tomcat-coyote.jar" value="${coyote.home}/build/lib/tomcat-coyote.jar"/>
     <property name="tomcat33-coyote.jar" 
             value="${coyote.home}/build/lib/tomcat33-coyote.jar"/>
  @@ -85,6 +86,7 @@
       <pathelement location="${commons-modeler.jar}"/>
       <pathelement location="${regexp.jar}"/>
       <pathelement location="${jmx.jar}"/>
  +    <pathelement location="${tomcat-jni.jar}" />
     </path>
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org