mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 20:05:35 +02:00
Bug 314193 - [terminal][local] Local Terminal is unusable on Windows
This commit is contained in:
parent
79b4a3cf94
commit
966c0ba999
2 changed files with 39 additions and 38 deletions
|
@ -10,10 +10,12 @@
|
|||
Mirko Raner - initial implementation for Eclipse Bug 196337
|
||||
Martin Oberhuber (Wind River) - Import to Eclipse DSDP
|
||||
-->
|
||||
<feature id="org.eclipse.tm.terminal.local"
|
||||
<feature
|
||||
id="org.eclipse.tm.terminal.local"
|
||||
label="%featureName"
|
||||
version="0.1.0.qualifier"
|
||||
provider-name="%providerName"
|
||||
os="aix,hpux,linux,macosx,solaris"
|
||||
image="eclipse_update_120.jpg">
|
||||
|
||||
<description>
|
||||
|
@ -38,9 +40,6 @@
|
|||
version="0.0.0"/>
|
||||
|
||||
<requires>
|
||||
<!--
|
||||
<import plugin="org.eclipse.tm.terminal" version="2.0.0" match="compatible"/>
|
||||
-->
|
||||
<import plugin="org.eclipse.cdt.core" version="5.2.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.core.runtime"/>
|
||||
<import plugin="org.eclipse.debug.core"/>
|
||||
|
@ -50,12 +49,13 @@
|
|||
<import plugin="org.eclipse.ui.externaltools"/>
|
||||
</requires>
|
||||
|
||||
<plugin id="org.eclipse.tm.terminal.local"
|
||||
<plugin
|
||||
id="org.eclipse.tm.terminal.local"
|
||||
os="aix,hpux,linux,macosx,solaris"
|
||||
download-size="18"
|
||||
install-size="47"
|
||||
version="0.0.0"
|
||||
unpack="false"
|
||||
/>
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.tm.terminal.local.source"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue