Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2016-05-13 05:59:30 +0000
committerThomas Wolf2016-05-13 05:59:30 +0000
commit1044971834a5c2a7ad00f6c0f0b7d9136c56b470 (patch)
tree8ea8c3d5eb916d43848aa0132210a6ad8691062f
parent726132a2ca29eb266b6a156f3690a01c4ba9acf4 (diff)
downloadegit-1044971834a5c2a7ad00f6c0f0b7d9136c56b470.tar.gz
egit-1044971834a5c2a7ad00f6c0f0b7d9136c56b470.tar.xz
egit-1044971834a5c2a7ad00f6c0f0b7d9136c56b470.zip
[releng] Importer fragment must have host bundle version constraint
Otherwise there may be conflicting dependency chains in the host bundle when EGit is updated and an old version is installed in the workbench. Bug: 487096 Change-Id: I9302da8900104803de818c2743aa42b10d0d5753 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
-rw-r--r--org.eclipse.egit.ui.importer/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.ui.importer/META-INF/MANIFEST.MF b/org.eclipse.egit.ui.importer/META-INF/MANIFEST.MF
index 6e11daccdb..18ea08a4d6 100644
--- a/org.eclipse.egit.ui.importer/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.ui.importer/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %fragment_name
Bundle-SymbolicName: org.eclipse.egit.ui.importer;singleton:=true
-Fragment-Host: org.eclipse.egit.ui
+Fragment-Host: org.eclipse.egit.ui;bundle-version="[4.3.1,4.4.0)"
Bundle-Version: 4.3.1.201605051710-r
Bundle-Vendor: %provider_name
Require-Bundle: org.eclipse.ui,

Back to the top