Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-03-06 15:25:20 +0000
committerCamille Letavernier2014-03-06 15:25:20 +0000
commite70c14b2a0bcab60cf10aad9ea37be871b3ece01 (patch)
tree8b2eb1c37e1422e560a5fc598224a7220d5bb583 /extraplugins/eastadl/org.eclipse.papyrus.eastadl/META-INF
parent5b3797b60cdc537f12156d075071840b01d17767 (diff)
downloadorg.eclipse.papyrus-e70c14b2a0bcab60cf10aad9ea37be871b3ece01.tar.gz
org.eclipse.papyrus-e70c14b2a0bcab60cf10aad9ea37be871b3ece01.tar.xz
org.eclipse.papyrus-e70c14b2a0bcab60cf10aad9ea37be871b3ece01.zip
429744: [UML 2.5] Migrate Papyrus to UML 2.5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=429744 - Regenerate the EastADL profile
Diffstat (limited to 'extraplugins/eastadl/org.eclipse.papyrus.eastadl/META-INF')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/META-INF/MANIFEST.MF b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/META-INF/MANIFEST.MF
index 58bd51d5cc0..d51cd3ab819 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/META-INF/MANIFEST.MF
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/META-INF/MANIFEST.MF
@@ -91,6 +91,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.papyrus.uml.diagram.wizards;bundle-version="1.0.0",
org.eclipse.papyrus.uml.tools.utils;bundle-version="1.0.0",
org.eclipse.uml2.uml;bundle-version="4.1.0",
+ org.eclipse.uml2.uml.profile.standard;visibility:=reexport,
org.eclipse.papyrus.sysml;bundle-version="1.0.0"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy

Back to the top