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/19 22:47:49 UTC

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

costin      2003/04/19 13:47:49

  Modified:    coyote   build.xml
  Log:
  Few small fixes. Exclude tomcat5, it's now included in catalina.jar
  
  Revision  Changes    Path
  1.24      +6 -2      jakarta-tomcat-connectors/coyote/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/coyote/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml	16 Mar 2003 07:05:44 -0000	1.23
  +++ build.xml	19 Apr 2003 20:47:49 -0000	1.24
  @@ -95,6 +95,9 @@
     <path id="compile.classpath.tomcat33">
       <pathelement location="${build.home}/classes"/>
       <pathelement location="${util.home}/build/classes"/>
  +    <pathelement location="${commons-logging.jar}"/>
  +    <pathelement location="${commons-modeler.jar}"/>
  +    <pathelement location="${jmx.jar}"/>
       <pathelement location="${tomcat33.home}/lib/container/container_util.jar"/>
       <pathelement location="${tomcat33.home}/lib/container/tomcat_modules.jar"/>
       <pathelement location="${tomcat33.home}/lib/common/tomcat_core.jar"/>
  @@ -232,7 +235,8 @@
            excludes="**/tomcat3/*" >
         <include name="org/apache/coyote/*.class" />
         <include name="org/apache/coyote/memory/*.class" />
  -      <include name="org/apache/coyote/tomcat5/**" />
  +      <!-- included with catalina.jar -->
  +      <exclude name="org/apache/coyote/tomcat5/**" />
       </jar>
     </target>
   
  
  
  

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