Skip to content

Instantly share code, notes, and snippets.

@anpieber
Created May 6, 2011 09:05
Show Gist options
  • Select an option

  • Save anpieber/958664 to your computer and use it in GitHub Desktop.

Select an option

Save anpieber/958664 to your computer and use it in GitHub Desktop.
diff --git a/poms/bundle/pom.xml b/poms/bundle/pom.xml
index 76a4f62..32d3333 100644
--- a/poms/bundle/pom.xml
+++ b/poms/bundle/pom.xml
@@ -73,6 +73,12 @@
<Bundle-Version>${project.version}</Bundle-Version>
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
+ <Import-Package>
+ org.openengsb.core.*;version="[${openengsb.version.min},${openengsb.version.max})",
+ org.openengsb.ports.*;version="[${openengsb.version.min},${openengsb.version.max})",
+ org.openengsb.infrastructure.*;version="[${openengsb.version.min},${openengsb.version.max})",
+ *
+ </Import-Package>
<_include>-osgi.bnd</_include>
</instructions>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment