You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2017/02/11 11:05:18 UTC

svn commit: r1782582 - /jmeter/trunk/build.xml

Author: fschumacher
Date: Sat Feb 11 11:05:18 2017
New Revision: 1782582

URL: http://svn.apache.org/viewvc?rev=1782582&view=rev
Log:
Include logging.classpath in javadoc generation

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1782582&r1=1782581&r2=1782582&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sat Feb 11 11:05:18 2017
@@ -2278,7 +2278,10 @@ run JMeter unless all the JMeter jars ar
       bottom="Copyright © 1998-${THISYEAR} Apache Software Foundation. All Rights Reserved."
       packagenames="org.apache.jmeter.*,org.apache.jorphan.*"
       excludepackagenames="org.apache.jorphan.timer">
-      <classpath refid="classpath"/>
+      <classpath>
+        <path refid="classpath"/>
+        <path refid="logging.classpath"/>
+      </classpath>
       <link href="http://docs.oracle.com/javase/8/docs/api/"/>
     </javadoc>
     <!-- No need for Javadoc patch (CVE-2013-1571) now we are using Java 8 minimum -->