Browse Source

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>
stable-4.3
Matthias Sohn 9 years ago
parent
commit
363fc1ff5b
  1. 5
      org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml
  2. 3
      org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml

5
org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml

@ -26,8 +26,13 @@
id="org.eclipse.jgit" id="org.eclipse.jgit"
version="0.0.0"/> version="0.0.0"/>
<includes
id="org.eclipse.jgit.lfs"
version="0.0.0"/>
<requires> <requires>
<import feature="org.eclipse.jgit" version="4.3.0" match="equivalent"/> <import feature="org.eclipse.jgit" version="4.3.0" match="equivalent"/>
<import feature="org.eclipse.jgit.lfs" version="4.3.0" match="equivalent"/>
</requires> </requires>
<plugin <plugin

3
org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml

@ -24,6 +24,9 @@
<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">
<category name="JGit"/> <category name="JGit"/>
</feature> </feature>
<feature url="features/org.eclipse.jgit.lfs_0.0.0.qualifier.jar" id="org.eclipse.jgit.lfs" version="0.0.0">
<category name="JGit"/>
</feature>
<category-def name="JGit" label="JGit"> <category-def name="JGit" label="JGit">
<description> <description>
JGit JGit

Loading…
Cancel
Save