Index: JDO11.MF =================================================================== --- JDO11.MF (revision 0) +++ JDO11.MF (revision 0) @@ -0,0 +1 @@ +Specification-Version: JDO 1.1 Index: JDO20.MF =================================================================== --- JDO20.MF (revision 0) +++ JDO20.MF (revision 0) @@ -0,0 +1 @@ +Specification-Version: JDO 2.0 Index: api11/project.properties =================================================================== --- api11/project.properties (revision 381775) +++ api11/project.properties (working copy) @@ -17,3 +17,6 @@ # Make sure the API classes support J2SE 1.3 applications maven.compile.source = 1.3 maven.compile.target = 1.3 + +# Manifest seed file +maven.jar.manifest = ${basedir}/../JDO11.MF Index: api20/project.properties =================================================================== --- api20/project.properties (revision 381775) +++ api20/project.properties (working copy) @@ -15,3 +15,6 @@ maven.junit.sysproperties = javax.xml.parsers.DocumentBuilderFactory basedir javax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl + +# Manifest seed file +maven.jar.manifest = ${basedir}/../JDO20.MF Index: core20/project.properties =================================================================== --- core20/project.properties (revision 381775) +++ core20/project.properties (working copy) @@ -16,3 +16,5 @@ # checkstyle settings maven.checkstyle.properties = ${basedir}/../jdo_checks.xml +# Manifest seed file +maven.jar.manifest = ${basedir}/../JDO20.MF Index: enhancer20/project.properties =================================================================== --- enhancer20/project.properties (revision 381775) +++ enhancer20/project.properties (working copy) @@ -35,3 +35,5 @@ 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.api.jarfile}${path.separator}${logging.jarfile} +# Manifest seed file +maven.jar.manifest = ${basedir}/../JDO20.MF Index: fostore20/project.properties =================================================================== --- fostore20/project.properties (revision 381775) +++ fostore20/project.properties (working copy) @@ -13,6 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Manifest seed file +maven.jar.manifest = ${basedir}/../JDO20.MF + # Start new JVM for junit tests maven.junit.fork = yes maven.junit.dir = ${jdo.testdir} Index: query20/project.properties =================================================================== --- query20/project.properties (revision 381775) +++ query20/project.properties (working copy) @@ -13,6 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Manifest seed file +maven.jar.manifest = ${basedir}/../JDO20.MF + # checkstyle settings maven.checkstyle.properties = ${basedir}/../jdo_checks.xml maven.checkstyle.excludes = \ Index: ri11/project.properties =================================================================== --- ri11/project.properties (revision 381775) +++ ri11/project.properties (working copy) @@ -13,6 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Manifest seed file +maven.jar.manifest = ${basedir}/../JDO11.MF + # Start new JVM for junit tests maven.junit.fork = yes maven.junit.dir = ${jdo.testdir} Index: runtime20/project.properties =================================================================== --- runtime20/project.properties (revision 381800) +++ runtime20/project.properties (working copy) @@ -13,6 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Manifest seed file +maven.jar.manifest = ${basedir}/../JDO20.MF + # checkstyle settings maven.checkstyle.properties = ${basedir}/../jdo_checks.xml Index: tck11/project.properties =================================================================== --- tck11/project.properties (revision 381775) +++ tck11/project.properties (working copy) @@ -13,6 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Manifest seed file +maven.jar.manifest = ${basedir}/../JDO11.MF + # iut properties file iut.runtck.properties = ${basedir}/test/conf/jdori.properties iut.runtck.sysproperties = Index: tck20/project.properties =================================================================== --- tck20/project.properties (revision 381775) +++ tck20/project.properties (working copy) @@ -13,6 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Manifest seed file +maven.jar.manifest = ${basedir}/../JDO20.MF + # exclude list - tests listed here will not be executed jdo.tck.excludelist = ${basedir}/src/conf/exclude.list @@ -77,9 +80,6 @@ pool.jarfile = ${pom.getDependencyPath('commons-pool')} collections.jarfile = ${pom.getDependencyPath('commons-collections')} -# jndi dependencies -jndi = ${basedir}/../lib/ext/fscontext.jar${path.separator}${basedir}/../lib/ext/providerutil.jar - # jpox dependencies jdo.tck.pcclasses.sources = \