Index: tck20/project.properties =================================================================== --- tck20/project.properties (revision 369167) +++ tck20/project.properties (working copy) @@ -57,7 +57,7 @@ jdori.runtck.sysproperties = -Xmx512m # dependencies -jdo.jdoapi.jarfile = ${pom.getDependencyPath('apache-jdo:jdo2-api')} +jdo.api.jarfile = ${pom.getDependencyPath('javax.jdo:jdo2-api')} jpox.jdori.jarfile = ${pom.getDependencyPath('jpox:jpox')} jpox.enhancer.jarfile = ${pom.getDependencyPath('jpox:jpox-enhancer')} bcel.jarfile = ${pom.getDependencyPath('bcel:bcel')} @@ -69,8 +69,8 @@ log4j.jarfile = ${pom.getDependencyPath('log4j')} derby.jarfile = ${pom.getDependencyPath('org.apache.derby:derby')} derbytools.jarfile = ${pom.getDependencyPath('org.apache.derby:derbytools')} -core20.jarfile = ${pom.getDependencyPath('apache-jdo:jdo2-core')} -enhancer20.jarfile = ${pom.getDependencyPath('apache-jdo:jdo2-enhancer')} +core20.jarfile = ${pom.getDependencyPath('org.apache.jdo:jdo2-core')} +enhancer20.jarfile = ${pom.getDependencyPath('org.apache.jdo:jdo2-enhancer')} xmlparser = # JDORI enhancer Index: tck20/maven.xml =================================================================== --- tck20/maven.xml (revision 369167) +++ tck20/maven.xml (working copy) @@ -27,7 +27,7 @@ - + @@ -614,7 +614,7 @@ - + @@ -626,7 +626,7 @@ - + Index: tck20/project.xml =================================================================== --- tck20/project.xml (revision 369167) +++ tck20/project.xml (working copy) @@ -21,8 +21,9 @@ JDO2 Technology Compatibility Kit + org.apache.jdo jdo2-tck - 2.0-SNAPSHOT + SNAPSHOT org.apache.jdo.tck Java Data Object 2.0 (JDO) TCK The Java Data Objects 2.0 (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request JSR 243 under the auspices of the Java Community Process. @@ -36,17 +37,17 @@ - apache-jdo + javax.jdo jdo2-api SNAPSHOT - apache-jdo + org.apache.jdo jdo2-enhancer SNAPSHOT - apache-jdo + org.apache.jdo jdo2-core SNAPSHOT Index: tck11/project.properties =================================================================== --- tck11/project.properties (revision 369167) +++ tck11/project.properties (working copy) @@ -44,9 +44,9 @@ jdo.tck.resultprinterclass = org.apache.jdo.tck.util.BatchResultPrinter # dependencies -jdo.jdoapi.jarfile = ${pom.getDependencyPath('apache-jdo:jdo1-api')} -jdo.jdobtree.jarfile = ${pom.getDependencyPath('apache-jdo:jdo-btree')} -jdo.jdori.jarfile = ${pom.getDependencyPath('apache-jdo:jdo1-ri')} +jdo.api.jarfile = ${pom.getDependencyPath('javax.jdo:jdo1-api')} +jdo.jdobtree.jarfile = ${pom.getDependencyPath('org.apache.jdo:jdo-btree')} +jdo.jdori.jarfile = ${pom.getDependencyPath('org.apache.jdo:jdo1-ri')} junit.jarfile = ${pom.getDependencyPath('junit:junit')} antlr.jarfile = ${pom.getDependencyPath('antlr:antlr')} jta.jarfile = ${pom.getDependencyPath('geronimo-spec:geronimo-spec-jta')} Index: tck11/maven.xml =================================================================== --- tck11/maven.xml (revision 369167) +++ tck11/maven.xml (working copy) @@ -26,7 +26,7 @@ - + Index: fostore20/project.properties =================================================================== --- fostore20/project.properties (revision 369167) +++ fostore20/project.properties (working copy) @@ -21,12 +21,12 @@ maven.checkstyle.properties = ${basedir}/../jdo_checks.xml # dependencies -jdo.jdoapi.jarfile = ${pom.getDependencyPath('apache-jdo:jdo2-api')} -jdo.jdobtree.jarfile = ${pom.getDependencyPath('apache-jdo:jdo-btree')} -jdo.jdocore.jarfile = ${pom.getDependencyPath('apache-jdo:jdo2-core')} -jdo.jdoenhancer.jarfile = ${pom.getDependencyPath('apache-jdo:jdo2-enhancer')} -jdo.jdoruntime.jarfile = ${pom.getDependencyPath('apache-jdo:jdo2-runtime')} -jdo.jdoquery.jarfile = ${pom.getDependencyPath('apache-jdo:jdo2-query')} +jdo.api.jarfile = ${pom.getDependencyPath('javax.jdo:jdo2-api')} +jdo.jdobtree.jarfile = ${pom.getDependencyPath('org.apache.jdo:jdo-btree')} +jdo.jdocore.jarfile = ${pom.getDependencyPath('org.apache.jdo:jdo2-core')} +jdo.jdoenhancer.jarfile = ${pom.getDependencyPath('org.apache.jdo:jdo2-enhancer')} +jdo.jdoruntime.jarfile = ${pom.getDependencyPath('org.apache.jdo:jdo2-runtime')} +jdo.jdoquery.jarfile = ${pom.getDependencyPath('org.apache.jdo:jdo2-query')} junit.jarfile = ${pom.getDependencyPath('junit:junit')} antlr.jarfile = ${pom.getDependencyPath('antlr:antlr')} jta.jarfile = ${pom.getDependencyPath('geronimo-spec:geronimo-spec-jta')} @@ -48,14 +48,14 @@ jdo.enhancer.enhanced.dir = ${maven.build.dir}/test-classes jdo.enhancer.main = org.apache.jdo.enhancer.Main jdo.enhancer.options = -f -d "${jdo.enhancer.enhanced.dir}" -s "${jdo.enhancer.sourcepath}" -jdo.enhancer.sourcepath = ${maven.build.dir}/test-classes${path.separator}${jdo.jdoapi.jarfile} -jdo.enhancer.classpath = ${jdo.jdoenhancer.jarfile}${path.separator}${jdo.jdocore.jarfile}${path.separator}${jdo.jdoapi.jarfile}${path.separator}${logging.jarfile} +jdo.enhancer.sourcepath = ${maven.build.dir}/test-classes${path.separator}${jdo.api.jarfile} +jdo.enhancer.classpath = ${jdo.jdoenhancer.jarfile}${path.separator}${jdo.jdocore.jarfile}${path.separator}${jdo.api.jarfile}${path.separator}${logging.jarfile} jdo.annotationtest.main = org.apache.jdo.impl.enhancer.util.AnnotationTest jdo.annotationtest.options = -s "${jdo.enhancer.enhanced.dir}${path.separator}${jdo.enhancer.sourcepath}" jdo.augmentationtest.main = org.apache.jdo.impl.enhancer.util.AugmentationTest jdo.augmentationtest.options = -s "${jdo.enhancer.enhanced.dir}${path.separator}${jdo.enhancer.sourcepath}" jdo.xmlexists.main = org.apache.jdo.impl.model.jdo.xml.XMLExists -jdo.xmlexists.classpath = ${maven.build.dir}/test-classes${path.separator}${jdo.jdoruntime.jarfile}${path.separator}${jdo.jdocore.jarfile}${path.separator}${jdo.jdoapi.jarfile}${path.separator}${logging.jarfile} +jdo.xmlexists.classpath = ${maven.build.dir}/test-classes${path.separator}${jdo.jdoruntime.jarfile}${path.separator}${jdo.jdocore.jarfile}${path.separator}${jdo.api.jarfile}${path.separator}${logging.jarfile} jdo.pcclasses.pc.classes= \ org.apache.jdo.pc.PCArrays \ Index: fostore20/maven.xml =================================================================== --- fostore20/maven.xml (revision 369167) +++ fostore20/maven.xml (working copy) @@ -26,7 +26,7 @@ - + @@ -76,7 +76,7 @@ - + @@ -101,7 +101,7 @@ dir="${basedir}/test" antfile="runtest.xml"> - + @@ -128,7 +128,7 @@ - + @@ -320,7 +320,7 @@ - + Index: fostore20/project.xml =================================================================== --- fostore20/project.xml (revision 369167) +++ fostore20/project.xml (working copy) @@ -24,7 +24,7 @@ JDO2 Implementation (FOStore) jdo2-fostore - 2.0-SNAPSHOT + SNAPSHOT org.apache.jdo Java Data Object 2.0 (JDO) Core The Java Data Objects 2.0 (JDO) API is a standard interface-based @@ -36,40 +36,41 @@ - apache-jdo + javax.jdo jdo2-api SNAPSHOT - apache-jdo + org.apache.jdo + jdo2-runtime + SNAPSHOT + + + org.apache.jdo jdo2-core SNAPSHOT - apache-jdo + org.apache.jdo jdo2-enhancer SNAPSHOT - apache-jdo + org.apache.jdo jdo2-query SNAPSHOT - apache-jdo + org.apache.jdo jdo2-runtime SNAPSHOT - apache-jdo + org.apache.jdo jdo-btree - SNAPSHOT + 1.1 - commons-logging - 1.0.4 - - geronimo-spec geronimo-spec-jta 1.0.1B-rc2 @@ -80,6 +81,11 @@ 3.8.1 + commons-logging + commons-logging + 1.0.4 + + antlr antlr 2.7.5 Index: enhancer20/project.properties =================================================================== --- enhancer20/project.properties (revision 369167) +++ enhancer20/project.properties (working copy) @@ -17,8 +17,8 @@ maven.checkstyle.properties = ${basedir}/../jdo_checks.xml # dependencies -jdo.jdoapi.jarfile = ${pom.getDependencyPath('apache-jdo:jdo2-api')} -jdo.jdocore.jarfile = ${pom.getDependencyPath('apache-jdo:jdo2-core')} +jdo.api.jarfile = ${pom.getDependencyPath('javax.jdo:jdo2-api')} +jdo.jdocore.jarfile = ${pom.getDependencyPath('org.apache.jdo:jdo2-core')} logging.jarfile = ${pom.getDependencyPath('commons-logging')} xmlparser = @@ -33,5 +33,5 @@ jdo.augmentationtest.main = org.apache.jdo.impl.enhancer.util.AugmentationTest jdo.augmentationtest.options = -s "${jdo.enhancer.enhanced.dir}${path.separator}${jdo.enhancer.sourcepath}" jdo.xmlexists.main = org.apache.jdo.impl.model.jdo.xml.XMLExists -jdo.xmlexists.classpath = ${maven.build.dir}/test-classes${path.separator}${path.separator}${jdo.jdocore.jarfile}${path.separator}${jdo.jdoapi.jarfile}${path.separator}${logging.jarfile} +jdo.xmlexists.classpath = ${maven.build.dir}/test-classes${path.separator}${path.separator}${jdo.jdocore.jarfile}${path.separator}${jdo.api.jarfile}${path.separator}${logging.jarfile} Index: enhancer20/maven.xml =================================================================== --- enhancer20/maven.xml (revision 369167) +++ enhancer20/maven.xml (working copy) @@ -26,7 +26,7 @@ - + Index: enhancer20/project.xml =================================================================== --- enhancer20/project.xml (revision 369167) +++ enhancer20/project.xml (working copy) @@ -23,8 +23,9 @@ JDO2 Implementation (Enhancer) + org.apache.jdo jdo2-enhancer - 2.0-SNAPSHOT + SNAPSHOT org.apache.jdo Java Data Object 2.0 (JDO) Enhancer The Java Data Objects 2.0 (JDO) API is a standard interface-based @@ -36,12 +37,12 @@ - apache-jdo + javax.jdo jdo2-api SNAPSHOT - apache-jdo + org.apache.jdo jdo2-core SNAPSHOT Index: runtime20/maven.xml =================================================================== --- runtime20/maven.xml (revision 369167) +++ runtime20/maven.xml (working copy) @@ -26,7 +26,7 @@ - + Index: runtime20/project.xml =================================================================== --- runtime20/project.xml (revision 369167) +++ runtime20/project.xml (working copy) @@ -23,8 +23,9 @@ JDO2 Implementation (Runtime) + org.apache.jdo jdo2-runtime - 2.0-SNAPSHOT + SNAPSHOT org.apache.jdo Java Data Object 2.0 (JDO) Runtime The Java Data Objects 2.0 (JDO) API is a standard interface-based @@ -36,12 +37,12 @@ - apache-jdo + javax.jdo jdo2-api SNAPSHOT - apache-jdo + org.apache.jdo jdo2-core SNAPSHOT Index: core20/maven.xml =================================================================== --- core20/maven.xml (revision 369167) +++ core20/maven.xml (working copy) @@ -26,7 +26,7 @@ - + Index: core20/project.xml =================================================================== --- core20/project.xml (revision 369167) +++ core20/project.xml (working copy) @@ -23,8 +23,9 @@ JDO2 Implementation (Core) + org.apache.jdo jdo2-core - 2.0-SNAPSHOT + SNAPSHOT org.apache.jdo Java Data Object 2.0 (JDO) Core The Java Data Objects 2.0 (JDO) API is a standard interface-based Index: btree/maven.xml =================================================================== --- btree/maven.xml (revision 369167) +++ btree/maven.xml (working copy) @@ -28,7 +28,7 @@ - + Index: btree/project.xml =================================================================== --- btree/project.xml (revision 369167) +++ btree/project.xml (working copy) @@ -23,6 +23,7 @@ Binary Tree for FOStore JDO + org.apache.jdo jdo-btree 1.1 org.netbeans.mdr Index: project.xml =================================================================== --- project.xml (revision 369167) +++ project.xml (working copy) @@ -22,7 +22,6 @@ Java Data Objects (JDO) - apache-jdo Apache Software Foundation http://www.apache.org Index: query20/maven.xml =================================================================== --- query20/maven.xml (revision 369167) +++ query20/maven.xml (working copy) @@ -26,7 +26,7 @@ - + Index: query20/project.xml =================================================================== --- query20/project.xml (revision 369167) +++ query20/project.xml (working copy) @@ -23,8 +23,9 @@ JDO2 Implementation (Query) + org.apache.jdo jdo2-query - 2.0-SNAPSHOT + SNAPSHOT org.apache.jdo Java Data Object 2.0 (JDO) Core The Java Data Objects 2.0 (JDO) API is a standard interface-based @@ -36,17 +37,17 @@ - apache-jdo + javax.jdo jdo2-api SNAPSHOT - apache-jdo + org.apache.jdo jdo2-core SNAPSHOT - apache-jdo + org.apache.jdo jdo2-runtime SNAPSHOT Index: api11/maven.xml =================================================================== --- api11/maven.xml (revision 369167) +++ api11/maven.xml (working copy) @@ -27,7 +27,7 @@ - + Index: api11/project.xml =================================================================== --- api11/project.xml (revision 369167) +++ api11/project.xml (working copy) @@ -17,7 +17,7 @@ 3 - ../project.xml + javax.jdo Index: api20/maven.xml =================================================================== --- api20/maven.xml (revision 369167) +++ api20/maven.xml (working copy) @@ -25,7 +25,7 @@ - + Index: api20/project.xml =================================================================== --- api20/project.xml (revision 369167) +++ api20/project.xml (working copy) @@ -22,8 +22,9 @@ JDO2 API + javax.jdo jdo2-api - 2.0-SNAPSHOT + SNAPSHOT javax.jdo Java Data Object 2.0 (JDO) API The Java Data Objects 2.0 (JDO) API is a standard interface-based @@ -71,6 +72,12 @@ javax/jdo/*.dtd + + ${basedir}/src/dtd + + javax/jdo/*.xsd + + Index: ri11/project.properties =================================================================== --- ri11/project.properties (revision 369167) +++ ri11/project.properties (working copy) @@ -27,8 +27,8 @@ org/apache/jdo/impl/jdoql/jdoqlc/Optimizer.java # dependencies -jdo.jdoapi.jarfile = ${pom.getDependencyPath('apache-jdo:jdo1-api')} -jdo.jdobtree.jarfile = ${pom.getDependencyPath('apache-jdo:jdo-btree')} +jdo.api.jarfile = ${pom.getDependencyPath('javax.jdo:jdo1-api')} +jdo.jdobtree.jarfile = ${pom.getDependencyPath('org.apache.jdo:jdo-btree')} junit.jarfile = ${pom.getDependencyPath('junit:junit')} antlr.jarfile = ${pom.getDependencyPath('antlr:antlr')} jta.jarfile = ${pom.getDependencyPath('geronimo-spec:geronimo-spec-jta')} Index: ri11/maven.xml =================================================================== --- ri11/maven.xml (revision 369167) +++ ri11/maven.xml (working copy) @@ -26,7 +26,7 @@ - +