[jboss-svn-commits] JBL Code SVN: r30328 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Nov 24 13:49:58 EST 2009
Author: whitingjr
Date: 2009-11-24 13:49:58 -0500 (Tue, 24 Nov 2009)
New Revision: 30328
Modified:
labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties
Log:
Corrected vendor package.
Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties 2009-11-24 18:49:10 UTC (rev 30327)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties 2009-11-24 18:49:58 UTC (rev 30328)
@@ -1,6 +1,6 @@
# specify which packages or classes are to be profiled. These will be identical across any database installation
#db-vendor-profiling=org.postgresql
-db-vendor-profiling=org.edd
+db-vendor-profiling=org.postgresql
# inclusion xpaths
db.xslt.xpaths=/*/@db-class='x.x.DriverClass'
More information about the jboss-svn-commits
mailing list