Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2011-04-07 17:52:07 +0000
committerChris Aniszczyk2011-04-07 21:24:50 +0000
commita193f511f425b8ee1b9b4197dcd7ca14b5154d2a (patch)
tree018ff68fcd1175bcd472adc183bdeef1f38dd286 /org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
parent5da76f54865f0f3701d4f3daba361320deaf652b (diff)
downloadegit-github-a193f511f425b8ee1b9b4197dcd7ca14b5154d2a.tar.gz
egit-github-a193f511f425b8ee1b9b4197dcd7ca14b5154d2a.tar.xz
egit-github-a193f511f425b8ee1b9b4197dcd7ca14b5154d2a.zip
Add support for creating Gists
Supports creating gists on selections with files and on a selected file. Change-Id: Iab9b2a3892aaf6e753d8fcde77917c8d7347e8d0 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index f05d1b0d..bb48a03a 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EGit Mylyn GitHub Core Plug-in (Incubation)
-Bundle-SymbolicName: org.eclipse.mylyn.github.core
+Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
Bundle-Version: 0.1.0.qualifier
Bundle-Vendor: Eclipse EGit
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top