Skip to content

Commit

Permalink
adds missing dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Juergen Albert <j.albert@data-in-motion.biz>
  • Loading branch information
juergen-albert committed Feb 5, 2024
1 parent c7a3c0d commit e0078e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

-buildpath: ${-runbundles}
-buildpath.extra: \
lpg.runtime.java;version=latest,\
org.gecko.qvt.osgi.api;version=snapshot,\
org.gecko.qvt.osgi.component;version=snapshot,\
org.eclipse.emf.ecore.change;version='latest',\
org.osgi.service.condition;version=latest,\
org.osgi.service.component.annotations;version=latest,\
org.osgi.framework;version=latest,\
org.osgi.annotation.versioning;version=latest,\
org.osgi.annotation.bundle;version=latest
org.osgi.annotation.bundle;version=latest,\
org.eclipse.emf.ecore.fragment;version=snapshot,\
org.eclipse.ocl.fragment;version=snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@
# bnd.identity;id='org.gecko.qvt.osgi.api',\
# bnd.identity;id='org.gecko.qvt.osgi.component'
-runbundles: \
lpg.runtime.java;version='[2.0.17,2.0.18)',\
org.gecko.qvt.osgi.api;version=snapshot,\
org.gecko.qvt.osgi.component;version=snapshot

0 comments on commit e0078e5

Please sign in to comment.