Browse Source

Add javaewah bundle to features using it

This ensures that OSGi consumers can retrieve this dependency from the
JGit or EGit p2 repository.

Change-Id: I6f88a4914a19e4e18aa60d59b0cc8a33b61f7fc2
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-3.0
Matthias Sohn 12 years ago
parent
commit
13ea3b0957
  1. 8
      org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml
  2. 8
      org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml

8
org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml

@ -35,4 +35,12 @@
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="javaewah"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>

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

@ -53,4 +53,12 @@
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="javaewah"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>

Loading…
Cancel
Save