[jboss-svn-commits] JBL Code SVN: r33028 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon May 24 06:05:36 EDT 2010
Author: whitingjr
Date: 2010-05-24 06:05:36 -0400 (Mon, 24 May 2010)
New Revision: 33028
Added:
labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/build.template.properties
Log:
Updated build to copy the build.properties including the command line overrides.
Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/build.template.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/build.template.properties (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/build.template.properties 2010-05-24 10:05:36 UTC (rev 33028)
@@ -0,0 +1,31 @@
+# this file ensures the archived properties file shows the runtime
+# properties that could have been passed into the build script on
+# the command line
+#
+transaction.strategy=${transaction.strategy}
+
+resource.A.db.installation=${resource.A.db.installation}
+resource.A.db.vendor=${resource.A.db.vendor}
+resource.A.jdbc-datasource=${resource.A.jdbc-datasource}
+
+resource.B.db.installation=${resource.B.db.installation}
+resource.B.db.vendor=${resource.B.db.vendor}
+resource.B.jdbc-datasource=${resource.B.jdbc-datasource}
+profiler=${profiler}
+
+threads=${threads}
+warmup-count=${warmup-count}
+profiled-count=${profiled-count}
+
+profiled=${profiled}
+
+suspend=${suspend}
+
+connection_handling=${connection_handling}
+
+optional.write.enabled=${optional.write.enabled}
+
+fqcn.test.case=${fqcn.test.case}
+
+action.store.fqcn=${action.store.fqcn}
+
More information about the jboss-svn-commits
mailing list