I am submitting the patch for the project.properties file of the tck20 project. I have updated it with the maven jpox repository url.
Thanks to Andy, we dont need to download the jar files for jpox anymore. I will update the README.txt accordingly

Index: project.properties
===================================================================
--- project.properties  (revision 230513)
+++ project.properties  (working copy)
@@ -84,6 +84,9 @@
 # jndi dependencies
 jndi = ${basedir}/../lib/ext/fscontext.jar${path.separator}${basedir}/../lib/ext/providerutil.jar

+# jpox dependencies
+maven.repo.remote = http://www.jpox.org/downloads/maven
+
 jdo.tck.pcclasses.sources = \
     org/apache/jdo/tck/pc/lifecycle/StateTransitionObj.java \
     org/apache/jdo/tck/pc/company/Address.java \

--
Karan Malhi

Index: project.properties
===================================================================
--- project.properties	(revision 230513)
+++ project.properties	(working copy)
@@ -84,6 +84,9 @@
 # jndi dependencies
 jndi = ${basedir}/../lib/ext/fscontext.jar${path.separator}${basedir}/../lib/ext/providerutil.jar
 
+# jpox dependencies
+maven.repo.remote = http://www.jpox.org/downloads/maven
+
 jdo.tck.pcclasses.sources = \
     org/apache/jdo/tck/pc/lifecycle/StateTransitionObj.java \
     org/apache/jdo/tck/pc/company/Address.java \

Reply via email to