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 2015/09/20 20:15:24 UTC

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

Author: fschumacher
Date: Sun Sep 20 18:15:14 2015
New Revision: 1704174

URL: http://svn.apache.org/viewvc?rev=1704174&view=rev
Log:
Use the flag 'docs.force' to control the forced overwriting of css and image files

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1704174&r1=1704173&r2=1704174&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sun Sep 20 18:15:14 2015
@@ -2256,10 +2256,10 @@ run JMeter unless all the JMeter jars ar
       <param name="subdir" expression="usermanual" />
       <param name="year" expression="${year}" />
     </xslt>
-    <copy todir="${dest.docs}/images">
+    <copy todir="${dest.docs}/images" overwrite="${docs.force}">
       <fileset dir="${src.images}" excludes="logo.xcf,logo.svg"/>
     </copy>
-    <copy todir="${dest.docs}/css">
+    <copy todir="${dest.docs}/css" overwrite="${docs.force}">
       <fileset dir="${src.css}"/>
     </copy>
     <!--