Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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 /plugins/developer
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 'plugins/developer')
-rw-r--r--plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/META-INF/MANIFEST.MF b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/META-INF/MANIFEST.MF
index 0edee1616af..921d4a3b3ef 100644
--- a/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/META-INF/MANIFEST.MF
+++ b/plugins/developer/org.eclipse.papyrus.infra.emf.commandstack/META-INF/MANIFEST.MF
@@ -2,12 +2,12 @@ Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.emf.edit;bundle-version="2.7.1",
- org.eclipse.papyrus.infra.core;bundle-version="0.10.0",
+ org.eclipse.papyrus.infra.core;bundle-version="1.1.0",
org.eclipse.gmf.runtime.common.core;bundle-version="1.4.1",
org.eclipse.emf.workspace;bundle-version="1.4.0",
- org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="0.10.0",
+ org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.1.0",
org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.7.0",
- org.eclipse.papyrus.emf.facet.common.ui
+ org.eclipse.papyrus.emf.facet.common.ui;bundle-version="1.1.0"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.1.0.qualifier

Back to the top