Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2011-03-23 23:04:34 +0000
committerChris Aniszczyk2011-03-23 23:04:34 +0000
commit8758fb2dd13ed6031ead593e4fc092c9c2e7f1eb (patch)
treec20c312bdf7da473e6fe3e435c0670cd8dc0b82a /org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
downloadegit-github-8758fb2dd13ed6031ead593e4fc092c9c2e7f1eb.tar.gz
egit-github-8758fb2dd13ed6031ead593e4fc092c9c2e7f1eb.tar.xz
egit-github-8758fb2dd13ed6031ead593e4fc092c9c2e7f1eb.zip
Initial commit of Mylyn GitHub Integration
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF15
1 files changed, 15 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
new file mode 100644
index 00000000..2076b5bc
--- /dev/null
+++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Eclipse EGit Mylyn GitHub Tests (Incubation)
+Bundle-SymbolicName: org.eclipse.mylyn.github.tests
+Bundle-Version: 0.1.0.qualifier
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Require-Bundle: org.junit4;bundle-version="4.5.0",
+ org.eclipse.mylyn.github.core;bundle-version="0.1.0",
+ org.eclipse.mylyn.github.ui;bundle-version="0.1.0",
+ org.eclipse.jface.text;bundle-version="3.5.0",
+ org.eclipse.mylyn.tasks.ui;bundle-version="3.2.0",
+ org.eclipse.equinox.security;bundle-version="1.0.100",
+ org.eclipse.mylyn.tasks.core
+Bundle-Vendor: Eclipse EGit
+Import-Package: com.google.gson;version="1.6.0"

Back to the top