Change load.user_properties to user.properties

Add system.properties

git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-1@410905 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 374807330a
This commit is contained in:
Sebastian Bazley 2006-06-01 18:10:39 +00:00
parent f53c51e619
commit f6d4fea337
1 changed files with 7 additions and 3 deletions

View File

@ -489,6 +489,10 @@ beanshell.server.file=../extras/startup.bsh
#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
# 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