Index: api2-legacy/API2.MF =================================================================== --- api2-legacy/API2.MF (revision 0) +++ api2-legacy/API2.MF (revision 0) @@ -0,0 +1,14 @@ +Manifest-Version: 1.0 +Specification-Version: JDO 2.1 +Bundle-ManifestVersion: 2 +Bundle-Name: Java Data Objects +Bundle-SymbolicName: javax.jdo +Bundle-Version: 2.1 +Bundle-Localization: plugin +Export-Package: javax.jdo, + javax.jdo.datastore, + javax.jdo.identity, + javax.jdo.listener, + javax.jdo.spi +Bundle-Vendor: Apache +Import-Package: javax.transaction;resolution:=optional Index: api2-legacy/project.properties =================================================================== --- api2-legacy/project.properties (revision 545539) +++ api2-legacy/project.properties (working copy) @@ -19,5 +19,5 @@ junit.jarfile = ${pom.getDependencyPath('junit:junit')} # Manifest seed file -maven.jar.manifest = ${basedir}/../JDO20.MF +maven.jar.manifest = ${basedir}/API2.MF Index: api2/API2.MF =================================================================== --- api2/API2.MF (revision 0) +++ api2/API2.MF (revision 0) @@ -0,0 +1,15 @@ +Manifest-Version: 1.0 +Specification-Version: JDO 2.1 +Bundle-ManifestVersion: 2 +Bundle-Name: Java Data Objects +Bundle-SymbolicName: javax.jdo +Bundle-Version: 2.1 +Bundle-Localization: plugin +Export-Package: javax.jdo, + javax.jdo.annotations, + javax.jdo.datastore, + javax.jdo.identity, + javax.jdo.listener, + javax.jdo.spi +Bundle-Vendor: Apache +Import-Package: javax.transaction;resolution:=optional Index: api2/project.properties =================================================================== --- api2/project.properties (revision 546210) +++ api2/project.properties (working copy) @@ -21,5 +21,5 @@ junit.jarfile = ${pom.getDependencyPath('junit:junit')} # Manifest seed file -maven.jar.manifest = ${basedir}/../JDO20.MF +maven.jar.manifest = ${basedir}/API2.MF Index: JDO20.MF =================================================================== --- JDO20.MF (revision 545539) +++ JDO20.MF (working copy) @@ -5,10 +5,4 @@ Bundle-SymbolicName: javax.jdo Bundle-Version: 2.1 Bundle-Localization: plugin -Export-Package: javax.jdo, - javax.jdo.datastore, - javax.jdo.identity, - javax.jdo.listener, - javax.jdo.spi Bundle-Vendor: Apache -Import-Package: javax.transaction;resolution:=optional