diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-11-13 15:46:13 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-11-18 11:10:13 +0100 |
commit | 85c89534d21e19ba3b1922e0f070b79a612bb49b (patch) | |
tree | 89532424d1a01a22ebb4507f973c05646269633c /org.eclipse.jgit.packaging | |
parent | 2c940fa18a457c37e9aa7a8065e8d650c83589e2 (diff) | |
download | jgit-85c89534d21e19ba3b1922e0f070b79a612bb49b.tar.gz 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>
Diffstat (limited to 'org.eclipse.jgit.packaging')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml | 6 |
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" |