Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2014-05-29 05:36:23 +0000
committerChristian W. Damus2014-05-29 05:36:23 +0000
commit59a93d82ab4c02adf6285b8e0aa7207fc24f48c8 (patch)
treec6c0e6cbc4f67276669afb400ab180fc6c3fd953 /plugins
parent2826c425c7ada3dd465915ff901ea2a98dae4cb1 (diff)
downloadorg.eclipse.papyrus-59a93d82ab4c02adf6285b8e0aa7207fc24f48c8.tar.gz
org.eclipse.papyrus-59a93d82ab4c02adf6285b8e0aa7207fc24f48c8.tar.xz
org.eclipse.papyrus-59a93d82ab4c02adf6285b8e0aa7207fc24f48c8.zip
[Releng] Fix bundle metadata
Diffstat (limited to 'plugins')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/META-INF/MANIFEST.MF3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/META-INF/MANIFEST.MF b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/META-INF/MANIFEST.MF
index e75498a2fca..ec514541a06 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/META-INF/MANIFEST.MF
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/META-INF/MANIFEST.MF
@@ -75,9 +75,8 @@ Require-Bundle: org.eclipse.core.expressions,
org.eclipse.ui.ide;bundle-version="3.8.0",
org.eclipse.ui.views,
org.eclipse.uml2.uml,
- org.eclipse.uml2.uml,
org.eclipse.uml2.uml.edit;bundle-version="4.0.0",
- org.eclipse.papyrus.infra.core.log
+ org.eclipse.papyrus.infra.core.log;bundle-version="1.0.0"
Bundle-Vendor: %providerName
Ant-Version: Apache Ant 1.7.0
Eclipse-LazyStart: true

Back to the top