Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-11-25 23:40:25 +0000
committerMatthias Sohn2012-11-25 23:40:25 +0000
commitf05e2c531ad526deba09ae6d1a4a25785c437cd6 (patch)
tree18def3487e2eb92e41b06f46ebca8c77b6dc65eb
parentfcec02ce10d2528b2a12468b5db03b449d5c5674 (diff)
downloadegit-f05e2c531ad526deba09ae6d1a4a25785c437cd6.tar.gz
egit-f05e2c531ad526deba09ae6d1a4a25785c437cd6.tar.xz
egit-f05e2c531ad526deba09ae6d1a4a25785c437cd6.zip
Mark org.eclipse.egit.core bundle to provide project set feature
In order to not prevent upgrade from egit 2.1 when the psf feature was installed we mark the org.eclipse.egit.core bundle to provision this feature using p2 instructions. With this change I was able to upgrade STS 3.1.0 from egit 2.1 to a local 2.2-SNAPSHOT build which was reported [1] to not work without this patch. [1] http://dev.eclipse.org/mhonarc/lists/egit-dev/msg02925.html Bug: 395031 Change-Id: I0a5f3dc309a79b648ed19fbd37e45e111e36e6d7 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.egit.core/META-INF/p2.inf3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.egit.core/META-INF/p2.inf b/org.eclipse.egit.core/META-INF/p2.inf
new file mode 100644
index 0000000000..86fd6c2eb6
--- /dev/null
+++ b/org.eclipse.egit.core/META-INF/p2.inf
@@ -0,0 +1,3 @@
+provides.0.namespace = org.eclipse.equinox.p2.iu
+provides.0.name = org.eclipse.egit.psf.feature.group
+provides.0.version = $version$ \ No newline at end of file

Back to the top