Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/META-INF/MANIFEST.MF')
-rw-r--r--extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/META-INF/MANIFEST.MF76
1 files changed, 38 insertions, 38 deletions
diff --git a/extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/META-INF/MANIFEST.MF b/extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/META-INF/MANIFEST.MF
index bca42e52075..d2e579ad220 100644
--- a/extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/META-INF/MANIFEST.MF
+++ b/extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/META-INF/MANIFEST.MF
@@ -1,38 +1,38 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.papyrus.infra.widgets.epf.richtext.extension;singleton:=true
-Bundle-Version: 1.0.1.qualifier
-Bundle-Vendor: %providerName
-Bundle-Localization: plugin
-Require-Bundle: org.eclipse.epf.common,
- org.eclipse.core.runtime,
- org.eclipse.ui,
- org.eclipse.ui.forms,
- org.eclipse.ui.workbench.texteditor,
- org.eclipse.ui.editors;bundle-version="3.8.0",
- org.eclipse.epf.richtext;bundle-version="1.6.0",
- org.eclipse.epf.common.html;bundle-version="1.5.0",
- org.eclipse.papyrus.infra.core.log;bundle-version="1.0.1",
- org.eclipse.pde.runtime,
- org.eclipse.papyrus.infra.widgets;bundle-version="1.0.1",
- org.eclipse.core.databinding;bundle-version="1.4.2",
- org.eclipse.papyrus.infra.tools;bundle-version="1.0.1",
- org.eclipse.emf;bundle-version="2.6.0",
- org.eclipse.emf.ecore,
- org.eclipse.papyrus.infra.emf;bundle-version="1.0.1",
- org.eclipse.papyrus.views.properties;bundle-version="1.0.1",
- org.eclipse.papyrus.uml.tools;bundle-version="1.0.1",
- org.eclipse.emf.transaction;bundle-version="1.8.0",
- org.eclipse.papyrus.emf.facet.custom.ui;bundle-version="1.0.1"
-Export-Package: org.eclipse.papyrus.infra.widgets.epf.richtext,
- org.eclipse.papyrus.infra.widgets.epf.richtext.extension,
- org.eclipse.papyrus.infra.widgets.epf.richtext.extension.actions,
- org.eclipse.papyrus.infra.widgets.epf.richtext.extension.dialogs,
- org.eclipse.papyrus.infra.widgets.epf.richtext.extension.properties,
- org.eclipse.papyrus.infra.widgets.epf.richtext.extension.properties.uml,
- org.eclipse.papyrus.infra.widgets.epf.richtext.extension.ui
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Bundle-ActivationPolicy: lazy
-Bundle-Activator: org.eclipse.papyrus.infra.widgets.epf.richtext.extension.RichPlugin
-Eclipse-BundleShape: dir
+Manifest-Version: 1.0
+Export-Package: org.eclipse.papyrus.infra.widgets.epf.richtext,
+ org.eclipse.papyrus.infra.widgets.epf.richtext.extension,
+ org.eclipse.papyrus.infra.widgets.epf.richtext.extension.actions,
+ org.eclipse.papyrus.infra.widgets.epf.richtext.extension.dialogs,
+ org.eclipse.papyrus.infra.widgets.epf.richtext.extension.properties,
+ org.eclipse.papyrus.infra.widgets.epf.richtext.extension.properties.uml,
+ org.eclipse.papyrus.infra.widgets.epf.richtext.extension.ui
+Require-Bundle: org.eclipse.epf.common,
+ org.eclipse.core.runtime,
+ org.eclipse.ui,
+ org.eclipse.ui.forms,
+ org.eclipse.ui.workbench.texteditor,
+ org.eclipse.ui.editors;bundle-version="3.8.0",
+ org.eclipse.epf.richtext;bundle-version="1.6.0",
+ org.eclipse.epf.common.html;bundle-version="1.5.0",
+ org.eclipse.papyrus.infra.core.log;bundle-version="1.0.2",
+ org.eclipse.pde.runtime,
+ org.eclipse.papyrus.infra.widgets;bundle-version="1.0.2",
+ org.eclipse.core.databinding;bundle-version="1.4.2",
+ org.eclipse.papyrus.infra.tools;bundle-version="1.0.2",
+ org.eclipse.emf;bundle-version="2.6.0",
+ org.eclipse.emf.ecore,
+ org.eclipse.papyrus.infra.emf;bundle-version="1.0.2",
+ org.eclipse.papyrus.views.properties;bundle-version="1.0.2",
+ org.eclipse.papyrus.uml.tools;bundle-version="1.0.2",
+ org.eclipse.emf.transaction;bundle-version="1.8.0",
+ org.eclipse.papyrus.emf.facet.custom.ui;bundle-version="1.0.2"
+Bundle-Vendor: %providerName
+Bundle-ActivationPolicy: lazy
+Eclipse-BundleShape: dir
+Bundle-Version: 1.0.2.qualifier
+Bundle-Name: %pluginName
+Bundle-Localization: plugin
+Bundle-ManifestVersion: 2
+Bundle-Activator: org.eclipse.papyrus.infra.widgets.epf.richtext.extension.RichPlugin
+Bundle-SymbolicName: org.eclipse.papyrus.infra.widgets.epf.richtext.extension;singleton:=true
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top