bloritsch 01/10/11 10:58:38
Modified: bin jmeter.properties
Log:
Add entry for the "classes" directory. This helps IDEs
to find all the necessary classes.
Revision Changes Path
1.27 +3 -3 jakarta-jmeter/bin/jmeter.properties
Index: jmeter.properties
===================================================================
RCS file: /home/cvs/jakarta-jmeter/bin/jmeter.properties,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- jmeter.properties 2001/10/08 05:29:05 1.26
+++ jmeter.properties 2001/10/11 17:58:38 1.27
@@ -2,7 +2,7 @@
# Apache JMeter Property file
################################################################################
#Paths to search for classes (";" must be the separator)
-search_paths=ApacheJMeter.jar
+search_paths=ApacheJMeter.jar;classes
# Netscape HTTP Cookie file
cookies=cookies
@@ -20,8 +20,8 @@
#And the package name where Stream Handlers can be found
#These provided defaults can be uncommented, and they will work if you are using
#Sun's JSSE implementation.
-#ssl.provider=com.sun.net.ssl.internal.ssl.Provider
-#ssl.pkgs=com.sun.net.ssl.internal.www.protocol
+#ssl.provider=com.sun.net.ssl.internal.ssl.Provider
+#ssl.pkgs=com.sun.net.ssl.internal.www.protocol
#Classname of the Swing default UI
#Installed Look and Feel classes on Windows are:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]