Author: milamber
Date: Tue Apr 12 20:24:16 2016
New Revision: 1738861

URL: http://svn.apache.org/viewvc?rev=1738861&view=rev
Log:
logo.svg need to be included in the binary archive for docs_printable

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1738861&r1=1738860&r2=1738861&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Tue Apr 12 20:24:16 2016
@@ -2347,7 +2347,7 @@ run JMeter unless all the JMeter jars ar
       <fileset dir="${src.css}"/>
     </copy>
     <copy todir="${dest.docs}/images">
-      <fileset dir="${src.images}" excludes="logo.xcf,logo.svg"/>
+      <fileset dir="${src.images}" excludes="logo.xcf"/>
     </copy>
     <copy todir="${dest.printable_docs}/demos">
       <fileset dir="${src.demos}"/>


Reply via email to