From f50d2536eaa6f16917e86ef4f5c1995ee397fe1f Mon Sep 17 00:00:00 2001 From: Anna Dushistova Date: Thu, 29 Mar 2012 13:21:22 +0000 Subject: [PATCH] [releng] trying to make terminal tests run in hudson with tycho. --- terminal/org.eclipse.tm.terminal.test/META-INF/MANIFEST.MF | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 319513ddce6..199525b3bcb 100644 --- a/terminal/org.eclipse.tm.terminal.test/META-INF/MANIFEST.MF +++ b/terminal/org.eclipse.tm.terminal.test/META-INF/MANIFEST.MF @@ -9,8 +9,8 @@ Require-Bundle: org.junit, org.eclipse.tm.terminal;bundle-version="[3.1.0,3.2.0)", org.eclipse.core.runtime, org.eclipse.ui -Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1, - J2SE-1.4 +Bundle-RequiredExecutionEnvironment: J2SE-1.4, + CDC-1.1/Foundation-1.1 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,4 +20,3 @@ 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