Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-05-18 07:38:27 +0000
committerMatthias Sohn2016-05-18 07:38:27 +0000
commitb24ced646d77e95cd787dd3b5d701e5ce05a0ea1 (patch)
tree63a46f1ac8c5b058f245bd78a1a116f3caba2d10 /org.eclipse.egit.gitflow
parent8dbf5983c79177d8fc3bc2202b7125d37b337c0f (diff)
downloadegit-b24ced646d77e95cd787dd3b5d701e5ce05a0ea1.tar.gz
egit-b24ced646d77e95cd787dd3b5d701e5ce05a0ea1.tar.xz
egit-b24ced646d77e95cd787dd3b5d701e5ce05a0ea1.zip
Mark branding plugin and gitflow plugin as singletons
Allowing installation of multiple versions of these plugins doesn't seem to be useful. Change-Id: I7d79a11f6edc670d377d5d1f433daed4312ef41d Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.gitflow')
-rw-r--r--org.eclipse.egit.gitflow/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.gitflow/META-INF/MANIFEST.MF b/org.eclipse.egit.gitflow/META-INF/MANIFEST.MF
index 0a948546c5..cd202c0e6a 100644
--- a/org.eclipse.egit.gitflow/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.gitflow/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
-Bundle-SymbolicName: org.eclipse.egit.gitflow
+Bundle-SymbolicName: org.eclipse.egit.gitflow;singleton:=true
Bundle-Version: 4.4.0.qualifier
Bundle-Vendor: %provider_name
Bundle-Activator: org.eclipse.egit.gitflow.Activator

Back to the top