Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.wikitext.markdown.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.wikitext.markdown.tests/META-INF/MANIFEST.MF29
1 files changed, 29 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.wikitext.markdown.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.wikitext.markdown.tests/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..b2bfd2b0e
--- /dev/null
+++ b/org.eclipse.mylyn.wikitext.markdown.tests/META-INF/MANIFEST.MF
@@ -0,0 +1,29 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name.0
+Bundle-SymbolicName: org.eclipse.mylyn.wikitext.markdown.tests;singleton:=true
+Bundle-Version: 1.8.0.qualifier
+Bundle-Vendor: %Bundle-Vendor.0
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Require-Bundle: org.junit;bundle-version="3.8.2",
+ org.eclipse.mylyn.wikitext.core;bundle-version="1.5.0",
+ org.eclipse.mylyn.wikitext.ui;bundle-version="1.5.0",
+ org.eclipse.mylyn.wikitext.tasks.ui;bundle-version="1.5.0",
+ org.eclipse.ui,
+ org.eclipse.ui.editors,
+ org.eclipse.core.runtime,
+ org.eclipse.ui.workbench.texteditor,
+ org.eclipse.ui.views,
+ org.eclipse.ui.ide,
+ org.eclipse.mylyn.tasks.ui;bundle-version="[3.0.2,4.0.0)",
+ org.eclipse.mylyn.tasks.core;bundle-version="[3.0.2,4.0.0)",
+ org.eclipse.jface.text,
+ org.eclipse.core.expressions,
+ org.eclipse.core.resources,
+ org.eclipse.help,
+ org.apache.ant,
+ org.eclipse.mylyn.wikitext.markdown.core;bundle-version="1.6.0",
+ org.eclipse.mylyn.wikitext.tests;bundle-version="1.6.0"
+Export-Package:
+ org.eclipse.mylyn.internal.wikitext.markdown.tests;x-internal:=true
+Bundle-Localization: plugin

Back to the top