diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-05-23 22:21:58 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-05-23 22:21:58 +0200 |
commit | 24a0f47e32ab7cdf20c2201d7100599ea057f8a3 (patch) | |
tree | 4f48651fbc71bced0469f771b855ff9aa63d670d /org.eclipse.jgit.packaging/pom.xml | |
parent | 23e0a3e734beaed5af14d8fb64c5a8285631adc1 (diff) | |
download | jgit-24a0f47e32ab7cdf20c2201d7100599ea057f8a3.tar.gz jgit-24a0f47e32ab7cdf20c2201d7100599ea057f8a3.zip |
Update Jetty to 8.1.3.v20120416
Jetty 8.1.3 comes with Juno M7 and this version can be installed from
http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.3.v20120416/
Change-Id: Ifc4bfbb3efbab0f5bfbde74f0b2ddc5a2f9ee6a5
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.xml | 14 |
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> |