* [EGIT PATCH] Add some known version requirements to dependencies
@ 2008-08-27 22:31 Robin Rosenberg
0 siblings, 0 replies; only message in thread
From: Robin Rosenberg @ 2008-08-27 22:31 UTC (permalink / raw)
To: Shawn O. Pearce; +Cc: git, Marek Zawirski
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
---
org.spearce.egit-feature/feature.xml | 9 ++++++---
org.spearce.egit.ui/META-INF/MANIFEST.MF | 4 ++--
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/org.spearce.egit-feature/feature.xml b/org.spearce.egit-feature/feature.xml
index 3c9836e..9187ded 100644
--- a/org.spearce.egit-feature/feature.xml
+++ b/org.spearce.egit-feature/feature.xml
@@ -297,8 +297,7 @@ litigation.
</url>
<requires>
- <import plugin="org.eclipse.core.runtime" version="3.2" match="greaterOrEqual"/>
- <import plugin="org.eclipse.team.core"/>
+ <import plugin="org.eclipse.core.runtime" version="3.4" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.core.filesystem"/>
<import plugin="org.eclipse.ui"/>
@@ -307,7 +306,11 @@ litigation.
<import plugin="org.eclipse.ui.ide"/>
<import plugin="org.eclipse.ui.workbench.texteditor"/>
<import plugin="org.eclipse.compare"/>
- <import plugin="org.junit"/>
+ <import plugin="org.eclipse.core.net"/>
+ <import plugin="org.eclipse.team.core" version="3.4.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.jsch.ui" version="1.1.100" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.jsch.core"/>
+ <import plugin="com.jcraft.jsch"/>
</requires>
<plugin
diff --git a/org.spearce.egit.ui/META-INF/MANIFEST.MF b/org.spearce.egit.ui/META-INF/MANIFEST.MF
index 62afd51..ec1df4d 100644
--- a/org.spearce.egit.ui/META-INF/MANIFEST.MF
+++ b/org.spearce.egit.ui/META-INF/MANIFEST.MF
@@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.filesystem,
org.eclipse.core.net,
org.eclipse.ui,
- org.eclipse.team.core,
+ org.eclipse.team.core;bundle-version="3.4.0",
org.eclipse.team.ui,
org.eclipse.jface.text,
org.eclipse.ui.ide,
@@ -19,7 +19,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.compare,
org.spearce.jgit,
org.spearce.egit.core,
- org.eclipse.jsch.ui
+ org.eclipse.jsch.ui;bundle-version="1.1.100"
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.eclipse.jsch.core,
--
1.6.0.rc2.35.g04c6e9
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-27 22:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-27 22:31 [EGIT PATCH] Add some known version requirements to dependencies Robin Rosenberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).