You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2012/01/03 14:18:10 UTC

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

Author: sebb
Date: Tue Jan  3 13:18:09 2012
New Revision: 1226772

URL: http://svn.apache.org/viewvc?rev=1226772&view=rev
Log:
Allow local property overrides

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1226772&r1=1226771&r2=1226772&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Tue Jan  3 13:18:09 2012
@@ -86,6 +86,8 @@
   <!-- The version of this file -->
   <property name="version.build" value="$Revision$"/>
 
+  <property file="build-local.properties"/> <!-- allow local overrides -->
+
    <!-- Findbugs task and target -->
    <!--
    Findbugs is licensed under the Lesser GNU Public License