mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 12:25: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
|
Mirko Raner - initial implementation for Eclipse Bug 196337
|
||||||
Martin Oberhuber (Wind River) - Import to Eclipse DSDP
|
Martin Oberhuber (Wind River) - Import to Eclipse DSDP
|
||||||
-->
|
-->
|
||||||
<feature id="org.eclipse.tm.terminal.local"
|
<feature
|
||||||
|
id="org.eclipse.tm.terminal.local"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="0.1.0.qualifier"
|
version="0.1.0.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
|
os="aix,hpux,linux,macosx,solaris"
|
||||||
image="eclipse_update_120.jpg">
|
image="eclipse_update_120.jpg">
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
|
@ -38,9 +40,6 @@
|
||||||
version="0.0.0"/>
|
version="0.0.0"/>
|
||||||
|
|
||||||
<requires>
|
<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.cdt.core" version="5.2.0" match="compatible"/>
|
||||||
<import plugin="org.eclipse.core.runtime"/>
|
<import plugin="org.eclipse.core.runtime"/>
|
||||||
<import plugin="org.eclipse.debug.core"/>
|
<import plugin="org.eclipse.debug.core"/>
|
||||||
|
@ -50,12 +49,13 @@
|
||||||
<import plugin="org.eclipse.ui.externaltools"/>
|
<import plugin="org.eclipse.ui.externaltools"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
|
||||||
<plugin id="org.eclipse.tm.terminal.local"
|
<plugin
|
||||||
|
id="org.eclipse.tm.terminal.local"
|
||||||
|
os="aix,hpux,linux,macosx,solaris"
|
||||||
download-size="18"
|
download-size="18"
|
||||||
install-size="47"
|
install-size="47"
|
||||||
version="0.0.0"
|
version="0.0.0"
|
||||||
unpack="false"
|
unpack="false"/>
|
||||||
/>
|
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.tm.terminal.local.source"
|
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-RequiredExecutionEnvironment: J2SE-1.5
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
Eclipse-LazyStart: true
|
Eclipse-LazyStart: true
|
||||||
|
Eclipse-PlatformFilter: (!(osgi.os=win32))
|
||||||
Import-Package: org.eclipse.core.variables
|
Import-Package: org.eclipse.core.variables
|
||||||
|
|
Loading…
Add table
Reference in a new issue