Skip to content

Commit

Permalink
Add missing import #24
Browse files Browse the repository at this point in the history
Signed-off-by: Guido Grune <g.grune@datainmotion.com>
  • Loading branch information
gg-dim committed Jan 22, 2024
1 parent 7847b54 commit 8392d29
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions org.gecko.emf.mongo.test/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Test-Cases: ${classes;HIERARCHY_INDIRECTLY_ANNOTATED;org.junit.platform.commons.annotation.Testable;CONCRETE}
Fragment-Host: org.gecko.emf.mongo.pushstream

-library: enableOSGi-Test, enable-emf


# sets the usually required buildpath using the bnd library, you can extend it with the normal -buildpath to your liking
-buildpath: \
org.osgi.framework;version=latest,\
Expand All @@ -14,7 +15,12 @@ Test-Cases: ${classes;HIERARCHY_INDIRECTLY_ANNOTATED;org.junit.platform.commons.
org.gecko.mongo.osgi.api;version=latest,\
org.gecko.mongo.osgi.component;version=latest,\
org.gecko.emf.mongo.component;version=snapshot,\
org.gecko.emf.mongo.api;version=snapshot
org.gecko.emf.mongo.api;version=snapshot,\
org.gecko.emf.mongo.pushstream;version=snapshot,\
org.gecko.emf.pushstreams,\
org.osgi.util.promise,\
org.osgi.util.pushstream,\
org.osgi.service.component

Private-Package: \
org.gecko.emf.mongo.tests,\
Expand Down

0 comments on commit 8392d29

Please sign in to comment.