Add DynamicImport-Package to OSGi manifest
------------------------------------------

                 Key: JRUBY-3792
                 URL: http://jira.codehaus.org/browse/JRUBY-3792
             Project: JRuby
          Issue Type: Improvement
          Components: Embedding
            Reporter: Christian Brensing
            Priority: Minor


In an embedded scenario the JRuby runtime bundle needs to import the packages 
used by the executed (j)ruby code. As these packages could certainly not be 
specified at build time, adding the {{DynamicImport-Package: *}} directive to 
the OSGi manifest seems to be a proper solution. The following line can be 
added to {{jruby.bnd.template}}:
{code}
DynamicImport-Package: *
{code}

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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to