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.pgm.source.feature/feature.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.pgm.source.feature/feature.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.source.feature/feature.xml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.source.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.source.feature/feature.xml deleted file mode 100644 index 96576fae0a..0000000000 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.source.feature/feature.xml +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<feature - id="org.eclipse.jgit.pgm.source" - label="%featureName" - version="5.4.0.qualifier" - provider-name="%providerName"> - - <description url="http://www.eclipse.org/jgit/"> - %description - </description> - - <copyright> - %copyright - </copyright> - - <license url="%licenseURL"> - %license - </license> - - <url> - <update label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/> - <discovery label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/> - </url> - - <requires> - <import feature="org.eclipse.jgit.pgm" version="5.4.0" match="equivalent"/> - </requires> - - <plugin - id="org.eclipse.jgit.pgm.source" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> -</feature> |