Uploaded image for project: 'JDO'
  1. JDO
  2. JDO-501

Need different export package info in manifest of api2 and api2-legacy

    XMLWordPrintableJSON

Details

    Description

      We need to provide different export package information for api2 and api2-legacy. Currently this is in trunk/JDO20.MF:

      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

      For api2, we need to add the javax.jdo.annotations packate to the Export-Package list. However, this file may not be the place to provide that information because it seeds the jar files for all of the packages (e.g. tck2, enhancer20...) through the setting in each project's project.properties file:

      1. Manifest seed file
        maven.jar.manifest = ${basedir}/../JDO20.MF

      We need to put project-specific manifest seed information in a separate location.

      Attachments

        1. JDO-501.patch
          2 kB
          Michelle Caisse

        Activity

          People

            mcaisse Michelle Caisse
            mcaisse Michelle Caisse
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: