[
https://issues.jboss.org/browse/JBAS-9003?page=com.atlassian.jira.plugin....
]
Thomas Diesler resolved JBAS-9003.
----------------------------------
Resolution: Won't Fix
This is intentional
org.osgi.compendium: Is the cmpd bundle that gets installed in the framework
org.osgi.util: Is the compendium as jar which is a dependency of the framework
The framework however does not need to see all paths from the compendium.
[TODO] Allow the build to define the set of exported paths
Two modules include "org.osgi:org.osgi.compendium" maven
artifact
-----------------------------------------------------------------
Key: JBAS-9003
URL:
https://issues.jboss.org/browse/JBAS-9003
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: David Lloyd
Assignee: Thomas Diesler
Fix For: 7.0.0.Beta2
{noformat}
<module-def name="org.osgi.compendium">
<maven-resource group="org.osgi"
artifact="org.osgi.compendium"/>
</module-def>
<module-def name="org.osgi.util">
<maven-resource group="org.osgi"
artifact="org.osgi.compendium"/>
</module-def>
{noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira