Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.papyrus.sysml.nattable.allocation.tests/META-INF/MANIFEST.MF')
-rwxr-xr-xorg.eclipse.papyrus.sysml.nattable.allocation.tests/META-INF/MANIFEST.MF21
1 files changed, 21 insertions, 0 deletions
diff --git a/org.eclipse.papyrus.sysml.nattable.allocation.tests/META-INF/MANIFEST.MF b/org.eclipse.papyrus.sysml.nattable.allocation.tests/META-INF/MANIFEST.MF
new file mode 100755
index 00000000000..c27c1742805
--- /dev/null
+++ b/org.eclipse.papyrus.sysml.nattable.allocation.tests/META-INF/MANIFEST.MF
@@ -0,0 +1,21 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name
+Bundle-SymbolicName: org.eclipse.papyrus.sysml.nattable.allocation.tests
+Bundle-Version: 0.10.2.qualifier
+Bundle-Activator: org.eclipse.papyrus.sysml.nattable.allocation.tests.Activator
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.papyrus.junit.utils;bundle-version="0.10.2",
+ org.eclipse.uml2.uml,
+ org.eclipse.papyrus.infra.core;bundle-version="0.10.2",
+ org.eclipse.papyrus.infra.nattable;bundle-version="0.10.2",
+ org.eclipse.papyrus.infra.widgets;bundle-version="0.10.2",
+ org.eclipse.nebula.widgets.nattable.core,
+ org.junit,
+ org.eclipse.papyrus.infra.nattable.model;bundle-version="0.10.2",
+ org.eclipse.papyrus.sysml;bundle-version="0.10.2",
+ org.eclipse.papyrus.infra.core.log;bundle-version="0.10.2"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-ActivationPolicy: lazy
+Bundle-Vendor: %Bundle-Vendor

Back to the top