You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2005/01/11 23:58:54 UTC

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

remm        2005/01/11 14:58:54

  Modified:    catalina build.xml
  Log:
  - Exclude storeconfig from catalina.jar.
  
  Revision  Changes    Path
  1.79      +1 -0      jakarta-tomcat-catalina/catalina/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/build.xml,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- build.xml	27 Oct 2004 10:45:05 -0000	1.78
  +++ build.xml	11 Jan 2005 22:58:54 -0000	1.79
  @@ -934,6 +934,7 @@
           <exclude name="org/apache/catalina/launcher/**" />
           <exclude name="org/apache/catalina/servlets/**" />
           <exclude name="org/apache/catalina/startup/Bootstrap.class" />
  +        <exclude name="org/apache/catalina/storeconfig/**" />
           <exclude name="org/apache/catalina/ssi/**" />
           <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