[jboss-jira] [JBoss JIRA] Commented: (JASSIST-126) create OSGi bundle information

Mark Struberg (JIRA) jira-events at lists.jboss.org
Mon Jul 19 04:06:52 EDT 2010


    [ https://jira.jboss.org/browse/JASSIST-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12539829#action_12539829 ] 

Mark Struberg commented on JASSIST-126:
---------------------------------------

Reviewing my patch: I think we can remove the <supportedProjectTypes> section from the bundle-plugin, since jar should be the default.

I'm also not 100% sure what we should do with the com.sun.jdi packages. Some container seem to automatically add them (as with java.*), others don't. Guess that's a field of experiments.For now I've also added the following on top:

-            <Export-Package>javassist.*;version="${project.version}"</Export-Package>
+            <Import-Package>!com.sun.jdi.*</Import-Package>
+            <Export-Package>!com.sun.jdi.*,javassist.*;version="${project.version}"</Export-Package>

http://github.com/struberg/javassist/commit/8c619984657746491a6d0f6642a094d877c2166c

LieGrue,
strub

> create OSGi bundle information
> ------------------------------
>
>                 Key: JASSIST-126
>                 URL: https://jira.jboss.org/browse/JASSIST-126
>             Project: Javassist
>          Issue Type: Feature Request
>    Affects Versions: 3.12.0.GA
>            Reporter: Mark Struberg
>            Assignee: Shigeru Chiba
>         Attachments: JASSIST-126.patch
>
>
> Create OSGi bundle information for javassist at build time.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list