From 966c0ba999d1c6f27dbc9c25f4ac61416ddb2b4f Mon Sep 17 00:00:00 2001 From: Martin Oberhuber Date: Thu, 27 May 2010 10:59:29 +0000 Subject: [PATCH] Bug 314193 - [terminal][local] Local Terminal is unusable on Windows --- .../feature.xml | 76 +++++++++---------- .../META-INF/MANIFEST.MF | 1 + 2 files changed, 39 insertions(+), 38 deletions(-) diff --git a/org.eclipse.tm.terminal.local-feature/feature.xml b/org.eclipse.tm.terminal.local-feature/feature.xml index 4c37f250190..2d8b7f13a99 100644 --- a/org.eclipse.tm.terminal.local-feature/feature.xml +++ b/org.eclipse.tm.terminal.local-feature/feature.xml @@ -10,23 +10,25 @@ Mirko Raner - initial implementation for Eclipse Bug 196337 Martin Oberhuber (Wind River) - Import to Eclipse DSDP --> - + - - %description - + + %description + - - %copyright - + + %copyright + - - %license - + + %license + @@ -37,31 +39,29 @@ id="org.eclipse.tm.terminal" version="0.0.0"/> - - - - - - - - - - + + + + + + + + + - + - + diff --git a/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF b/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF index 196a662d926..058ba465e64 100644 --- a/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF +++ b/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF @@ -17,4 +17,5 @@ Require-Bundle: org.eclipse.tm.terminal;bundle-version="2.0.0", Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-ActivationPolicy: lazy Eclipse-LazyStart: true +Eclipse-PlatformFilter: (!(osgi.os=win32)) Import-Package: org.eclipse.core.variables