Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.egit-feature/feature.xml2
-rw-r--r--org.eclipse.egit.ui/META-INF/MANIFEST.MF6
-rw-r--r--pom.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index 8e3c9d5c59..81e4d55ca3 100644
--- a/org.eclipse.egit-feature/feature.xml
+++ b/org.eclipse.egit-feature/feature.xml
@@ -37,7 +37,7 @@
<import plugin="org.eclipse.team.core" version="3.4.0" match="compatible"/>
<import plugin="org.eclipse.jsch.ui" version="1.1.100" match="compatible"/>
<import plugin="org.eclipse.jsch.core" version="1.1.100" match="compatible"/>
- <import plugin="com.jcraft.jsch" version="0.1.41" match="compatible"/>
+ <import plugin="com.jcraft.jsch" version="0.1.37" match="compatible"/>
<import feature="org.eclipse.jgit" version="0.8.0" match="equivalent"/>
</requires>
diff --git a/org.eclipse.egit.ui/META-INF/MANIFEST.MF b/org.eclipse.egit.ui/META-INF/MANIFEST.MF
index d690eb61b4..bb288602a8 100644
--- a/org.eclipse.egit.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.ui/META-INF/MANIFEST.MF
@@ -20,11 +20,11 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.ui.ide;bundle-version="[3.4.0,4.0.0)",
org.eclipse.jsch.ui;bundle-version="[1.1.100,2.0.0)",
org.eclipse.jsch.core;bundle-version="[1.1.100,2.0.0)",
- org.eclipse.ui.editors;bundle-version="[3.4.0,4.0.0)"
+ org.eclipse.ui.editors;bundle-version="[3.4.0,4.0.0)",
+ com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: com.jcraft.jsch;version="[0.1.41,0.2.0)",
- org.eclipse.egit.core;version="[0.8.0,0.9.0)",
+Import-Package: org.eclipse.egit.core;version="[0.8.0,0.9.0)",
org.eclipse.egit.core.internal.storage;version="[0.8.0,0.9.0)",
org.eclipse.egit.core.internal.trace;version="0.8.0",
org.eclipse.egit.core.internal.util;version="[0.8.0,0.9.0)",
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