]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/META-INF/MANIFEST.MF
Add javax.inject dependency for 4.13 support
[simantics/platform.git] / bundles / org.simantics.modeling.ui / META-INF / MANIFEST.MF
index 340e36b7ce3ba0df101fb748e2ade2bc82439ff1..f6f6fa4844720b9b7e198ae879c5903aa3768f0e 100644 (file)
@@ -62,7 +62,10 @@ Require-Bundle: org.simantics.project;bundle-version="1.0.0",
  org.simantics.export.core;bundle-version="1.0.0",
  org.slf4j.api,
  org.simantics.graphfile.ontology,
- org.eclipse.e4.core.services
+ org.eclipse.e4.core.services,
+ org.eclipse.mylyn.wikitext;bundle-version="3.0.6",
+ org.eclipse.mylyn.wikitext.markdown;bundle-version="3.0.6",
+ org.eclipse.mylyn.wikitext.ui;bundle-version="3.0.6"
 Export-Package: org.simantics.modeling.ui,
  org.simantics.modeling.ui.actions,
  org.simantics.modeling.ui.chart.property,
@@ -94,5 +97,6 @@ Bundle-Activator: org.simantics.modeling.ui.Activator
 Bundle-ActivationPolicy: lazy
 Bundle-Vendor: VTT Technical Research Centre of Finland
 Import-Package: org.osgi.service.event,
- org.simantics.views
+ org.simantics.views,
+ javax.inject
 Automatic-Module-Name: org.simantics.modeling.ui