Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/org.eclipse.papyrus.adaptor.modisco/META-INF/MANIFEST.MF')
-rw-r--r--deprecated/org.eclipse.papyrus.adaptor.modisco/META-INF/MANIFEST.MF13
1 files changed, 13 insertions, 0 deletions
diff --git a/deprecated/org.eclipse.papyrus.adaptor.modisco/META-INF/MANIFEST.MF b/deprecated/org.eclipse.papyrus.adaptor.modisco/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..2b559853ded
--- /dev/null
+++ b/deprecated/org.eclipse.papyrus.adaptor.modisco/META-INF/MANIFEST.MF
@@ -0,0 +1,13 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Modisco
+Bundle-SymbolicName: org.eclipse.papyrus.adaptor.modisco;singleton:=true
+Bundle-Version: 0.7.0.qualifier
+Bundle-Activator: org.eclipse.papyrus.adapters.modisco.Activator
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.papyrus.core;bundle-version="0.7.0",
+ org.eclipse.gmt.modisco.infra.browser;bundle-version="0.8.1",
+ org.eclipse.papyrus.core.adaptor.emf;bundle-version="0.7.0"
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top