Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2019-03-20 07:20:58 +0000
committerMatthias Sohn2019-03-20 23:50:18 +0000
commit92d308b3dc68ebbacc0bccb62daa99e1dcddc1a1 (patch)
treece2126b1971f7e05db2a63634470ff4ee8d56aa2
parent086f99c8fdc469b45e0b0b09f7940841333d9b8b (diff)
downloadegit-92d308b3dc68ebbacc0bccb62daa99e1dcddc1a1.tar.gz
egit-92d308b3dc68ebbacc0bccb62daa99e1dcddc1a1.tar.xz
egit-92d308b3dc68ebbacc0bccb62daa99e1dcddc1a1.zip
remove jdt.core.launch from dependencies
We always have exceptions in builds referring to a missing jdt.core.launch for macos. We probably don't need this dependency at all. Change-Id: Iff7b20511ae9dfad5e1e7a69d2215c7cd076b4ee Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
-rw-r--r--org.eclipse.egit.core.test/META-INF/MANIFEST.MF1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.egit.core.test/META-INF/MANIFEST.MF b/org.eclipse.egit.core.test/META-INF/MANIFEST.MF
index 0522504feb..dc24f74e0a 100644
--- a/org.eclipse.egit.core.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.core.test/META-INF/MANIFEST.MF
@@ -11,7 +11,6 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
org.eclipse.team.core;bundle-version="[3.4.0,4.0.0)",
org.eclipse.jdt.core;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.jdt.launching;bundle-version="[3.4.0,4.0.0)",
org.hamcrest;bundle-version="[1.1.0,2.0.0)",
org.junit;bundle-version="[4.3.0,5.0.0)",
org.eclipse.egit.core.junit;bundle-version="[5.4.0,5.5.0)"

Back to the top