Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnsgar Radermacher2014-01-08 16:27:16 +0000
committerAnsgar Radermacher2014-01-08 16:28:08 +0000
commite56ca572cc9861150ec40df321849bf20538506b (patch)
tree59b0252e84b8512e4e6c47997aac905541300b25 /extraplugins
parent7a7990a82c0bed5a4ea44cdc3921d5df670afc54 (diff)
downloadorg.eclipse.papyrus-e56ca572cc9861150ec40df321849bf20538506b.tar.gz
org.eclipse.papyrus-e56ca572cc9861150ec40df321849bf20538506b.tar.xz
org.eclipse.papyrus-e56ca572cc9861150ec40df321849bf20538506b.zip
Add dependency to infra.log (trivial)
Diffstat (limited to 'extraplugins')
-rw-r--r--extraplugins/qompass-designer/org.eclipse.papyrus.qompass.modellibs.core/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/extraplugins/qompass-designer/org.eclipse.papyrus.qompass.modellibs.core/META-INF/MANIFEST.MF b/extraplugins/qompass-designer/org.eclipse.papyrus.qompass.modellibs.core/META-INF/MANIFEST.MF
index 20e4efa8a24..24da025656b 100644
--- a/extraplugins/qompass-designer/org.eclipse.papyrus.qompass.modellibs.core/META-INF/MANIFEST.MF
+++ b/extraplugins/qompass-designer/org.eclipse.papyrus.qompass.modellibs.core/META-INF/MANIFEST.MF
@@ -6,7 +6,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.qompass.designer.core;bundle-version="1.0.0",
org.eclipse.papyrus.qompass.designer.vsl;bundle-version="1.0.0",
org.eclipse.uml2.uml;bundle-version="4.0.0",
- org.eclipse.papyrus.uml.tools.utils;bundle-version="1.0.0"
+ org.eclipse.papyrus.uml.tools.utils;bundle-version="1.0.0",
+ org.eclipse.papyrus.infra.core.log;bundle-version="1.0.0"
Export-Package: org.eclipse.papyrus.qompass.modellibs.core
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy

Back to the top