Skip to content

Instantly share code, notes, and snippets.

@evandor
Last active December 29, 2015 19:09
Show Gist options
  • Save evandor/7715924 to your computer and use it in GitHub Desktop.
Save evandor/7715924 to your computer and use it in GitHub Desktop.
contacts.core
Service-Component: *
Include-Resource: resources
Meta-Persistence: META-INF/persistence.xml
Import-Package: org.apache.derby.jdbc,\
org.eclipse.persistence.internal.jpa.rs.metadata.model,\
org.osgi.framework,\
*
Export-Package: examples.osgi.flyway.contacts.db,\
dbmig.contacts.derby,\
examples.osgi.flyway.contacts.domain,\
examples.osgi.flyway.contacts.repos
Bundle-Version: 0.1.0.${tstamp}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment