Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Rosenberg2010-04-04 09:38:19 +0000
committerRobin Rosenberg2010-04-04 13:58:17 +0000
commitcd946161e6d7ad1998649e87c37aa5cfacba596c (patch)
treeb4364bbbe24d9079d098bdd2b9ccbf85815bed74 /pom.xml
parentac8c7b0306088e73ec85b7f3376cd9479d471422 (diff)
downloadegit-cd946161e6d7ad1998649e87c37aa5cfacba596c.tar.gz
egit-cd946161e6d7ad1998649e87c37aa5cfacba596c.tar.xz
egit-cd946161e6d7ad1998649e87c37aa5cfacba596c.zip
EGit plugin not compatible with Eclipse 3.4, due to JSch dependency
The JSch bundle in Eclipse 3.4 does not export its packages with version numbers. Use Require-Bundle on version 0.1.37 that comes with Eclipse 3.4 Bug: 308032 Change-Id: Ic5039efe08e381e81be473712dd5d173c83d3fd8 Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 103b1df919..78fef13ce5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
<properties>
<tycho-version>0.7.0</tycho-version>
<jgit-version>0.8.0-SNAPSHOT</jgit-version>
- <eclipse-site>http://download.eclipse.org/releases/galileo</eclipse-site>
+ <eclipse-site>http://download.eclipse.org/releases/ganymede</eclipse-site>
</properties>
<modules>
@@ -79,7 +79,7 @@
<repositories>
<repository>
- <id>galileo</id>
+ <id>ganymede</id>
<layout>p2</layout>
<url>${eclipse-site}</url>
</repository>

Back to the top