summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2012-09-29 15:43:22 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2012-12-16 00:58:05 +0100
commit903ba8b8fd8aa7f09fc49b0b64e64e7b765d3a58 (patch)
treecc6b0152b0d43ea60255093d40017d72452357be /org.eclipse.jgit.packaging/pom.xml
parent3f7909b6cb1b9e28a665fab0e7fe95377aed82b5 (diff)
downloadjgit-903ba8b8fd8aa7f09fc49b0b64e64e7b765d3a58.tar.gz
jgit-903ba8b8fd8aa7f09fc49b0b64e64e7b765d3a58.zip
Ensure that jgit p2 repository is self-contained
Add a new feature for the 3rd party dependencies jgit needs and include this in org.eclipse.jgit.feature. This ensures that the jgit p2 repository is self-contained and downstream consumers don't need to find the dependencies elsewhere. We don't add the jetty dependencies needed to install the test feature org.eclipse.jgit.junit since this is only used by egit tests. Change-Id: I60425c746cd50f1875ef8597a8bbefb598b8c982 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-rw-r--r--org.eclipse.jgit.packaging/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml
index 365b486bb0..a99a07da20 100644
--- a/org.eclipse.jgit.packaging/pom.xml
+++ b/org.eclipse.jgit.packaging/pom.xml
@@ -69,6 +69,7 @@
<modules>
<module>org.eclipse.jgit.feature</module>
+ <module>org.eclipse.jgit.orbit.feature</module>
<module>org.eclipse.jgit.pgm.feature</module>
<module>org.eclipse.jgit.source.feature</module>
<module>org.eclipse.jgit.pgm.source.feature</module>
@@ -92,6 +93,14 @@
<layout>p2</layout>
<url>${orbit-site}</url>
</repository>
+ <repository>
+ <!-- TODO replace this with an S- or better R-build as soon as a new one is available
+ we are using a private copy of an I-build since no S or R-build was available when
+ releasing jgit 2.2, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=396199 -->
+ <id>temp-jgit-orbit</id>
+ <layout>p2</layout>
+ <url>http://download.eclipse.org/jgit/orbit/I20121212174845/repository/</url>
+ </repository>
</repositories>
<dependencies>