diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-03-07 08:51:06 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-03-07 08:51:06 +0100 |
commit | 13ea3b0957d1621c1aea986a97f8d2ec0b37491a (patch) | |
tree | 3e2570e62b3b4835d42c8dabf1f6c89ec16aecb3 /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | |
parent | 913cccd5c4597d908698fdcb79eaf228c3afefb9 (diff) | |
download | jgit-13ea3b0957d1621c1aea986a97f8d2ec0b37491a.tar.gz jgit-13ea3b0957d1621c1aea986a97f8d2ec0b37491a.zip |
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>
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 | 8 |
1 files changed, 8 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 3a153e793b..bd984fa2ad 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 @@ -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> |