mstover1 2002/07/10 17:57:15
Modified: src_1/org/apache/jmeter/resources messages.properties
messages_ja.properties messages_no.properties
src_1/org/apache/jmeter/util JMeterUtils.java
Log:
Final touch ups for new release
Revision Changes Path
1.22 +1 -1
jakarta-jmeter/src_1/org/apache/jmeter/resources/messages.properties
Index: messages.properties
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src_1/org/apache/jmeter/resources/messages.properties,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- messages.properties 11 Jul 2002 00:26:52 -0000 1.21
+++ messages.properties 11 Jul 2002 00:57:15 -0000 1.22
@@ -246,5 +246,5 @@
functional_mode_explanation=Select functional test mode only if you need \nto
record to file the data received from the server for each request. \n\nSelecting this
option impacts performance considerably.
stopping_test_title=Stopping Test
stopping_test=Shutting down all test threads. Please be patient.
-soap_sampler_title=Soap/XML-RPC Sampler
+soap_sampler_title=Soap/XML-RPC Sampler (Alpha code)
soap_data_title=Soap/XML-RPC Data
1.21 +1 -1
jakarta-jmeter/src_1/org/apache/jmeter/resources/messages_ja.properties
Index: messages_ja.properties
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src_1/org/apache/jmeter/resources/messages_ja.properties,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- messages_ja.properties 11 Jul 2002 00:26:52 -0000 1.20
+++ messages_ja.properties 11 Jul 2002 00:57:15 -0000 1.21
@@ -240,5 +240,5 @@
functional_mode_explanation=Select functional test mode only if you need \nto
record to file the data received from the server for each request. \n\nSelecting this
option impacts performance considerably.
stopping_test_title=Stopping Test
stopping_test=Shutting down all test threads. Please be patient.
-soap_sampler_title=Soap/XML-RPC Sampler
+soap_sampler_title=Soap/XML-RPC Sampler (Alpha code)
soap_data_title=Soap/XML-RPC Data
1.21 +1 -1
jakarta-jmeter/src_1/org/apache/jmeter/resources/messages_no.properties
Index: messages_no.properties
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src_1/org/apache/jmeter/resources/messages_no.properties,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- messages_no.properties 11 Jul 2002 00:26:52 -0000 1.20
+++ messages_no.properties 11 Jul 2002 00:57:15 -0000 1.21
@@ -239,5 +239,5 @@
functional_mode_explanation=Select functional test mode only if you need \nto
record to file the data received from the server for each request. \n\nSelecting this
option impacts performance considerably.
stopping_test_title=Stopping Test
stopping_test=Shutting down all test threads. Please be patient.
-soap_sampler_title=Soap/XML-RPC Sampler
+soap_sampler_title=Soap/XML-RPC Sampler (Alpha code)
soap_data_title=Soap/XML-RPC Data
1.10 +2 -2 jakarta-jmeter/src_1/org/apache/jmeter/util/JMeterUtils.java
Index: JMeterUtils.java
===================================================================
RCS file: /home/cvs/jakarta-jmeter/src_1/org/apache/jmeter/util/JMeterUtils.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- JMeterUtils.java 29 Jun 2002 00:37:00 -0000 1.9
+++ JMeterUtils.java 11 Jul 2002 00:57:15 -0000 1.10
@@ -982,6 +982,6 @@
*/
public static String getJMeterVersion()
{
- return "1.7.1";
+ return "@VERSION@";
}
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>