Author: mcaisse
Date: Fri May 23 11:39:35 2008
New Revision: 659618
URL: http://svn.apache.org/viewvc?rev=659618&view=rev
Log:
JDO-584 iut runs out of the box on the RI
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=659618&r1=659617&r2=659618&view=diff
==============================================================================
--- db/jdo/trunk/tck2/build.properties (original)
+++ db/jdo/trunk/tck2/build.properties Fri May 23 11:39:35 2008
@@ -29,7 +29,7 @@
# Properties for the execution of the TCK
#
iut.runtck.sysproperties = -Xmx512m
-iut.runtck.classpath = ${datanucleus.jdori.jarfile}${path.separator}${datanucleus.jdori.jarfile}${path.separator}${logging.log4j.jarfile}${path.separator}${asm.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.javafive.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
|