From ff7d231f4b0be4ac50efd6606e055d8398ae7fea Mon Sep 17 00:00:00 2001 From: Anna Dushistova Date: Thu, 29 Mar 2012 13:16:14 +0000 Subject: [PATCH] [releng] trying to make terminal tests run in hudson with tycho. --- terminal/org.eclipse.tm.terminal.test/META-INF/MANIFEST.MF | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terminal/org.eclipse.tm.terminal.test/META-INF/MANIFEST.MF b/terminal/org.eclipse.tm.terminal.test/META-INF/MANIFEST.MF index 6686cfb403b..319513ddce6 100644 --- a/terminal/org.eclipse.tm.terminal.test/META-INF/MANIFEST.MF +++ b/terminal/org.eclipse.tm.terminal.test/META-INF/MANIFEST.MF @@ -10,7 +10,7 @@ Require-Bundle: org.junit, org.eclipse.core.runtime, org.eclipse.ui Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1, - J2SE-1.5 + J2SE-1.4 Export-Package: org.eclipse.tm.internal.terminal.connector;x-internal:=true, org.eclipse.tm.internal.terminal.emulator;x-internal:=true, org.eclipse.tm.internal.terminal.model;x-internal:=true, @@ -20,3 +20,4 @@ Export-Package: org.eclipse.tm.internal.terminal.connector;x-internal:=true, org.eclipse.tm.internal.terminal.textcanvas;x-internal:=true, org.eclipse.tm.terminal.model, org.eclipse.tm.terminal.test +Import-Package: javax.crypto