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 ka...@apache.org on 2008/10/07 16:01:13 UTC

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

Author: kahatlen
Date: Tue Oct  7 07:01:12 2008
New Revision: 702486

URL: http://svn.apache.org/viewvc?rev=702486&view=rev
Log:
DERBY-3903: Test failures because EnabledRoles VTI is not included in the jars

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=702486&r1=702485&r2=702486&view=diff
==============================================================================
--- db/derby/code/trunk/tools/jar/extraDBMSclasses.properties (original)
+++ db/derby/code/trunk/tools/jar/extraDBMSclasses.properties Tue Oct  7 07:01:12 2008
@@ -42,6 +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.core.csds=org.apache.derby.jdbc.EmbeddedDataSource
 derby.module.core.cscpds=org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource