From 8758fb2dd13ed6031ead593e4fc092c9c2e7f1eb Mon Sep 17 00:00:00 2001 From: Chris Aniszczyk Date: Wed, 23 Mar 2011 18:04:34 -0500 Subject: Initial commit of Mylyn GitHub Integration Signed-off-by: Chris Aniszczyk --- org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF (limited to 'org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF') diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF new file mode 100644 index 00000000..f05d1b0d --- /dev/null +++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF @@ -0,0 +1,13 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: EGit Mylyn GitHub Core Plug-in (Incubation) +Bundle-SymbolicName: org.eclipse.mylyn.github.core +Bundle-Version: 0.1.0.qualifier +Bundle-Vendor: Eclipse EGit +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Export-Package: org.eclipse.mylyn.github.internal;x-friends:="org.eclipse.mylyn.github.ui" +Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0", + org.eclipse.mylyn.tasks.core;bundle-version="3.2.0", + org.eclipse.mylyn.commons.net;bundle-version="3.2.0" +Import-Package: com.google.gson;version="1.6.0", + org.apache.commons.logging -- cgit v1.2.3