mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 02:15:31 +02:00
Bug 314193 - [terminal][local] Local Terminal is unusable on Windows try 4
This commit is contained in:
parent
0a8d2449ff
commit
dbdb6023c5
4 changed files with 7 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
feature@org.eclipse.tm.terminal=v201005220050,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.core/terminal/org.eclipse.tm.terminal-feature
|
feature@org.eclipse.tm.terminal=v201005220050,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.core/terminal/org.eclipse.tm.terminal-feature
|
||||||
feature@org.eclipse.tm.terminal.local=v201005271445,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.local-feature
|
feature@org.eclipse.tm.terminal.local=v201005281920,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.local-feature
|
||||||
feature@org.eclipse.tm.terminal.sdk=v201005220050,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.sdk-feature
|
feature@org.eclipse.tm.terminal.sdk=v201005220050,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.sdk-feature
|
||||||
feature@org.eclipse.tm.terminal.serial=v201005032000,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.serial-feature
|
feature@org.eclipse.tm.terminal.serial=v201005032000,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.serial-feature
|
||||||
feature@org.eclipse.tm.terminal.ssh=v201005271030,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.ssh-feature
|
feature@org.eclipse.tm.terminal.ssh=v201005271030,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.ssh-feature
|
||||||
|
|
|
@ -15,4 +15,4 @@ bin.includes = feature.xml,\
|
||||||
epl-v10.html,\
|
epl-v10.html,\
|
||||||
license.html,\
|
license.html,\
|
||||||
eclipse_update_120.jpg
|
eclipse_update_120.jpg
|
||||||
generate.plugin@org.eclipse.tm.terminal.local.source=org.eclipse.tm.terminal.local
|
#generate.plugin@org.eclipse.tm.terminal.local.source=org.eclipse.tm.terminal.local
|
||||||
|
|
|
@ -26,7 +26,7 @@ tmUpdateSiteName=Target Management 3.2 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=A terminal emulation for local shells and external tools.\n\
|
description=A terminal emulation for local shells and external tools.\n\
|
||||||
Requires CDT Core 7.0 or later. Works on Linux, Solaris and Mac. Includes Source.
|
Requires CDT Core 7.0 or later. Works on Linux, Solaris and Mac.
|
||||||
|
|
||||||
# "copyright" property - text of the "Feature Update Copyright"
|
# "copyright" property - text of the "Feature Update Copyright"
|
||||||
copyright=\
|
copyright=\
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="0.1.0.qualifier"
|
version="0.1.0.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
|
os="linux"
|
||||||
image="eclipse_update_120.jpg">
|
image="eclipse_update_120.jpg">
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
|
@ -50,16 +51,18 @@
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.tm.terminal.local"
|
id="org.eclipse.tm.terminal.local"
|
||||||
|
os="linux"
|
||||||
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"
|
||||||
download-size="25"
|
download-size="25"
|
||||||
install-size="43"
|
install-size="43"
|
||||||
version="0.0.0"
|
version="0.0.0"
|
||||||
unpack="false"/>
|
unpack="false"/>
|
||||||
|
-->
|
||||||
</feature>
|
</feature>
|
||||||
|
|
Loading…
Add table
Reference in a new issue