Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/core/org.eclipse.papyrus.sasheditor/META-INF/MANIFEST.MF')
-rw-r--r--plugins/infra/core/org.eclipse.papyrus.sasheditor/META-INF/MANIFEST.MF25
1 files changed, 13 insertions, 12 deletions
diff --git a/plugins/infra/core/org.eclipse.papyrus.sasheditor/META-INF/MANIFEST.MF b/plugins/infra/core/org.eclipse.papyrus.sasheditor/META-INF/MANIFEST.MF
index 63e3a8262b2..9bc12288cef 100644
--- a/plugins/infra/core/org.eclipse.papyrus.sasheditor/META-INF/MANIFEST.MF
+++ b/plugins/infra/core/org.eclipse.papyrus.sasheditor/META-INF/MANIFEST.MF
@@ -1,11 +1,4 @@
Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.papyrus.sasheditor;singleton:=true
-Bundle-Version: 0.9.0.qualifier
-Bundle-ClassPath: .
-Bundle-Vendor: %providerName
-Bundle-Localization: plugin
Export-Package: org.eclipse.papyrus.sasheditor,
org.eclipse.papyrus.sasheditor.contentprovider,
org.eclipse.papyrus.sasheditor.contentprovider.simple,
@@ -14,10 +7,18 @@ Export-Package: org.eclipse.papyrus.sasheditor,
org.eclipse.papyrus.sasheditor.editor.gef,
org.eclipse.papyrus.sasheditor.multipage.editor
Bundle-ActivationPolicy: lazy
-Bundle-Activator: org.eclipse.papyrus.sasheditor.Activator
+Bundle-ClassPath: .
+Bundle-Name: %pluginName
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.ui,
org.eclipse.gef,
- org.junit;bundle-version="4.8.1";resolution:=optional,
- org.eclipse.papyrus.log;visibility:=reexport,
- org.eclipse.core.runtime;bundle-version="3.7.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+ org.junit;bundle-version:="4.8.1";resolution:=optional,
+ org.eclipse.papyrus.log;bundle-version="0.9.0";visibility:=reexport,
+ org.eclipse.core.runtime;bundle-version:="3.7.0"
+Bundle-Vendor: %providerName
+Bundle-Version: 0.9.0.qualifier
+Bundle-ManifestVersion: 2
+Bundle-Activator: org.eclipse.papyrus.sasheditor.Activator
+Bundle-SymbolicName: org.eclipse.papyrus.sasheditor;singleton:=true
+

Back to the top