summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/pom.xml
diff options
context:
space:
mode:
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>