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 2018/10/09 22:44:05 UTC

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

Author: remm
Date: Tue Oct  9 22:44:05 2018
New Revision: 1843361

URL: http://svn.apache.org/viewvc?rev=1843361&view=rev
Log:
Fix ant javadoc.

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1843361&r1=1843360&r2=1843361&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Tue Oct  9 22:44:05 2018
@@ -1972,6 +1972,7 @@ Apache Tomcat ${version} native binaries
       <packageset dir="${tomcat.dist}/src/java/">
         <include name="org/**"/>
         <exclude name="org/apache/el/parser/**"/>
+        <exclude name="org/apache/tomcat/util/json/**"/>
       </packageset>
       <!--jdbc-pool src files for javadoc-->
       <packageset dir="${tomcat.dist}/src/modules/jdbc-pool/src/main/java"/>



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