Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-03-07 16:54:41 +0000
committerCamille Letavernier2014-03-07 16:54:41 +0000
commit38aee3e9caea1f8023102a5a0018540669c337e8 (patch)
tree1834e3a796fecca1a1a3b479cea5c7694bdd3456 /tests/junit
parent2029d305ac0457f9de0c79eeadf5865bc90d1e89 (diff)
downloadorg.eclipse.papyrus-38aee3e9caea1f8023102a5a0018540669c337e8.tar.gz
org.eclipse.papyrus-38aee3e9caea1f8023102a5a0018540669c337e8.tar.xz
org.eclipse.papyrus-38aee3e9caea1f8023102a5a0018540669c337e8.zip
Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facet
0.2 Fix compile errors
Diffstat (limited to 'tests/junit')
-rw-r--r--tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/META-INF/MANIFEST.MF
index 7c71c7f6f70..605872464a1 100644
--- a/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/META-INF/MANIFEST.MF
@@ -8,9 +8,10 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.uml.tools;bundle-version="1.0.0",
org.eclipse.emf.ecore;bundle-version="2.8.1",
org.eclipse.papyrus.infra.widgets;bundle-version="1.0.0",
- org.eclipse.emf.facet.infra.browser.uicore;bundle-version="0.2.1",
org.eclipse.uml2.uml;bundle-version="4.0.0",
- org.junit;bundle-version="4.10.0"
+ org.junit;bundle-version="4.10.0",
+ org.eclipse.papyrus.emf.facet.custom.ui;bundle-version="1.0.0",
+ org.eclipse.papyrus.emf.facet.custom.core;bundle-version="1.0.0"
Export-Package: org.eclipse.papyrus.infra.services.labelprovider.tests
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy

Back to the top