You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2008/10/31 14:44:26 UTC

svn commit: r709410 - /db/derby/code/trunk/tools/jar/extraDBMSclasses.properties

Author: rhillegas
Date: Fri Oct 31 06:44:26 2008
New Revision: 709410

URL: http://svn.apache.org/viewvc?rev=709410&view=rev
Log:
DERBY-3930: Replaced EnabledRoles with ContainedRoles in extraDBMSclasses.properties so that jars build cleanly.

Modified:
    db/derby/code/trunk/tools/jar/extraDBMSclasses.properties

Modified: db/derby/code/trunk/tools/jar/extraDBMSclasses.properties
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/jar/extraDBMSclasses.properties?rev=709410&r1=709409&r2=709410&view=diff
==============================================================================
--- db/derby/code/trunk/tools/jar/extraDBMSclasses.properties (original)
+++ db/derby/code/trunk/tools/jar/extraDBMSclasses.properties Fri Oct 31 06:44:26 2008
@@ -42,7 +42,7 @@
 derby.module.vti.cloudscapeLogReader=org.apache.derby.diag.ErrorLogReader
 derby.module.vti.statementDuration=org.apache.derby.diag.StatementDuration
 derby.module.vti.statementCache=org.apache.derby.diag.StatementCache
-derby.module.vti.enabledRoles=org.apache.derby.diag.EnabledRoles
+derby.module.vti.containedRoles=org.apache.derby.diag.ContainedRoles
 
 derby.module.core.csds=org.apache.derby.jdbc.EmbeddedDataSource
 derby.module.core.cscpds=org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource