diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-02-12 02:06:04 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-02-12 02:13:13 +0100 |
commit | 363fc1ff5ba44635086d24884e5556cc0cc4352b (patch) | |
tree | 066763c16ed045b4af0ae6b8dce9c1b4e8490198 /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | |
parent | 975aa8868591ea49e3d8033a0fe224c09e67aec9 (diff) | |
download | jgit-363fc1ff5ba44635086d24884e5556cc0cc4352b.tar.gz jgit-363fc1ff5ba44635086d24884e5556cc0cc4352b.zip |
Fix packaging of lfs bundles
- pgm feature needs to include the lfs feature
- add the lfs feature to the jgit p2 repository
Change-Id: I6781d4e9d131b373c9f191d785495e88b906c671
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml index 03c9fed59e..ae30f08615 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml @@ -26,8 +26,13 @@ id="org.eclipse.jgit" version="0.0.0"/> + <includes + id="org.eclipse.jgit.lfs" + version="0.0.0"/> + <requires> <import feature="org.eclipse.jgit" version="4.3.0" match="equivalent"/> + <import feature="org.eclipse.jgit.lfs" version="4.3.0" match="equivalent"/> </requires> <plugin |