You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2006/06/01 20:10:40 UTC

svn commit: r410905 - /jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties

Author: sebb
Date: Thu Jun  1 11:10:39 2006
New Revision: 410905

URL: http://svn.apache.org/viewvc?rev=410905&view=rev
Log:
Change load.user_properties to user.properties
Add system.properties

Modified:
    jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties

Modified: jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties?rev=410905&r1=410904&r2=410905&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties (original)
+++ jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties Thu Jun  1 11:10:39 2006
@@ -489,6 +489,10 @@
 #Should JMeter expand the tree when loading a test plan?
 #onload.expandtree=false
 
-# Should JMeter automatically load properties from user.properties file?
-# (Uncomment to disable)
-#load.user_properties=false
\ No newline at end of file
+# Should JMeter automatically load additional JMeter properties?
+# File name to look for (comment to disable)
+user.properties=user.properties
+
+# Should JMeter automatically load additional system properties?
+# File name to look for (comment to disable)
+system.properties=system.properties
\ No newline at end of file



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