Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-11-13 14:46:13 +0000
committerMatthias Sohn2014-11-18 10:10:13 +0000
commit85c89534d21e19ba3b1922e0f070b79a612bb49b (patch)
tree89532424d1a01a22ebb4507f973c05646269633c
parent2c940fa18a457c37e9aa7a8065e8d650c83589e2 (diff)
downloadjgit-85c89534d21e19ba3b1922e0f070b79a612bb49b.tar.gz
jgit-85c89534d21e19ba3b1922e0f070b79a612bb49b.tar.xz
jgit-85c89534d21e19ba3b1922e0f070b79a612bb49b.zip
Include the java7 feature in org.eclipse.jgit.feature
This way we no longer need to advertise it in the release train and can uncategorize the jgit features without making it harder for users to find and install the java7 feature. Bug: 451276 Change-Id: I4c7dd0e1609fc1939d8ea83c01251dec59c228a3 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml
index 4cf2d71aa0..f3476974d0 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml
@@ -22,6 +22,12 @@
<discovery label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/>
</url>
+ <includes
+ id="org.eclipse.jgit.java7"
+ version="0.0.0"
+ name="Java implementation of Git - optional Java 7 libraries"
+ optional="true"/>
+
<plugin
id="org.eclipse.jgit"
download-size="0"

Back to the top