Do not preveint import of own exported API
------------------------------------------

                 Key: ARIES-600
                 URL: https://issues.apache.org/jira/browse/ARIES-600
             Project: Aries
          Issue Type: Bug
          Components: JNDI
    Affects Versions: 0.3
            Reporter: Felix Meschberger


The JNDI API project currently is setup to create a bundle which is intended to 
not import its own exported API:

        <aries.osgi.import>
            !org.osgi.service.jndi*,
            *
        </aries.osgi.import>

This is superfluous since the API is not referenced at all by the other API 
classes in this bundle. In fact BND emits a warning about this package not 
actually being used.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to