[ 
https://issues.apache.org/jira/browse/JDO-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthew T. Adams updated JDO-694:
---------------------------------

    Attachment: jdo-694.patch

Attached patch replaces prior patch.  Bundle loads properly in Virgo 
3.5.0.RELEASE.  Produces output below, which may be jacked due to JIRA comment 
formatting upon upload.  It's correctly formatted in the jar's manifest file.

Manifest-Version: 1.0
Bnd-LastModified: 1346788585621
Build-Jdk: 1.6.0_33
Built-By: matthew
Bundle-Description: The Java Data Objects (JDO) API is a standard interf
 ace-based Java model abstraction of persistence, developed as Java Spec
 ification Request 243 under the auspices of the Java Community Process.
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Name: JDO API
Bundle-SymbolicName: javax.jdo
Bundle-Vendor: Apache Software Foundation
Bundle-Version: 3.1.0.SNAPSHOT
Created-By: Apache Maven Bundle Plugin
Export-Package: javax.jdo;uses:="javax.jdo.spi,javax.jdo.listener,javax.
 jdo.metadata,org.xml.sax,javax.naming,javax.xml.parsers,org.w3c.dom,jav
 ax.rmi,javax.jdo.datastore,javax.transaction";version="3.1.0.SNAPSHOT",
 javax.jdo.annotations;version="3.1.0.SNAPSHOT",javax.jdo.datastore;vers
 ion="3.1.0.SNAPSHOT",javax.jdo.identity;uses:="javax.jdo.spi,javax.jdo"
 ;version="3.1.0.SNAPSHOT",javax.jdo.listener;uses:="javax.jdo.spi";vers
 ion="3.1.0.SNAPSHOT",javax.jdo.metadata;uses:="javax.jdo.annotations";v
 ersion="3.1.0.SNAPSHOT",javax.jdo.spi;uses:="javax.jdo,javax.xml.parser
 s,org.xml.sax";version="3.1.0.SNAPSHOT"
Implementation-Title: JDO API
Implementation-Vendor: Apache Software Foundation
Implementation-Vendor-Id: javax.jdo
Implementation-Version: 3.1-SNAPSHOT
Import-Package: javax.naming,javax.rmi,javax.transaction,javax.xml.parse
 rs,org.w3c.dom,org.xml.sax
Specification-Title: JDO API
Specification-Vendor: Apache Software Foundation
Specification-Version: 3.1-SNAPSHOT
Tool: Bnd-1.50.0

                
> Automate OSGi bundling in JDO 3.1+ build
> ----------------------------------------
>
>                 Key: JDO-694
>                 URL: https://issues.apache.org/jira/browse/JDO-694
>             Project: JDO
>          Issue Type: Improvement
>          Components: api
>    Affects Versions: JDO 3 maintenance release 1 (3.1), JDO 3 maintenance 
> release 2 (3.2)
>            Reporter: Matthew T. Adams
>            Assignee: Matthew T. Adams
>              Labels: jdo, osgi
>             Fix For: JDO 3 maintenance release 1 (3.1)
>
>         Attachments: jdo-694.patch
>
>
> Alter maven build to ensure that the JDO API jar expresses its dependencies 
> on other packages for the purposes of use in an OSGi environment.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to