1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-12 10:45:37 +02:00

Bug 314193 - [terminal][local] Local Terminal is unusable on Windows try 6 re-add sources

This commit is contained in:
Martin Oberhuber 2010-05-28 22:42:42 +00:00
parent 4ffc205976
commit 70f47b20d7
4 changed files with 6 additions and 9 deletions

View file

@ -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.local=v201005281945,: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=v201005282245,: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.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

View file

@ -15,4 +15,4 @@ bin.includes = feature.xml,\
epl-v10.html,\
license.html,\
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

View file

@ -26,7 +26,7 @@ tmUpdateSiteName=Target Management 3.2 Updates
# "description" property - description of the feature
description=A terminal emulation for local shells and external tools.\n\
Requires CDT Core 7.0 or later. Works on Linux, Solaris and Mac.
Requires CDT Core 7.0 or later. Works on Linux, Solaris and Mac. Includes Source.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\

View file

@ -15,7 +15,7 @@
label="%featureName"
version="0.1.0.qualifier"
provider-name="%providerName"
os="linux"
os="linux,macosx,solaris"
image="eclipse_update_120.jpg">
<description>
@ -35,11 +35,9 @@
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/dsdp/tm/updates/3.2"/>
</url>
<!--
<includes
id="org.eclipse.tm.terminal"
version="0.0.0"/>
-->
<requires>
<import plugin="org.eclipse.cdt.core" version="5.2.0" match="compatible"/>
@ -53,18 +51,17 @@
<plugin
id="org.eclipse.tm.terminal.local"
os="linux"
os="linux,macosx,solaris"
download-size="18"
install-size="47"
version="0.0.0"
unpack="false"/>
<!--
<plugin
id="org.eclipse.tm.terminal.local.source"
download-size="25"
install-size="43"
version="0.0.0"
unpack="false"/>
-->
</feature>