diff options
author | Thomas Wolf | 2019-04-02 08:29:43 -0400 |
---|---|---|
committer | Thomas Wolf | 2019-04-02 08:30:23 -0400 |
commit | c255b6e306a06bbdfb2eae9d86f19d69c30730ca (patch) | |
tree | 40351758c26bb3f5bb77f397e9417b868979c8ee /org.eclipse.egit.repository | |
parent | 3318d265210e9b2151ec2611cf470152bb2addd5 (diff) | |
download | egit-c255b6e306a06bbdfb2eae9d86f19d69c30730ca.tar.gz egit-c255b6e306a06bbdfb2eae9d86f19d69c30730ca.tar.xz egit-c255b6e306a06bbdfb2eae9d86f19d69c30730ca.zip |
Remove obsolete JGit features from update site
JGit sources have been unified in a single source feature.
Change-Id: I27eb6a8fc72a08431b2f0b0274459167de99b05e
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.egit.repository')
-rw-r--r-- | org.eclipse.egit.repository/category.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/org.eclipse.egit.repository/category.xml b/org.eclipse.egit.repository/category.xml index 1f7e0791c..269f1b1b3 100644 --- a/org.eclipse.egit.repository/category.xml +++ b/org.eclipse.egit.repository/category.xml @@ -21,9 +21,6 @@ <feature url="features/org.eclipse.jgit.pgm_0.0.0.qualifier.jar" id="org.eclipse.jgit.pgm" version="0.0.0" patch="true"> <category name="JGit"/> </feature> - <feature url="features/org.eclipse.jgit.pgm.source_0.0.0.qualifier.jar" id="org.eclipse.jgit.pgm.source" version="0.0.0" patch="true"> - <category name="JGit"/> - </feature> <feature url="features/org.eclipse.jgit.http.apache_0.0.0.qualifier.jar" id="org.eclipse.jgit.http.apache" version="0.0.0"> <category name="JGit"/> </feature> @@ -33,9 +30,6 @@ <feature url="features/org.eclipse.jgit.ssh.apache_0.0.0.qualifier.jar" id="org.eclipse.jgit.ssh.apache" version="0.0.0"> <category name="JGit"/> </feature> - <feature url="features/org.eclipse.jgit.ssh.apache.source_0.0.0.qualifier.jar" id="org.eclipse.jgit.ssh.apache.source" version="0.0.0"> - <category name="JGit"/> - </feature> <feature url="features/org.eclipse.egit.gitflow.feature_0.0.0.qualifier.jar" id="org.eclipse.egit.gitflow.feature" version="0.0.0"> <category name="EGit.experimental"/> </feature> |