Browse Source

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>
tags/v3.1.0.201309270735-rc1
Matthias Sohn 11 years ago
parent
commit
e3977c7143

+ 14
- 0
org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml 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>

+ 4
- 14
org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml 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>

Loading…
Cancel
Save