| Michelle Caisse (JIRA) 2007-06-15, 1:11 pm |
| Need different export package info in manifest of api2 and api2-legacy
----------------------------------------------------------------------
Key: JDO-501
URL: https://issues.apache.org/jira/browse/JDO-501
Project: JDO
Issue Type: Task
Components: api2, api2-legacy
Affects Versions: JDO 2 maintenance release 1
Reporter: Michelle Caisse
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 setti
ng in each project's project.properties file:
# Manifest seed file
maven.jar.manifest = ${basedir}/../JDO20.MF
We need to put project-specific manifest seed information in a separate location.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|