Author: sebb
Date: Fri Apr 8 16:39:58 2016
New Revision: 1738264
URL: http://svn.apache.org/viewvc?rev=1738264&view=rev
Log:
Clarifications
Modified:
jmeter/trunk/bin/jmeter.properties
Modified: jmeter/trunk/bin/jmeter.properties
URL:
http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1738264&r1=1738263&r2=1738264&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.properties (original)
+++ jmeter/trunk/bin/jmeter.properties Fri Apr 8 16:39:58 2016
@@ -1129,37 +1129,33 @@ view.results.tree.renderers_order=.Rende
# Classpath configuration
#---------------------------------------------------------------------------
-# List of paths (separated by ;) to search for additional JMeter plugin
classes,
+# List of directories (separated by ;) to search for additional JMeter plugin
classes,
# for example new GUI elements and samplers.
-# A path item can either be a jar file or a directory.
# Any jar file in such a directory will be automatically included,
# jar files in sub directories are ignored.
# The given value is in addition to any jars found in the lib/ext directory.
# Do not use this for utility or plugin dependency jars.
#search_paths=/app1/lib;/app2/lib
-# List of paths that JMeter will search for utility and plugin dependency
classes.
+# List of directories that JMeter will search for utility and plugin
dependency classes.
# Use your platform path separator to separate multiple paths.
-# A path item can either be a jar file or a directory.
# Any jar file in such a directory will be automatically included,
# jar files in sub directories are ignored.
# The given value is in addition to any jars found in the lib directory.
# All entries will be added to the class path of the system class loader
# and also to the path of the JMeter internal loader.
# Paths with spaces may cause problems for the JVM
-#user.classpath=../classes;../lib;../app1/jar1.jar;../app2/jar2.jar
+#user.classpath=../classes;../lib
-# List of paths (separated by ;) that JMeter will search for utility
+# List of directories (separated by ;) that JMeter will search for utility
# and plugin dependency classes.
-# A path item can either be a jar file or a directory.
# Any jar file in such a directory will be automatically included,
# jar files in sub directories are ignored.
# The given value is in addition to any jars found in the lib directory
# or given by the user.classpath property.
# All entries will be added to the path of the JMeter internal loader only.
-# For plugin dependencies using plugin_dependency_paths should be preferred
over
-# user.classpath.
-#plugin_dependency_paths=../dependencies/lib;../app1/jar1.jar;../app2/jar2.jar
+# For plugin dependencies this property should be used instead of
user.classpath.
+#plugin_dependency_paths=../dependencies/lib;../app1/;../app2/
# Classpath finder
# ================