Menu

#387 Provide Bundle Information in Manifest File of jt400.jar

Connection
pending
nobody
None
5
2017-04-18
2017-03-31
No

Hi,

it would be great if you could provide the jt400.jar file with the necessary information in the MANIFEST.MF file to be a valid OSGi bundle.

Example for Bundle information.

Best regards

Mihael

Discussion

  • John Eberhard

    John Eberhard - 2017-04-17
    • status: open --> pending
     
  • John Eberhard

    John Eberhard - 2017-04-17

    Do you have a recommendation on what to add? Would you be willing to contribute this information as open source? If so, we would need you to sign a contributor agreement. Is there a tool that verifies that the bundle information in correct?

     
  • Mihael Schmidt

    Mihael Schmidt - 2017-04-18

    The bundle information could look like this (though this is for an old version):

    Manifest-Version: 1.0
    Bundle-ManifestVersion: 2
    Bundle-Name: JTOpen
    Bundle-SymbolicName: com.ibm.as400.jtopen
    Bundle-Version: 7.10
    Bundle-ClassPath: .
    Export-Package: com.ibm.as400.access,
     com.ibm.as400.access.jdbcClient,
     com.ibm.as400.access.list,
     com.ibm.as400.data,
     com.ibm.as400.micro,
     com.ibm.as400.resource,
     com.ibm.as400.security,
     com.ibm.as400.security.auth,
     com.ibm.as400.util,
     com.ibm.as400.util.commtrace,
     com.ibm.as400.vaccess,
     utilities
    Bundle-RequiredExecutionEnvironment: J2SE-1.5
    Import-Package: javax.accessibility,
     javax.naming,
     javax.naming.spi,
     javax.net,
     javax.net.ssl,
     javax.servlet,
     javax.servlet.http,
     javax.sql,
     javax.transaction.xa,
     javax.xml.parsers;version="1.3.0",
     javax.xml.transform;version="1.3.0",
     javax.xml.transform.stream;version="1.3.0",
     org.ietf.jgss,
     org.w3c.dom;version="3.0.0",
     org.xml.sax;version="2.0.2",
     org.xml.sax.helpers;version="2.0.2"
    

    This bundle informaiton was auto generated by Eclipse PDE.

     

Log in to post a comment.

MongoDB Logo MongoDB