Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2014-11-17 06:37:48 +0000
committerUwe Stieber2014-11-17 06:37:48 +0000
commitd204433a1d43f0ad68dc50f2efe594810328c36a (patch)
tree77694321bc81ed1d87ccf2553bea31d0781910ff
parent39aee64fb3f4a93d2e14ca4e54a17eaf2d585969 (diff)
downloadorg.eclipse.tm-d204433a1d43f0ad68dc50f2efe594810328c36a.tar.gz
org.eclipse.tm-d204433a1d43f0ad68dc50f2efe594810328c36a.tar.xz
org.eclipse.tm-d204433a1d43f0ad68dc50f2efe594810328c36a.zip
Terminal: Remove the old SDK feature, which includes the deprecated
"Terminal" view from the repository.
-rw-r--r--releng/org.eclipse.tm.repo/category.xml3
-rw-r--r--terminal/features/org.eclipse.tm.terminal.core.sdk-feature/feature.properties4
2 files changed, 2 insertions, 5 deletions
diff --git a/releng/org.eclipse.tm.repo/category.xml b/releng/org.eclipse.tm.repo/category.xml
index c8c97a004..8605092c1 100644
--- a/releng/org.eclipse.tm.repo/category.xml
+++ b/releng/org.eclipse.tm.repo/category.xml
@@ -21,9 +21,6 @@
<feature url="features/org.eclipse.rse.scp_0.0.0.jar" id="org.eclipse.rse.scp" version="0.0.0">
<category name="tm_37_optional"/>
</feature>
- <feature url="features/org.eclipse.tm.terminal.sdk_0.0.0.jar" id="org.eclipse.tm.terminal.sdk" version="0.0.0">
- <category name="tm_37_main"/>
- </feature>
<feature url="features/org.eclipse.tm.terminal.core.sdk_0.0.0.jar" id="org.eclipse.tm.terminal.core.sdk" version="0.0.0">
<category name="tm_37_main"/>
</feature>
diff --git a/terminal/features/org.eclipse.tm.terminal.core.sdk-feature/feature.properties b/terminal/features/org.eclipse.tm.terminal.core.sdk-feature/feature.properties
index cccf60bc9..95175d58f 100644
--- a/terminal/features/org.eclipse.tm.terminal.core.sdk-feature/feature.properties
+++ b/terminal/features/org.eclipse.tm.terminal.core.sdk-feature/feature.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2012 Wind River Systems, Inc. and others.
+# Copyright (c) 2012, 2014 Wind River Systems, Inc. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -25,7 +25,7 @@ plug-ins for Serial, SSH and Telnet connections. Includes Source Code.
providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
-tmUpdateSiteName=Target Management 3.5 Updates
+tmUpdateSiteName=Target Management 3.7 Updates
# "copyright" property - text of the "Feature Update Copyright"
copyright=\

Back to the top