Index: API3.MF =================================================================== --- API3.MF (revision 1379474) +++ API3.MF (working copy) @@ -1,17 +0,0 @@ -Manifest-Version: 1.0 -Specification-Version: JDO 3.1 -Bundle-ManifestVersion: 2 -Bundle-Name: Java Data Objects -Bundle-SymbolicName: javax.jdo -Bundle-Version: 3.1.0 -Bundle-Localization: plugin -Export-Package: javax.jdo;version="3.1.0", - javax.jdo.annotations;version="3.1.0", - javax.jdo.datastore;version="3.1.0", - javax.jdo.identity;version="3.1.0", - javax.jdo.listener;version="3.1.0", - javax.jdo.spi;version="3.1.0", - javax.jdo.metadata;version="3.1.0" -Bundle-Vendor: Apache -Import-Package: javax.transaction;resolution:=optional, - javax.persistence;resolution:=optional Index: pom.xml =================================================================== --- pom.xml (revision 1379527) +++ pom.xml (working copy) @@ -14,9 +14,11 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ---> +--> - + javax.jdo @@ -71,18 +73,18 @@ - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - none - - - org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + + + org.apache.maven.plugins maven-compiler-plugin 2.0.2 @@ -93,12 +95,41 @@ 1.5 + - org.apache.maven.plugins + org.apache.felix + maven-bundle-plugin + 2.3.7 + + + bundle-manifest + prepare-package + + manifest + + + + JDO 3.1 + + javax.jdo + plugin + ${project.parent.project.url} + + javax.transaction;resolution:=optional, + * + + + + + + + maven-jar-plugin - API3.MF + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF +