Skip to content

Instantly share code, notes, and snippets.

@mathieuancelin
Created April 22, 2011 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathieuancelin/936528 to your computer and use it in GitHub Desktop.
Save mathieuancelin/936528 to your computer and use it in GitHub Desktop.
cdi-osgi-impl.bnd
Export-Package org.osgi.cdi.impl; \
org.osgi.cdi.impl.extension; \
org.osgi.cdi.impl.extension.services; \
org.osgi.cdi.impl.integration
Import-Package org.osgi.cdi.api.extension; \
org.osgi.cdi.api.extension.annotation; \
org.osgi.cdi.api.extension.events; \
org.osgi.cdi.api.integration; \
javax.inject; \
javax.decorator; \
javax.annotation; \
javax.interceptor; \
javax.enterprise.context; \
javax.enterprise.context.spi; \
javax.enterprise.event;, \
javax.enterprise.inject; \
javax.enterprise.inject.spi; \
javax.enterprise.util; \
org.osgi.framework
DynamicImport-Package *
Bundle-Activator org.osgi.cdi.impl.Activator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment