Author: sebb Date: Wed Feb 27 15:05:45 2008 New Revision: 631769 URL: http://svn.apache.org/viewvc?rev=631769&view=rev Log: Fixup eol-style settings
Modified: jakarta/jmeter/trunk/bin/BeanShellListeners.bshrc (contents, props changed) jakarta/jmeter/trunk/bin/user.properties (contents, props changed) jakarta/jmeter/trunk/docs/api/stylesheet.css (contents, props changed) Modified: jakarta/jmeter/trunk/bin/BeanShellListeners.bshrc URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/BeanShellListeners.bshrc?rev=631769&r1=631768&r2=631769&view=diff ============================================================================== --- jakarta/jmeter/trunk/bin/BeanShellListeners.bshrc (original) +++ jakarta/jmeter/trunk/bin/BeanShellListeners.bshrc Wed Feb 27 15:05:45 2008 @@ -1,29 +1,29 @@ -// Example BeanShell Listener definitions - -// ThreadListener methods - -threadStarted(){ - print("threadStarted"); -} - -threadFinished(){ - print("threadFinished"); -} - -// TestListener methods - -testStarted(){ - print("testStarted"); -} - -testEnded(){ - print("testEnded"); -} - -testStarted(String s){ - print("testStarted "+s); -} - -testEnded(String s){ - print("testEnded "+s); +// Example BeanShell Listener definitions + +// ThreadListener methods + +threadStarted(){ + print("threadStarted"); +} + +threadFinished(){ + print("threadFinished"); +} + +// TestListener methods + +testStarted(){ + print("testStarted"); +} + +testEnded(){ + print("testEnded"); +} + +testStarted(String s){ + print("testStarted "+s); +} + +testEnded(String s){ + print("testEnded "+s); } Propchange: jakarta/jmeter/trunk/bin/BeanShellListeners.bshrc ------------------------------------------------------------------------------ svn:eol-style = native Modified: jakarta/jmeter/trunk/bin/user.properties URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/user.properties?rev=631769&r1=631768&r2=631769&view=diff ============================================================================== --- jakarta/jmeter/trunk/bin/user.properties (original) +++ jakarta/jmeter/trunk/bin/user.properties Wed Feb 27 15:05:45 2008 @@ -1,23 +1,23 @@ -# Sample user.properties file -# -## Licensed to the Apache Software Foundation (ASF) under one or more -## contributor license agreements. See the NOTICE file distributed with -## this work for additional information regarding copyright ownership. -## The ASF licenses this file to You under the Apache License, Version 2.0 -## (the "License"); you may not use this file except in compliance with -## the License. You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -# -#search_paths=../addons/addons.jar -#log_level.jorphan.reflect=DEBUG -# Warning: enabling the next debug line causes javax.net.ssl.SSLException: Received fatal alert: unexpected_message -# for certain sites when used with the default HTTP Sampler -#log_level.jmeter.util.HttpSSLProtocolSocketFactory=DEBUG +# Sample user.properties file +# +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +# +#search_paths=../addons/addons.jar +#log_level.jorphan.reflect=DEBUG +# Warning: enabling the next debug line causes javax.net.ssl.SSLException: Received fatal alert: unexpected_message +# for certain sites when used with the default HTTP Sampler +#log_level.jmeter.util.HttpSSLProtocolSocketFactory=DEBUG #log_level.jmeter.util.JsseSSLManager=DEBUG Propchange: jakarta/jmeter/trunk/bin/user.properties ------------------------------------------------------------------------------ svn:eol-style = native Modified: jakarta/jmeter/trunk/docs/api/stylesheet.css URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/stylesheet.css?rev=631769&r1=631768&r2=631769&view=diff ============================================================================== --- jakarta/jmeter/trunk/docs/api/stylesheet.css (original) +++ jakarta/jmeter/trunk/docs/api/stylesheet.css Wed Feb 27 15:05:45 2008 @@ -1,29 +1,29 @@ -/* Javadoc style sheet */ - -/* Define colors, fonts and other style attributes here to override the defaults */ - -/* Page background color */ -body { background-color: #FFFFFF } - -/* Headings */ -h1 { font-size: 145% } - -/* Table colors */ -.TableHeadingColor { background: #CCCCFF } /* Dark mauve */ -.TableSubHeadingColor { background: #EEEEFF } /* Light mauve */ -.TableRowColor { background: #FFFFFF } /* White */ - -/* Font used in left-hand frame lists */ -.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif } -.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif } -.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif } - -/* Navigation bar fonts and colors */ -.NavBarCell1 { background-color:#EEEEFF;} /* Light mauve */ -.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */ -.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;} -.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;} - -.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} -.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} - +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF } /* Light mauve */ +.TableRowColor { background: #FFFFFF } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF;} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} + Propchange: jakarta/jmeter/trunk/docs/api/stylesheet.css ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]