You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2008/09/25 15:26:06 UTC

svn commit: r698961 - /tomcat/container/branches/tc4.1.x/build.xml

Author: markt
Date: Thu Sep 25 06:26:06 2008
New Revision: 698961

URL: http://svn.apache.org/viewvc?rev=698961&view=rev
Log:
Don't include jni/dist in the src distro

Modified:
    tomcat/container/branches/tc4.1.x/build.xml

Modified: tomcat/container/branches/tc4.1.x/build.xml
URL: http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/build.xml?rev=698961&r1=698960&r2=698961&view=diff
==============================================================================
--- tomcat/container/branches/tc4.1.x/build.xml (original)
+++ tomcat/container/branches/tc4.1.x/build.xml Thu Sep 25 06:26:06 2008
@@ -250,6 +250,7 @@
         <exclude name="coyote/build/**"/>
         <exclude name="http11/build/**"/>
         <exclude name="jk/build/**"/>
+        <exclude name="jni/dist/**"/>
         <exclude name="util/build/**"/>
         <exclude name="webapp/build/**"/>
         <exclude name="build.properties"/>



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