Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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.ui/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.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF17
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
new file mode 100644
index 00000000..356db6d0
--- /dev/null
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Eclipse EGit Mylyn GitHub UI Plug-in (Incubation)
+Bundle-SymbolicName: org.eclipse.mylyn.github.ui;singleton:=true
+Bundle-Version: 0.1.0.qualifier
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Vendor: Eclipse EGit
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",
+ org.eclipse.ui;bundle-version="3.5.0",
+ org.eclipse.ui.forms;bundle-version="3.4.0",
+ org.eclipse.mylyn.tasks.ui;bundle-version="3.2.0",
+ org.eclipse.mylyn.github.core;bundle-version="0.1.0",
+ org.eclipse.jface.text;bundle-version="3.5.0",
+ org.eclipse.mylyn.commons.net;bundle-version="3.2.0",
+ org.eclipse.mylyn.tasks.core
+Export-Package: org.eclipse.mylyn.github.ui.internal;x-internal:=true

Back to the top