You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by la...@apache.org on 2002/08/09 14:55:02 UTC

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

larryi      2002/08/09 05:55:02

  Modified:    coyote   build.xml
  Log:
  Exclude tomcat5 from "compile.shared" too.
  
  Revision  Changes    Path
  1.12      +2 -1      jakarta-tomcat-connectors/coyote/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/coyote/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml	4 Aug 2002 19:39:49 -0000	1.11
  +++ build.xml	9 Aug 2002 12:55:01 -0000	1.12
  @@ -185,6 +185,7 @@
          deprecation="${compile.deprecation}"
             optimize="${compile.optimize}">
         <classpath refid="compile.classpath"/>
  +      <exclude name="org/apache/coyote/tomcat5/**" />
         <exclude name="org/apache/coyote/tomcat4/**" />
         <exclude name="org/apache/coyote/tomcat3/**" />
       </javac>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>