You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mc...@apache.org on 2009/04/03 05:54:22 UTC

svn commit: r761513 - /db/jdo/trunk/tck2/build.properties

Author: mcaisse
Date: Fri Apr  3 03:54:21 2009
New Revision: 761513

URL: http://svn.apache.org/viewvc?rev=761513&view=rev
Log:
Fix failure of DataNucleus on runtck.iut

Modified:
    db/jdo/trunk/tck2/build.properties

Modified: db/jdo/trunk/tck2/build.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/build.properties?rev=761513&r1=761512&r2=761513&view=diff
==============================================================================
--- db/jdo/trunk/tck2/build.properties (original)
+++ db/jdo/trunk/tck2/build.properties Fri Apr  3 03:54:21 2009
@@ -29,7 +29,7 @@
 # Properties for the execution of the TCK
 #
 iut.runtck.sysproperties = -Xmx512m
-iut.runtck.classpath = ${datanucleus.jdori.jarfile}${path.separator}${datanucleus.enhancer.jarfile}${path.separator}${datanucleus.rdbms.jarfile}${path.separator}${jta.jarfile}${path.separator}${xmlparser}${path.separator}${asm.jarfile}${path.separator}${logging.log4j.jarfile}${path.separator}${datanucleus.connectionpool.jarfile}
+iut.runtck.classpath = ${datanucleus.jdori.jarfile}${path.separator}${datanucleus.enhancer.jarfile}${path.separator}${datanucleus.rdbms.jarfile}${path.separator}${datanucleus.jpa.jarfile}${path.separator}${jta.jarfile}${path.separator}${xmlparser}${path.separator}${asm.jarfile}${path.separator}${logging.log4j.jarfile}${path.separator}${datanucleus.connectionpool.jarfile}
 
 ##
 # Properties for the execution of the IUT enhancer