Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-05-17 21:27:12 +0000
committerGerrit Code Review @ Eclipse.org2016-05-17 21:27:13 +0000
commit8dbf5983c79177d8fc3bc2202b7125d37b337c0f (patch)
tree63c5efd930afefd2e6ff302c10b2e51bcf8c8382
parent67d02912d7a56ddb22b2c6d9e64ac64765b96e5b (diff)
parent5b80fd7fcca9b976a85a0f6b3eceac999281ec4f (diff)
downloadegit-8dbf5983c79177d8fc3bc2202b7125d37b337c0f.tar.gz
egit-8dbf5983c79177d8fc3bc2202b7125d37b337c0f.tar.xz
egit-8dbf5983c79177d8fc3bc2202b7125d37b337c0f.zip
Merge "[releng] p2.inf to remove the old importer fragment"
-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