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 cl...@apache.org on 2021/05/07 23:12:03 UTC

[db-jdo] 07/08: JDO-584 Make runtck.iut run out of the box

This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch origin/2.1.1
in repository https://gitbox.apache.org/repos/asf/db-jdo.git

commit b944eeb43c20ea05903877fd5129ebe0f633969e
Author: Michelle Caisse <mc...@apache.org>
AuthorDate: Fri Aug 1 21:29:44 2008 +0000

    JDO-584 Make runtck.iut run out of the box
---
 tck2-legacy/build.properties | 2 +-
 tck2/build.properties        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tck2-legacy/build.properties b/tck2-legacy/build.properties
index e5127f6..d92e4aa 100644
--- a/tck2-legacy/build.properties
+++ b/tck2-legacy/build.properties
@@ -29,7 +29,7 @@
 # Properties for the execution of the TCK
 #
 iut.runtck.sysproperties = -Xmx512m
-iut.runtck.classpath = ${jpox.jdori.jarfile}${path.separator}${jpox.jdori.jarfile}${path.separator}${logging.log4j.jarfile}${path.separator}${asm.jarfile}${path.separator}${jpox.dbcp.jarfile}${path.separator}${jpox.c3p0.jarfile}
+iut.runtck.classpath = ${jpox.jdori.jarfile}${path.separator}${jpox.enhancer.jarfile}${path.separator}${jpox.rdbms.jarfile}${path.separator}${jpox.javafive.jarfile}${path.separator}${jta.jarfile}${path.separator}${xmlparser}${path.separator}${asm.jarfile}${path.separator}${logging.log4j.jarfile}${path.separator}${jpox.c3p0.jarfile}
 
 ##
 # Properties for the execution of the IUT enhancer
diff --git a/tck2/build.properties b/tck2/build.properties
index e5127f6..d92e4aa 100644
--- a/tck2/build.properties
+++ b/tck2/build.properties
@@ -29,7 +29,7 @@
 # Properties for the execution of the TCK
 #
 iut.runtck.sysproperties = -Xmx512m
-iut.runtck.classpath = ${jpox.jdori.jarfile}${path.separator}${jpox.jdori.jarfile}${path.separator}${logging.log4j.jarfile}${path.separator}${asm.jarfile}${path.separator}${jpox.dbcp.jarfile}${path.separator}${jpox.c3p0.jarfile}
+iut.runtck.classpath = ${jpox.jdori.jarfile}${path.separator}${jpox.enhancer.jarfile}${path.separator}${jpox.rdbms.jarfile}${path.separator}${jpox.javafive.jarfile}${path.separator}${jta.jarfile}${path.separator}${xmlparser}${path.separator}${asm.jarfile}${path.separator}${logging.log4j.jarfile}${path.separator}${jpox.c3p0.jarfile}
 
 ##
 # Properties for the execution of the IUT enhancer