Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2015-02-23 23:04:10 +0000
committerChristian W. Damus2015-02-23 23:04:10 +0000
commit4e7ee14dd3ebffe42675638815431db0bc021a33 (patch)
treefc0ebedf8224c6d93d7bb2e9422f2009f6328b44 /tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/META-INF/MANIFEST.MF
parentf3bba9915292d10627b726382f8c7e7299b09f71 (diff)
downloadorg.eclipse.papyrus-4e7ee14dd3ebffe42675638815431db0bc021a33.tar.gz
org.eclipse.papyrus-4e7ee14dd3ebffe42675638815431db0bc021a33.tar.xz
org.eclipse.papyrus-4e7ee14dd3ebffe42675638815431db0bc021a33.zip
[Releng] Fix local bundle metadata test failures
Diffstat (limited to 'tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/META-INF/MANIFEST.MF
index 6354f46b8aa..ba83bea4b46 100644
--- a/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/META-INF/MANIFEST.MF
@@ -9,10 +9,10 @@ Require-Bundle: org.eclipse.emf.ecore.xmi;bundle-version="2.8.0",
org.eclipse.papyrus.junit.framework;bundle-version="1.1.0",
org.eclipse.papyrus.junit.utils;bundle-version="1.1.0"
Bundle-Vendor: %providerName
-Fragment-Host: org.eclipse.papyrus.infra.emf;bundle-version="1.0.0"
+Fragment-Host: org.eclipse.papyrus.infra.emf;bundle-version="1.1.0"
Bundle-Version: 1.1.0.qualifier
Bundle-Name: %pluginName
-Bundle-Localization: plugin
+Bundle-Localization: fragment
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.infra.emf.tests
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top