You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pe...@apache.org on 2005/02/11 20:45:44 UTC

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

pero        2005/02/11 11:45:44

  Modified:    modules/cluster build.xml
  Log:
  i18n support
  
  Revision  Changes    Path
  1.12      +2 -0      jakarta-tomcat-catalina/modules/cluster/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/modules/cluster/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml	27 Dec 2004 09:30:36 -0000	1.11
  +++ build.xml	11 Feb 2005 19:45:44 -0000	1.12
  @@ -129,6 +129,8 @@
       <jar destfile="${cluster.dist}/catalina-cluster.jar"
            basedir="${catalina.build}/classes">
          <include name="org/apache/catalina/cluster/**" />
  +       <exclude name="**/package.html" />
  +       <exclude name="**/LocalStrings_*" />
       </jar>
     </target>
   
  
  
  

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