Skip to content

Instantly share code, notes, and snippets.

@mathieuancelin
Created April 22, 2011 12:10
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/936527 to your computer and use it in GitHub Desktop.
Save mathieuancelin/936527 to your computer and use it in GitHub Desktop.
cdi-osgi-api.bnd
Embed-Dependency *; scope=compile; inline=true; artifactId=!org.osgi.core,
Export-Package org.osgi.cdi.api.extension; \
org.osgi.cdi.api.extension.annotation; \
org.osgi.cdi.api.extension.events; \
org.osgi.cdi.api.integration; \
javax.el; \
javax.inject; \
javax.decorator; \
javax.annotation; \
javax.interceptor; \
javax.enterprise; \
javax.enterprise.context; \
javax.enterprise.context.spi; \
javax.enterprise.event; \
javax.enterprise.inject; \
javax.enterprise.inject.spi; \
javax.enterprise.util;
DynamicImport-Package *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment