Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2016-05-15 19:41:36 +0000
committerMatthias Sohn2016-05-17 15:19:28 +0000
commit5b80fd7fcca9b976a85a0f6b3eceac999281ec4f (patch)
treed44594e08eb537eafae1b1e55cfa1f06fa1c661b /org.eclipse.egit.ui.smartimport
parent85ed6fd1fe748967765b9f19bf3b065b90bfc56a (diff)
downloadegit-5b80fd7fcca9b976a85a0f6b3eceac999281ec4f.tar.gz
egit-5b80fd7fcca9b976a85a0f6b3eceac999281ec4f.tar.xz
egit-5b80fd7fcca9b976a85a0f6b3eceac999281ec4f.zip
[releng] p2.inf to remove the old importer fragment
org.eclipse.egit.ui.smartimport must override a possibly already installed org.eclipse.egit.ui.importer fragment. Since old importer fragments were lacking a host bundle version constraint, they might otherwise be active even after an update and then cause conflicting requirements, leading to a failure to resolve and activate the org.eclipse.egit.ui bundle. Bug: 487096 Change-Id: I4dd45d1cec4716f0a25d5fbbdde8054c3e5a65e8 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.egit.ui.smartimport')
-rw-r--r--org.eclipse.egit.ui.smartimport/META-INF/p2.inf2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui.smartimport/META-INF/p2.inf b/org.eclipse.egit.ui.smartimport/META-INF/p2.inf
new file mode 100644
index 0000000000..fb6936c185
--- /dev/null
+++ b/org.eclipse.egit.ui.smartimport/META-INF/p2.inf
@@ -0,0 +1,2 @@
+update.matchExp=providedCapabilities.exists(pc | pc.namespace == 'org.eclipse.equinox.p2.iu' && (pc.name == 'org.eclipse.egit.ui.smartimport' && pc.version < '$version$' || pc.name == 'org.eclipse.egit.ui.importer') )
+update.severity=0 \ No newline at end of file

Back to the top