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 2014/09/17 21:17:28 UTC

svn commit: r1625769 - /tomcat/trunk/build.xml

Author: markt
Date: Wed Sep 17 19:17:28 2014
New Revision: 1625769

URL: http://svn.apache.org/r1625769
Log:
Avoid creating empty package in JAR

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1625769&r1=1625768&r2=1625769&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Wed Sep 17 19:17:28 2014
@@ -338,6 +338,7 @@
   <patternset id="files.tomcat-api">
     <include name="org/apache/tomcat/*" />
     <exclude name="org/apache/tomcat/buildutil" />
+    <exclude name="org/apache/tomcat/dbcp" />
     <exclude name="org/apache/tomcat/jni" />
     <exclude name="org/apache/tomcat/spdy" />
     <exclude name="org/apache/tomcat/util" />



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