Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-11-05 14:40:15 +0000
committerCamille Letavernier2014-11-05 15:41:57 +0000
commit23362677049b2805d727fddfe0796aecaeae71fb (patch)
tree9164781d3dd1c81739ea9bdb396b321d3db67b92 /plugins/customization/org.eclipse.papyrus.customization.extendedtypes.uml/META-INF/MANIFEST.MF
parent5cf8272111db4fffc3be4a5668703ddc0527b3a2 (diff)
downloadorg.eclipse.papyrus-23362677049b2805d727fddfe0796aecaeae71fb.tar.gz
org.eclipse.papyrus-23362677049b2805d727fddfe0796aecaeae71fb.tar.xz
org.eclipse.papyrus-23362677049b2805d727fddfe0796aecaeae71fb.zip
450153: [Properties view] Provide custom properties view for the various
customization models https://bugs.eclipse.org/bugs/show_bug.cgi?id=450153 Initial properties view generation for the UML ExtendedTypes model
Diffstat (limited to 'plugins/customization/org.eclipse.papyrus.customization.extendedtypes.uml/META-INF/MANIFEST.MF')
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.extendedtypes.uml/META-INF/MANIFEST.MF16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization.extendedtypes.uml/META-INF/MANIFEST.MF b/plugins/customization/org.eclipse.papyrus.customization.extendedtypes.uml/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..7f0010fe9df
--- /dev/null
+++ b/plugins/customization/org.eclipse.papyrus.customization.extendedtypes.uml/META-INF/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.papyrus.views.properties;bundle-version="1.1.0",
+ org.eclipse.papyrus.customization.extendedtypes;bundle-version="1.1.0"
+Bundle-Vendor: Eclipse Modeling Project
+Bundle-ActivationPolicy: lazy
+Bundle-Version: 1.1.0.qualifier
+Bundle-Name: UML ExtendedTypes Customization
+Bundle-Activator: org.eclipse.papyrus.customization.extendedtypes.uml.
+ Activator
+Bundle-ManifestVersion: 2
+Bundle-SymbolicName: org.eclipse.papyrus.customization.extendedtypes.u
+ ml;singleton:=true
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+

Back to the top