Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/views/properties/org.eclipse.papyrus.properties.tabbed.customization/META-INF/MANIFEST.MF')
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.properties.tabbed.customization/META-INF/MANIFEST.MF71
1 files changed, 37 insertions, 34 deletions
diff --git a/plugins/views/properties/org.eclipse.papyrus.properties.tabbed.customization/META-INF/MANIFEST.MF b/plugins/views/properties/org.eclipse.papyrus.properties.tabbed.customization/META-INF/MANIFEST.MF
index f3630f3bd15..a202d783e9f 100644
--- a/plugins/views/properties/org.eclipse.papyrus.properties.tabbed.customization/META-INF/MANIFEST.MF
+++ b/plugins/views/properties/org.eclipse.papyrus.properties.tabbed.customization/META-INF/MANIFEST.MF
@@ -1,34 +1,37 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-Localization: plugin
-Bundle-SymbolicName: org.eclipse.papyrus.properties.tabbed.customization;singleton:=true
-Bundle-Version: 0.9.0.qualifier
-Bundle-Activator: org.eclipse.papyrus.properties.tabbed.customization.Activator
-Bundle-Vendor: %providerName
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.ui.views;bundle-version="3.5.0",
- org.eclipse.papyrus.properties.tabbed.core;bundle-version="0.8.0",
- org.eclipse.papyrus.log;bundle-version="0.8.0",
- org.eclipse.papyrus.properties.runtime;bundle-version="0.8.0",
- org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.0",
- org.eclipse.gmf.runtime.common.ui.services;bundle-version="1.3.0",
- org.eclipse.emf.ecore;bundle-version="2.6.0",
- org.eclipse.emf.ecore.edit;bundle-version="2.6.0",
- org.eclipse.papyrus.core;bundle-version="0.8.0",
- org.eclipse.uml2.uml;bundle-version="3.1.0",
- org.eclipse.papyrus.umlutils;bundle-version="0.8.0",
- org.apache.xml.serializer;bundle-version="2.7.1",
- org.apache.batik.xml;bundle-version="1.6.0",
- org.apache.xml.resolver;bundle-version="1.2.0",
- org.eclipse.emf.facet.infra.browser.custom;bundle-version="0.1.0",
- org.eclipse.emf.facet.infra.browser.custom.core;bundle-version="0.1.0",
- org.eclipse.emf.facet.infra.browser.uicore;bundle-version="0.1.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Bundle-ActivationPolicy: lazy
-Export-Package: org.eclipse.papyrus.properties.tabbed.customization,
- org.eclipse.papyrus.properties.tabbed.customization.dialog,
- org.eclipse.papyrus.properties.tabbed.customization.dialog.actions,
- org.eclipse.papyrus.properties.tabbed.customization.handler,
- org.eclipse.papyrus.properties.tabbed.customization.state
+Manifest-Version: 1.0
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.ui.views;bundle-version="3.5.0",
+ org.eclipse.papyrus.properties.tabbed.core;bundle-version="0.9.0",
+ org.eclipse.papyrus.log;bundle-version:="0.9.0",
+ org.eclipse.papyrus.properties.runtime;bundle-version="0.9.0",
+ org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.0",
+ org.eclipse.gmf.runtime.common.ui.services;bundle-version="1.3.0",
+ org.eclipse.emf.ecore;bundle-version="2.6.0",
+ org.eclipse.emf.ecore.edit;bundle-version:="2.6.0",
+ org.eclipse.papyrus.core;bundle-version="0.9.0",
+ org.eclipse.uml2.uml;bundle-version="3.1.0",
+ org.eclipse.papyrus.umlutils;bundle-version="0.9.0",
+ org.apache.xml.serializer;bundle-version:="2.7.1",
+ org.apache.batik.xml;bundle-version="1.6.0",
+ org.apache.xml.resolver;bundle-version="1.2.0",
+ org.eclipse.emf.facet.infra.browser.custom;bundle-version="0.1.0",
+ org.eclipse.emf.facet.infra.browser.custom.core;bundle-version="0.1.0",
+ org.eclipse.emf.facet.infra.browser.uicore;bundle-version="0.1.0"
+Export-Package: org.eclipse.papyrus.properties.tabbed.customization,
+ org.eclipse.papyrus.properties.tabbed.customization.dialog,
+ org.eclipse.papyrus.properties.tabbed.customization.dialog.actions,
+ org.eclipse.papyrus.properties.tabbed.customization.handler,
+ org.eclipse.papyrus.properties.tabbed.customization.state
+Bundle-Vendor: %providerName
+Bundle-ActivationPolicy: lazy
+Bundle-Version: 0.9.0.qualifier
+Bundle-Name: %pluginName
+Bundle-Localization: plugin
+Bundle-ManifestVersion: 2
+Bundle-Activator: org.eclipse.papyrus.properties.tabbed.customization.
+ Activator
+Bundle-SymbolicName: org.eclipse.papyrus.properties.tabbed.customizati
+ on;singleton:=true
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+

Back to the top