diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-04-01 01:30:44 +0200 |
---|---|---|
committer | Thomas Wolf <thomas.wolf@paranor.ch> | 2019-04-02 01:57:28 -0400 |
commit | 27f1fb668f09bccf7c506f51f16d70d04ec8a240 (patch) | |
tree | 666c14f96bfdcc46d56472553be61dd9084bb079 /org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml | |
parent | 4fcaa1a7d52c8a406fbf7c945a023d480bab32aa (diff) | |
download | jgit-27f1fb668f09bccf7c506f51f16d70d04ec8a240.tar.gz jgit-27f1fb668f09bccf7c506f51f16d70d04ec8a240.zip |
Add missing source bundles and add them to a single source feature
Add missing source bundles for
- org.eclipse.jgit.ant
- org.eclipse.jgit.archive
- org.eclipse.jgit.http.apache
- org.eclipse.jgit.http.server
- org.eclipse.jgit.junit
- org.eclipse.jgit.junit.http
- org.eclipse.jgit.junit.ssh
- org.eclipse.jgit.lfs
- org.eclipse.jgit.lfs.server
- org.eclipse.jgit.ui
Combine all source bundles into a single source feature
org.eclipse.jgit.source and delete the other source features.
Ensure all bundles are added to the jgit p2 repository.
Change-Id: I56785f49c940b79f41f763c26e63a4a820ed7cce
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml index 995bd21b18..e2aeee38c6 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml @@ -15,24 +15,32 @@ <feature url="features/org.eclipse.jgit.source_0.0.0.qualifier.jar" id="org.eclipse.jgit.source" 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.ssh.apache.source_0.0.0.qualifier.jar" id="org.eclipse.jgit.ssh.apache.source" version="0.0.0" patch="true"> - <category name="JGit"/> - </feature> <feature url="features/org.eclipse.jgit.junit_0.0.0.qualifier.jar" id="org.eclipse.jgit.junit" 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" patch="true"> <category name="JGit"/> </feature> - <feature url="features/org.eclipse.jgit.lfs_0.0.0.qualifier.jar" id="org.eclipse.jgit.lfs" version="0.0.0"> + <feature url="features/org.eclipse.jgit.lfs_0.0.0.qualifier.jar" id="org.eclipse.jgit.lfs" version="0.0.0" patch="true"> <category name="JGit"/> </feature> + <bundle id="org.eclipse.jgit.ant" version="0.0.0"> + <category name="JGit-additional-bundles"/> + </bundle> + <bundle id="org.eclipse.jgit.archive" version="0.0.0"> + <category name="JGit-additional-bundles"/> + </bundle> + <bundle id="org.eclipse.jgit.ui" version="0.0.0"> + <category name="JGit-additional-bundles"/> + </bundle> <category-def name="JGit" label="Java implementation of Git"> <description> Java implementation of Git </description> </category-def> + <category-def name="JGit-additional-bundles" label="Java implementation of Git - additional bundles"> + <description> + Java implementation of Git - additional bundles + </description> + </category-def> </site> |