Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/META-INF/MANIFEST.MF')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/META-INF/MANIFEST.MF9
1 files changed, 9 insertions, 0 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/META-INF/MANIFEST.MF b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..305a4edb0b5
--- /dev/null
+++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/META-INF/MANIFEST.MF
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.papyrus.dd.qvt;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Require-Bundle: org.eclipse.m2m.qvt.oml,
+ org.eclipse.papyrus.dd
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Bundle-Vendor: %providerName

Back to the top