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.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml
index 3fb354e915..c59f0a0348 100644
--- a/org.eclipse.jgit.packaging/pom.xml
+++ b/org.eclipse.jgit.packaging/pom.xml
@@ -61,6 +61,8 @@
<properties>
<tycho-version>0.14.1</tycho-version>
<eclipse-site>http://download.eclipse.org/releases/indigo</eclipse-site>
+ <jetty-version>8.1.3.v20120416</jetty-version>
+ <servlet-api-version>3.0.1</servlet-api-version>
</properties>
<modules>
@@ -72,10 +74,15 @@
<repositories>
<repository>
- <id>indigo</id>
+ <id>eclipse</id>
<layout>p2</layout>
<url>${eclipse-site}</url>
</repository>
+ <repository>
+ <id>jetty</id>
+ <layout>p2</layout>
+ <url>http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/${jetty-version}/</url>
+ </repository>
</repositories>
<dependencies>
@@ -154,6 +161,11 @@
<environment>
<os>macosx</os>
<ws>cocoa</ws>
+ <arch>x86</arch>
+ </environment>
+ <environment>
+ <os>macosx</os>
+ <ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
</environments>