diff options
author | Camille Letavernier | 2014-04-03 11:05:23 -0400 |
---|---|---|
committer | Camille Letavernier | 2014-04-03 11:05:23 -0400 |
commit | 1e5d27bfc973067af26f416dd32e597946b3e9b2 (patch) | |
tree | ae3c4b06bbe3c0a4e9e080bb671a2eaeb4392bf4 /tests/junit | |
parent | 87d6e4d3da9eba0d64c7d4ba36242380c63f3059 (diff) | |
download | org.eclipse.papyrus-1e5d27bfc973067af26f416dd32e597946b3e9b2.tar.gz org.eclipse.papyrus-1e5d27bfc973067af26f416dd32e597946b3e9b2.tar.xz org.eclipse.papyrus-1e5d27bfc973067af26f416dd32e597946b3e9b2.zip |
[Releng] Remove remaining dependencies to EMF Facet and XText GMF Glue
Diffstat (limited to 'tests/junit')
-rw-r--r-- | tests/junit/plugins/core/org.eclipse.papyrus.paletteconfiguration.tests/META-INF/MANIFEST.MF | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/junit/plugins/core/org.eclipse.papyrus.paletteconfiguration.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/core/org.eclipse.papyrus.paletteconfiguration.tests/META-INF/MANIFEST.MF index 976e9a377d9..7858ba8866b 100644 --- a/tests/junit/plugins/core/org.eclipse.papyrus.paletteconfiguration.tests/META-INF/MANIFEST.MF +++ b/tests/junit/plugins/core/org.eclipse.papyrus.paletteconfiguration.tests/META-INF/MANIFEST.MF @@ -1,6 +1,5 @@ Manifest-Version: 1.0
-Require-Bundle: org.eclipse.papyrus.core.queries.test;bundle-version="1.0.0",
- org.junit;bundle-version="4.10.0"
+Require-Bundle: org.junit;bundle-version="4.10.0"
Bundle-Vendor: Eclipse Modeling Project
Fragment-Host: org.eclipse.papyrus.uml.diagram.paletteconfiguration;bu
ndle-version="0.10.0"
|