Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/tooling/org.eclipse.fx.ide.gmodel.tests/META-INF/MANIFEST.MF')
-rw-r--r--bundles/tooling/org.eclipse.fx.ide.gmodel.tests/META-INF/MANIFEST.MF24
1 files changed, 24 insertions, 0 deletions
diff --git a/bundles/tooling/org.eclipse.fx.ide.gmodel.tests/META-INF/MANIFEST.MF b/bundles/tooling/org.eclipse.fx.ide.gmodel.tests/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..3ac070c3f
--- /dev/null
+++ b/bundles/tooling/org.eclipse.fx.ide.gmodel.tests/META-INF/MANIFEST.MF
@@ -0,0 +1,24 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: org.eclipse.fx.ide.gmodel.tests
+Bundle-Vendor: My Company
+Bundle-Version: 1.0.0.qualifier
+Bundle-SymbolicName: org.eclipse.fx.ide.gmodel.tests; singleton:=true
+Bundle-ActivationPolicy: lazy
+Require-Bundle: org.eclipse.fx.ide.gmodel,
+ org.eclipse.fx.ide.gmodel.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.xtext.junit4,
+ org.eclipse.xtext.xbase.lib,
+ org.eclipse.ui.workbench;resolution:=optional,
+ org.objectweb.asm;bundle-version="[5.0.1,6.0.0)";resolution:=optional
+Import-Package: org.apache.log4j,
+ org.junit;version="4.5.0",
+ org.junit.runner;version="4.5.0",
+ org.junit.runner.manipulation;version="4.5.0",
+ org.junit.runner.notification;version="4.5.0",
+ org.junit.runners;version="4.5.0",
+ org.junit.runners.model;version="4.5.0",
+ org.hamcrest.core
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Export-Package: org.eclipse.fx.ide.gmodel

Back to the top