Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2012-06-20 08:28:24 +0000
committerptessier2012-06-20 08:28:24 +0000
commitcf90738cdca1e24c76c6d737464facd23c19135e (patch)
tree099e8e7178310b6dddcd60cf90309d7cdd8adcc3 /plugins/customization/org.eclipse.papyrus.customization
parent9117e52717081c206f11b67dd144a360d3cd0747 (diff)
downloadorg.eclipse.papyrus-cf90738cdca1e24c76c6d737464facd23c19135e.tar.gz
org.eclipse.papyrus-cf90738cdca1e24c76c6d737464facd23c19135e.tar.xz
org.eclipse.papyrus-cf90738cdca1e24c76c6d737464facd23c19135e.zip
382733: [validation] Papyrus shall to compute constraints from the profile at the model level
https://bugs.eclipse.org/bugs/show_bug.cgi?id=382733
Diffstat (limited to 'plugins/customization/org.eclipse.papyrus.customization')
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization/META-INF/MANIFEST.MF b/plugins/customization/org.eclipse.papyrus.customization/META-INF/MANIFEST.MF
index a42bed34672..63cb02d0c12 100644
--- a/plugins/customization/org.eclipse.papyrus.customization/META-INF/MANIFEST.MF
+++ b/plugins/customization/org.eclipse.papyrus.customization/META-INF/MANIFEST.MF
@@ -1,7 +1,8 @@
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.customization.model.customization,
org.eclipse.papyrus.customization.model.customization.impl,
- org.eclipse.papyrus.customization.model.customization.util
+ org.eclipse.papyrus.customization.model.customization.util,
+ org.eclipse.papyrus.customization.plugin
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Name: %pluginName

Back to the top