You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2003/04/08 21:11:36 UTC

cvs commit: jakarta-tomcat-catalina/catalina build.xml

costin      2003/04/08 12:11:35

  Modified:    catalina build.xml
  Log:
  Added coyote.jar to the classpath.
  
  Pack the tomcat-specific connector in catalina - first step to
  eliminate the recursive dependency.
  
  Revision  Changes    Path
  1.49      +2 -0      jakarta-tomcat-catalina/catalina/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/build.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- build.xml	26 Mar 2003 09:51:23 -0000	1.48
  +++ build.xml	8 Apr 2003 19:11:35 -0000	1.49
  @@ -56,6 +56,7 @@
       <pathelement location="${commons-modeler.jar}"/>
       <pathelement location="${commons-pool.jar}"/>
       <pathelement location="${tomcat-util.jar}"/>
  +    <pathelement location="${tomcat-coyote.jar}"/>
       <pathelement location="${jaas.jar}"/>
       <pathelement location="${javagroups.jar}"/>
       <pathelement location="${jcert.jar}"/>
  @@ -936,6 +937,7 @@
            index="true">
         <fileset dir="${classes.dir}">
           <include name="org/apache/catalina/**" />
  +        <include name="org/apache/coyote/tomcat5/**" />
           <exclude name="org/apache/catalina/ant/**" />
           <exclude name="org/apache/catalina/launcher/**" />
           <exclude name="org/apache/naming/**" />
  
  
  

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