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:46:01 UTC

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

pero        2005/02/11 11:46:01

  Modified:    modules/storeconfig build.xml
  Log:
  i18n support
  
  Revision  Changes    Path
  1.2       +2 -0      jakarta-tomcat-catalina/modules/storeconfig/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/modules/storeconfig/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	8 Jan 2005 11:14:07 -0000	1.1
  +++ build.xml	11 Feb 2005 19:46:01 -0000	1.2
  @@ -114,6 +114,8 @@
   
   		<jar destfile="${config.dist}/catalina-storeconfig.jar" basedir="${catalina.build}/classes">
   			<include name="org/apache/catalina/storeconfig/**" />
  +			<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