Include o.e.j.archive into o.e.jgit feature

Also the pgm feature should depend on the jgit feature to ensure that
all needed bundles are available.

Change-Id: I670e8262cdace4323d3883717efe4b5e5e06f4c7
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2013-06-02 01:56:20 +02:00
parent c327e74b46
commit e3977c7143
2 changed files with 18 additions and 14 deletions

View File

@ -29,6 +29,13 @@
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.jgit.archive"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.jcraft.jsch"
download-size="0"
@ -43,4 +50,11 @@
version="0.0.0"
unpack="false"/>
<plugin
id="org.apache.commons.compress"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>

View File

@ -22,6 +22,10 @@
<discovery label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/>
</url>
<includes
id="org.eclipse.jgit"
version="0.0.0"/>
<requires>
<import feature="org.eclipse.jgit" version="3.0.0" match="equivalent"/>
</requires>
@ -40,13 +44,6 @@
version="0.0.0"
unpack="false"/>
<plugin
id="org.apache.commons.compress"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.kohsuke.args4j"
download-size="0"
@ -54,11 +51,4 @@
version="0.0.0"
unpack="false"/>
<plugin
id="javaewah"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>