[jboss-svn-commits] JBL Code SVN: r34755 - in labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments: test and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Aug 17 08:19:50 EDT 2010


Author: whitingjr
Date: 2010-08-17 08:19:49 -0400 (Tue, 17 Aug 2010)
New Revision: 34755

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/live/environment.properties
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/test/environment.properties
Log:
Added property key names to environment configuration files.

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/live/environment.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/live/environment.properties	2010-08-17 11:03:59 UTC (rev 34754)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/live/environment.properties	2010-08-17 12:19:49 UTC (rev 34755)
@@ -9,3 +9,7 @@
 benchmark.client.02.host=jmsclient2
 benchmark.client.02.username=
 benchmark.client.02.password=
+
+benchmark.client.03.host=jmsclient3
+benchmark.client.03.username=
+benchmark.client.03.password=

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/test/environment.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/test/environment.properties	2010-08-17 11:03:59 UTC (rev 34754)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/src/main/resources/environments/test/environment.properties	2010-08-17 12:19:49 UTC (rev 34755)
@@ -9,3 +9,7 @@
 benchmark.client.02.host=localhost
 benchmark.client.02.username=
 benchmark.client.02.password=
+
+benchmark.client.03.host=localhost
+benchmark.client.03.username=
+benchmark.client.03.password=



More information about the jboss-svn-commits mailing list