diff --git a/org.eclipse.tm.terminal-feature/feature.properties b/org.eclipse.tm.terminal-feature/feature.properties
index ed2fc0e28c0..4b97b5dd3e1 100644
--- a/org.eclipse.tm.terminal-feature/feature.properties
+++ b/org.eclipse.tm.terminal-feature/feature.properties
@@ -18,7 +18,7 @@
featureName=Target Management Terminal Widget
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org - DSDP
+providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.2 Updates
diff --git a/org.eclipse.tm.terminal-feature/feature.xml b/org.eclipse.tm.terminal-feature/feature.xml
index a4eec6dc73b..64902600f9e 100644
--- a/org.eclipse.tm.terminal-feature/feature.xml
+++ b/org.eclipse.tm.terminal-feature/feature.xml
@@ -29,8 +29,8 @@
-
-
+
+
diff --git a/org.eclipse.tm.terminal-feature/sourceTemplateFeature/feature.properties b/org.eclipse.tm.terminal-feature/sourceTemplateFeature/feature.properties
index 2f384f195c5..dd5e395736f 100644
--- a/org.eclipse.tm.terminal-feature/sourceTemplateFeature/feature.properties
+++ b/org.eclipse.tm.terminal-feature/sourceTemplateFeature/feature.properties
@@ -18,7 +18,7 @@
featureName=Target Management Terminal Widget Source
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org - DSDP
+providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.2 Updates
diff --git a/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/about.ini b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/about.ini
index fbbb9f83db9..3adc27ab587 100644
--- a/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/about.ini
+++ b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/about.ini
@@ -11,7 +11,7 @@ aboutText=%blurb
# needed for primary features only
# Property "featureImage" contains path to feature image (32x32)
-featureImage=dsdp32.png
+featureImage=tm32.png
# Property "aboutImage" contains path to product image (500x330 or 115x164)
# needed for primary features only
diff --git a/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/about.properties b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/about.properties
index d309a515867..b94f85becdd 100644
--- a/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/about.properties
+++ b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/about.properties
@@ -22,4 +22,4 @@ Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Wind River Systems, Inc. and others 2003, 2009. All rights reserved.\n\
-Visit http://www.eclipse.org/dsdp/tm
+Visit http://www.eclipse.org/tm
diff --git a/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/build.properties b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/build.properties
index 7ef3fa39c6e..90da6493829 100644
--- a/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/build.properties
+++ b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/build.properties
@@ -8,5 +8,5 @@
# Contributors:
# Martin Oberhuber - initial API and implementation
################################################################################
-bin.includes = about.html, about.ini, about.mappings, about.properties, dsdp32.png, plugin.properties, plugin.xml, src/, META-INF/
+bin.includes = about.html, about.ini, about.mappings, about.properties, tm32.png, plugin.properties, plugin.xml, src/, META-INF/
sourcePlugin = true
diff --git a/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/plugin.properties b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/plugin.properties
index a98d3f1b51a..b119776983d 100644
--- a/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/plugin.properties
+++ b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/plugin.properties
@@ -9,4 +9,4 @@
# Martin Oberhuber - initial API and implementation
################################################################################
pluginName=Target Management Terminal Widget Source
-providerName=Eclipse.org - DSDP
+providerName=Eclipse TM Project
diff --git a/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/dsdp32.png b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/tm32.png
similarity index 100%
rename from org.eclipse.tm.terminal-feature/sourceTemplatePlugin/dsdp32.png
rename to org.eclipse.tm.terminal-feature/sourceTemplatePlugin/tm32.png
diff --git a/org.eclipse.tm.terminal.local-feature/build.properties b/org.eclipse.tm.terminal.local-feature/build.properties
index 5336e1f0eda..a1b952c8d11 100644
--- a/org.eclipse.tm.terminal.local-feature/build.properties
+++ b/org.eclipse.tm.terminal.local-feature/build.properties
@@ -7,7 +7,7 @@
#
# Contributors:
# Mirko Raner - initial implementation for Eclipse Bug 196337
-# Martin Oberhuber (Wind River) - Import to Eclipse DSDP
+# Martin Oberhuber (Wind River) - Import to Eclipse TM
####################################################################################################
bin.includes = feature.xml,\
diff --git a/org.eclipse.tm.terminal.local-feature/feature.properties b/org.eclipse.tm.terminal.local-feature/feature.properties
index 6dcc6dd75fa..dad10ed71a6 100644
--- a/org.eclipse.tm.terminal.local-feature/feature.properties
+++ b/org.eclipse.tm.terminal.local-feature/feature.properties
@@ -7,7 +7,7 @@
#
# Contributors:
# Mirko Raner - initial implementation for Eclipse Bug 196337
-# Martin Oberhuber (Wind River) - Import to Eclipse DSDP
+# Martin Oberhuber (Wind River) - Import to Eclipse TM
####################################################################################################
# feature.properties
# contains externalized strings for feature.xml
@@ -19,7 +19,7 @@
featureName=Local Terminal (Incubation)
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org - DSDP
+providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.2 Updates
diff --git a/org.eclipse.tm.terminal.local-feature/feature.xml b/org.eclipse.tm.terminal.local-feature/feature.xml
index 3bec9e273e7..aece50143ea 100644
--- a/org.eclipse.tm.terminal.local-feature/feature.xml
+++ b/org.eclipse.tm.terminal.local-feature/feature.xml
@@ -8,7 +8,7 @@
Contributors:
Mirko Raner - initial implementation for Eclipse Bug 196337
- Martin Oberhuber (Wind River) - Import to Eclipse DSDP
+ Martin Oberhuber (Wind River) - Import to Eclipse TM
-->
-
-
+
+
diff --git a/org.eclipse.tm.terminal.local.sdk-feature/build.properties b/org.eclipse.tm.terminal.local.sdk-feature/build.properties
index 15b11eccda6..fe1b6693a5c 100644
--- a/org.eclipse.tm.terminal.local.sdk-feature/build.properties
+++ b/org.eclipse.tm.terminal.local.sdk-feature/build.properties
@@ -7,7 +7,7 @@
#
# Contributors:
# Mirko Raner - initial implementation for Eclipse Bug 196337
-# Martin Oberhuber (Wind River) - Import to Eclipse DSDP
+# Martin Oberhuber (Wind River) - Import to Eclipse TM
####################################################################################################
bin.includes = feature.xml,\
diff --git a/org.eclipse.tm.terminal.local.sdk-feature/feature.properties b/org.eclipse.tm.terminal.local.sdk-feature/feature.properties
index 33e1637e90b..9d490f3d3a8 100644
--- a/org.eclipse.tm.terminal.local.sdk-feature/feature.properties
+++ b/org.eclipse.tm.terminal.local.sdk-feature/feature.properties
@@ -7,7 +7,7 @@
#
# Contributors:
# Mirko Raner - initial implementation for Eclipse Bug 196337
-# Martin Oberhuber (Wind River) - Import to Eclipse DSDP
+# Martin Oberhuber (Wind River) - Import to Eclipse TM
####################################################################################################
# feature.properties
# contains externalized strings for feature.xml
@@ -19,7 +19,7 @@
featureName=Local Terminal SDK (Incubation)
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org - DSDP
+providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.2 Updates
diff --git a/org.eclipse.tm.terminal.local.sdk-feature/feature.xml b/org.eclipse.tm.terminal.local.sdk-feature/feature.xml
index 418b42c15f2..f0a1395ca19 100644
--- a/org.eclipse.tm.terminal.local.sdk-feature/feature.xml
+++ b/org.eclipse.tm.terminal.local.sdk-feature/feature.xml
@@ -8,7 +8,7 @@
Contributors:
Mirko Raner - initial implementation for Eclipse Bug 196337
- Martin Oberhuber (Wind River) - Import to Eclipse DSDP
+ Martin Oberhuber (Wind River) - Import to Eclipse TM
-->
-
-
+
+
-
-
+
+
-
-
+
+
diff --git a/org.eclipse.tm.terminal.serial-feature/sourceTemplateFeature/feature.properties b/org.eclipse.tm.terminal.serial-feature/sourceTemplateFeature/feature.properties
index d82b30d25c7..0ac4d4983db 100644
--- a/org.eclipse.tm.terminal.serial-feature/sourceTemplateFeature/feature.properties
+++ b/org.eclipse.tm.terminal.serial-feature/sourceTemplateFeature/feature.properties
@@ -18,7 +18,7 @@
featureName=Target Management Terminal Serial Connector Source
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org - DSDP
+providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.2 Updates
diff --git a/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/about.ini b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/about.ini
index fbbb9f83db9..3adc27ab587 100644
--- a/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/about.ini
+++ b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/about.ini
@@ -11,7 +11,7 @@ aboutText=%blurb
# needed for primary features only
# Property "featureImage" contains path to feature image (32x32)
-featureImage=dsdp32.png
+featureImage=tm32.png
# Property "aboutImage" contains path to product image (500x330 or 115x164)
# needed for primary features only
diff --git a/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/about.properties b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/about.properties
index c6566a212e9..06c79decf74 100644
--- a/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/about.properties
+++ b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/about.properties
@@ -22,4 +22,4 @@ Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Wind River Systems, Inc. and others 2003, 2009. All rights reserved.\n\
-Visit http://www.eclipse.org/dsdp/tm
+Visit http://www.eclipse.org/tm
diff --git a/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/build.properties b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/build.properties
index 7ef3fa39c6e..90da6493829 100644
--- a/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/build.properties
+++ b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/build.properties
@@ -8,5 +8,5 @@
# Contributors:
# Martin Oberhuber - initial API and implementation
################################################################################
-bin.includes = about.html, about.ini, about.mappings, about.properties, dsdp32.png, plugin.properties, plugin.xml, src/, META-INF/
+bin.includes = about.html, about.ini, about.mappings, about.properties, tm32.png, plugin.properties, plugin.xml, src/, META-INF/
sourcePlugin = true
diff --git a/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/plugin.properties b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/plugin.properties
index f104744aa41..c6df1e94ff9 100644
--- a/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/plugin.properties
+++ b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/plugin.properties
@@ -9,4 +9,4 @@
# Martin Oberhuber - initial API and implementation
################################################################################
pluginName=Target Management Terminal Serial Connector Source
-providerName=Eclipse.org - DSDP
+providerName=Eclipse TM Project
diff --git a/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/dsdp32.png b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/tm32.png
similarity index 100%
rename from org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/dsdp32.png
rename to org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/tm32.png
diff --git a/org.eclipse.tm.terminal.serial/about.ini b/org.eclipse.tm.terminal.serial/about.ini
index fbbb9f83db9..3adc27ab587 100644
--- a/org.eclipse.tm.terminal.serial/about.ini
+++ b/org.eclipse.tm.terminal.serial/about.ini
@@ -11,7 +11,7 @@ aboutText=%blurb
# needed for primary features only
# Property "featureImage" contains path to feature image (32x32)
-featureImage=dsdp32.png
+featureImage=tm32.png
# Property "aboutImage" contains path to product image (500x330 or 115x164)
# needed for primary features only
diff --git a/org.eclipse.tm.terminal.serial/about.properties b/org.eclipse.tm.terminal.serial/about.properties
index cff34a19035..e4b97356ff8 100644
--- a/org.eclipse.tm.terminal.serial/about.properties
+++ b/org.eclipse.tm.terminal.serial/about.properties
@@ -22,4 +22,4 @@ Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Wind River Systems, Inc. and others 2003, 2009. All rights reserved.\n\
-Visit http://www.eclipse.org/dsdp/tm
+Visit http://www.eclipse.org/tm
diff --git a/org.eclipse.tm.terminal.serial/build.properties b/org.eclipse.tm.terminal.serial/build.properties
index 04e03221596..560aff8b459 100644
--- a/org.eclipse.tm.terminal.serial/build.properties
+++ b/org.eclipse.tm.terminal.serial/build.properties
@@ -22,6 +22,6 @@ bin.includes = META-INF/,\
plugin.properties,\
README.txt,\
about.html,about.ini,about.mappings,about.properties,\
- dsdp32.png
+ tm32.png
src.includes = README.txt,\
about.html
diff --git a/org.eclipse.tm.terminal.serial/plugin.properties b/org.eclipse.tm.terminal.serial/plugin.properties
index 7d1e2282313..de850b666b6 100644
--- a/org.eclipse.tm.terminal.serial/plugin.properties
+++ b/org.eclipse.tm.terminal.serial/plugin.properties
@@ -15,5 +15,5 @@
# Martin Oberhuber (Wind River) - fixed copyright headers and beautified
###############################################################################
pluginName = Target Management Terminal Serial Connector
-providerName = Eclipse.org - DSDP
+providerName = Eclipse TM Project
serialConnection = Serial
\ No newline at end of file
diff --git a/org.eclipse.tm.terminal.serial/dsdp32.png b/org.eclipse.tm.terminal.serial/tm32.png
similarity index 100%
rename from org.eclipse.tm.terminal.serial/dsdp32.png
rename to org.eclipse.tm.terminal.serial/tm32.png
diff --git a/org.eclipse.tm.terminal.ssh-feature/feature.properties b/org.eclipse.tm.terminal.ssh-feature/feature.properties
index 888dd265028..15ca0dbec6c 100644
--- a/org.eclipse.tm.terminal.ssh-feature/feature.properties
+++ b/org.eclipse.tm.terminal.ssh-feature/feature.properties
@@ -18,7 +18,7 @@
featureName=Target Management Terminal SSH Connector
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org - DSDP
+providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.2 Updates
diff --git a/org.eclipse.tm.terminal.ssh-feature/feature.xml b/org.eclipse.tm.terminal.ssh-feature/feature.xml
index d7d7ecbb3e1..e6009be98a3 100644
--- a/org.eclipse.tm.terminal.ssh-feature/feature.xml
+++ b/org.eclipse.tm.terminal.ssh-feature/feature.xml
@@ -28,8 +28,8 @@
-
-
+
+
diff --git a/org.eclipse.tm.terminal.ssh-feature/sourceTemplateFeature/feature.properties b/org.eclipse.tm.terminal.ssh-feature/sourceTemplateFeature/feature.properties
index 5bc70becc04..44128666450 100644
--- a/org.eclipse.tm.terminal.ssh-feature/sourceTemplateFeature/feature.properties
+++ b/org.eclipse.tm.terminal.ssh-feature/sourceTemplateFeature/feature.properties
@@ -18,7 +18,7 @@
featureName=Target Management Terminal SSH Connector Source
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org - DSDP
+providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.2 Updates
diff --git a/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/about.ini b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/about.ini
index fbbb9f83db9..3adc27ab587 100644
--- a/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/about.ini
+++ b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/about.ini
@@ -11,7 +11,7 @@ aboutText=%blurb
# needed for primary features only
# Property "featureImage" contains path to feature image (32x32)
-featureImage=dsdp32.png
+featureImage=tm32.png
# Property "aboutImage" contains path to product image (500x330 or 115x164)
# needed for primary features only
diff --git a/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/about.properties b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/about.properties
index fced3d3bb9f..03c7049dca3 100644
--- a/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/about.properties
+++ b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/about.properties
@@ -22,4 +22,4 @@ Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Wind River Systems, Inc. and others 2000, 2010. All rights reserved.\n\
-Visit http://www.eclipse.org/dsdp/tm
+Visit http://www.eclipse.org/tm
diff --git a/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/build.properties b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/build.properties
index 7ef3fa39c6e..90da6493829 100644
--- a/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/build.properties
+++ b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/build.properties
@@ -8,5 +8,5 @@
# Contributors:
# Martin Oberhuber - initial API and implementation
################################################################################
-bin.includes = about.html, about.ini, about.mappings, about.properties, dsdp32.png, plugin.properties, plugin.xml, src/, META-INF/
+bin.includes = about.html, about.ini, about.mappings, about.properties, tm32.png, plugin.properties, plugin.xml, src/, META-INF/
sourcePlugin = true
diff --git a/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/plugin.properties b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/plugin.properties
index 2e5e7e96197..3c79290c237 100644
--- a/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/plugin.properties
+++ b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/plugin.properties
@@ -9,4 +9,4 @@
# Martin Oberhuber - initial API and implementation
################################################################################
pluginName=Target Management Terminal SSH Connector Source
-providerName=Eclipse.org - DSDP
+providerName=Eclipse TM Project
diff --git a/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/dsdp32.png b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/tm32.png
similarity index 100%
rename from org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/dsdp32.png
rename to org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/tm32.png
diff --git a/org.eclipse.tm.terminal.ssh/about.ini b/org.eclipse.tm.terminal.ssh/about.ini
index fbbb9f83db9..3adc27ab587 100644
--- a/org.eclipse.tm.terminal.ssh/about.ini
+++ b/org.eclipse.tm.terminal.ssh/about.ini
@@ -11,7 +11,7 @@ aboutText=%blurb
# needed for primary features only
# Property "featureImage" contains path to feature image (32x32)
-featureImage=dsdp32.png
+featureImage=tm32.png
# Property "aboutImage" contains path to product image (500x330 or 115x164)
# needed for primary features only
diff --git a/org.eclipse.tm.terminal.ssh/about.properties b/org.eclipse.tm.terminal.ssh/about.properties
index 8ed50bff8e6..bb1883f1774 100644
--- a/org.eclipse.tm.terminal.ssh/about.properties
+++ b/org.eclipse.tm.terminal.ssh/about.properties
@@ -22,4 +22,4 @@ Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Wind River Systems, Inc. and others 2000, 2010. All rights reserved.\n\
-Visit http://www.eclipse.org/dsdp/tm
+Visit http://www.eclipse.org/tm
diff --git a/org.eclipse.tm.terminal.ssh/build.properties b/org.eclipse.tm.terminal.ssh/build.properties
index cf1dcd3d22a..6d91123ae5a 100644
--- a/org.eclipse.tm.terminal.ssh/build.properties
+++ b/org.eclipse.tm.terminal.ssh/build.properties
@@ -16,5 +16,5 @@ bin.includes = META-INF/,\
plugin.xml,\
plugin.properties,\
about.html,about.ini,about.mappings,about.properties,\
- dsdp32.png
+ tm32.png
src.includes = about.html
diff --git a/org.eclipse.tm.terminal.ssh/plugin.properties b/org.eclipse.tm.terminal.ssh/plugin.properties
index 251b02faf5b..59fa5792387 100644
--- a/org.eclipse.tm.terminal.ssh/plugin.properties
+++ b/org.eclipse.tm.terminal.ssh/plugin.properties
@@ -9,5 +9,5 @@
# Martin Oberhuber (Wind River) - initial API and implementation
###############################################################################
pluginName = Target Management Terminal SSH Connector
-providerName = Eclipse.org - DSDP
+providerName = Eclipse TM Project
sshConnection = SSH
\ No newline at end of file
diff --git a/org.eclipse.tm.terminal.ssh/dsdp32.png b/org.eclipse.tm.terminal.ssh/tm32.png
similarity index 100%
rename from org.eclipse.tm.terminal.ssh/dsdp32.png
rename to org.eclipse.tm.terminal.ssh/tm32.png
diff --git a/org.eclipse.tm.terminal.telnet-feature/feature.properties b/org.eclipse.tm.terminal.telnet-feature/feature.properties
index 759dd7cfc05..7ffd133cae8 100644
--- a/org.eclipse.tm.terminal.telnet-feature/feature.properties
+++ b/org.eclipse.tm.terminal.telnet-feature/feature.properties
@@ -18,7 +18,7 @@
featureName=Target Management Terminal Telnet Connector
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org - DSDP
+providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.2 Updates
diff --git a/org.eclipse.tm.terminal.telnet-feature/feature.xml b/org.eclipse.tm.terminal.telnet-feature/feature.xml
index bc1320a7b23..ea63e50b5f2 100644
--- a/org.eclipse.tm.terminal.telnet-feature/feature.xml
+++ b/org.eclipse.tm.terminal.telnet-feature/feature.xml
@@ -17,8 +17,8 @@
-
-
+
+
diff --git a/org.eclipse.tm.terminal.telnet-feature/sourceTemplateFeature/feature.properties b/org.eclipse.tm.terminal.telnet-feature/sourceTemplateFeature/feature.properties
index c919cf15a3f..9002975cc0a 100644
--- a/org.eclipse.tm.terminal.telnet-feature/sourceTemplateFeature/feature.properties
+++ b/org.eclipse.tm.terminal.telnet-feature/sourceTemplateFeature/feature.properties
@@ -18,7 +18,7 @@
featureName=Target Management Terminal Telnet Connector Source
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org - DSDP
+providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.2 Updates
diff --git a/org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/about.ini b/org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/about.ini
index fbbb9f83db9..3adc27ab587 100644
--- a/org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/about.ini
+++ b/org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/about.ini
@@ -11,7 +11,7 @@ aboutText=%blurb
# needed for primary features only
# Property "featureImage" contains path to feature image (32x32)
-featureImage=dsdp32.png
+featureImage=tm32.png
# Property "aboutImage" contains path to product image (500x330 or 115x164)
# needed for primary features only
diff --git a/org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/about.properties b/org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/about.properties
index e33b8bccaae..64552c8bd7c 100644
--- a/org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/about.properties
+++ b/org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/about.properties
@@ -22,4 +22,4 @@ Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Wind River Systems, Inc. and others 2003, 2009. All rights reserved.\n\
-Visit http://www.eclipse.org/dsdp/tm
+Visit http://www.eclipse.org/tm
diff --git a/org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/build.properties b/org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/build.properties
index 7ef3fa39c6e..90da6493829 100644
--- a/org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/build.properties
+++ b/org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/build.properties
@@ -8,5 +8,5 @@
# Contributors:
# Martin Oberhuber - initial API and implementation
################################################################################
-bin.includes = about.html, about.ini, about.mappings, about.properties, dsdp32.png, plugin.properties, plugin.xml, src/, META-INF/
+bin.includes = about.html, about.ini, about.mappings, about.properties, tm32.png, plugin.properties, plugin.xml, src/, META-INF/
sourcePlugin = true
diff --git a/org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/plugin.properties b/org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/plugin.properties
index 43d853d8c12..8f0f2ab59db 100644
--- a/org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/plugin.properties
+++ b/org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/plugin.properties
@@ -9,4 +9,4 @@
# Martin Oberhuber - initial API and implementation
################################################################################
pluginName=Target Management Terminal Telnet Connector Source
-providerName=Eclipse.org - DSDP
+providerName=Eclipse TM Project
diff --git a/org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/dsdp32.png b/org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/tm32.png
similarity index 100%
rename from org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/dsdp32.png
rename to org.eclipse.tm.terminal.telnet-feature/sourceTemplatePlugin/tm32.png
diff --git a/org.eclipse.tm.terminal.telnet/about.ini b/org.eclipse.tm.terminal.telnet/about.ini
index fbbb9f83db9..3adc27ab587 100644
--- a/org.eclipse.tm.terminal.telnet/about.ini
+++ b/org.eclipse.tm.terminal.telnet/about.ini
@@ -11,7 +11,7 @@ aboutText=%blurb
# needed for primary features only
# Property "featureImage" contains path to feature image (32x32)
-featureImage=dsdp32.png
+featureImage=tm32.png
# Property "aboutImage" contains path to product image (500x330 or 115x164)
# needed for primary features only
diff --git a/org.eclipse.tm.terminal.telnet/about.properties b/org.eclipse.tm.terminal.telnet/about.properties
index c42eab9cbd2..2086ab24f40 100644
--- a/org.eclipse.tm.terminal.telnet/about.properties
+++ b/org.eclipse.tm.terminal.telnet/about.properties
@@ -22,4 +22,4 @@ Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Wind River Systems, Inc. and others 2003, 2009. All rights reserved.\n\
-Visit http://www.eclipse.org/dsdp/tm
+Visit http://www.eclipse.org/tm
diff --git a/org.eclipse.tm.terminal.telnet/build.properties b/org.eclipse.tm.terminal.telnet/build.properties
index 6fc5d7df7fb..e1f11d7c5a9 100644
--- a/org.eclipse.tm.terminal.telnet/build.properties
+++ b/org.eclipse.tm.terminal.telnet/build.properties
@@ -19,7 +19,7 @@ bin.includes = .,\
plugin.xml,\
plugin.properties,\
about.html,about.ini,about.mappings,about.properties,\
- dsdp32.png
+ tm32.png
source.. = src/
output.. = bin/
diff --git a/org.eclipse.tm.terminal.telnet/plugin.properties b/org.eclipse.tm.terminal.telnet/plugin.properties
index b299fb87f83..5aae86d5d93 100644
--- a/org.eclipse.tm.terminal.telnet/plugin.properties
+++ b/org.eclipse.tm.terminal.telnet/plugin.properties
@@ -15,5 +15,5 @@
# Martin Oberhuber (Wind River) - fixed copyright headers and beautified
###############################################################################
pluginName = Target Management Terminal Telnet Connector
-providerName = Eclipse.org - DSDP
+providerName = Eclipse TM Project
telnetConnection = Telnet
diff --git a/org.eclipse.tm.terminal.telnet/dsdp32.png b/org.eclipse.tm.terminal.telnet/tm32.png
similarity index 100%
rename from org.eclipse.tm.terminal.telnet/dsdp32.png
rename to org.eclipse.tm.terminal.telnet/tm32.png
diff --git a/org.eclipse.tm.terminal.test-feature/feature.properties b/org.eclipse.tm.terminal.test-feature/feature.properties
index 76d6e38feea..efeb9488c35 100644
--- a/org.eclipse.tm.terminal.test-feature/feature.properties
+++ b/org.eclipse.tm.terminal.test-feature/feature.properties
@@ -18,7 +18,7 @@
featureName=Target Management Terminal Unit Tests
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org - DSDP
+providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.2 Updates
diff --git a/org.eclipse.tm.terminal.test-feature/feature.xml b/org.eclipse.tm.terminal.test-feature/feature.xml
index ef3a568626d..57b8363f3f7 100644
--- a/org.eclipse.tm.terminal.test-feature/feature.xml
+++ b/org.eclipse.tm.terminal.test-feature/feature.xml
@@ -17,8 +17,8 @@
-
-
+
+
diff --git a/org.eclipse.tm.terminal.test-feature/sourceTemplatePlugin/plugin.properties b/org.eclipse.tm.terminal.test-feature/sourceTemplatePlugin/plugin.properties
index 3955f58c136..f4238341e24 100644
--- a/org.eclipse.tm.terminal.test-feature/sourceTemplatePlugin/plugin.properties
+++ b/org.eclipse.tm.terminal.test-feature/sourceTemplatePlugin/plugin.properties
@@ -9,4 +9,4 @@
# Martin Oberhuber - initial API and implementation
################################################################################
pluginName=Target Management Terminal Unit Tests Source
-providerName=Eclipse.org - DSDP
+providerName=Eclipse TM Project
diff --git a/org.eclipse.tm.terminal.test/about.ini b/org.eclipse.tm.terminal.test/about.ini
index fbbb9f83db9..3adc27ab587 100644
--- a/org.eclipse.tm.terminal.test/about.ini
+++ b/org.eclipse.tm.terminal.test/about.ini
@@ -11,7 +11,7 @@ aboutText=%blurb
# needed for primary features only
# Property "featureImage" contains path to feature image (32x32)
-featureImage=dsdp32.png
+featureImage=tm32.png
# Property "aboutImage" contains path to product image (500x330 or 115x164)
# needed for primary features only
diff --git a/org.eclipse.tm.terminal.test/about.properties b/org.eclipse.tm.terminal.test/about.properties
index bc45f27dbb5..cab74a5ac54 100644
--- a/org.eclipse.tm.terminal.test/about.properties
+++ b/org.eclipse.tm.terminal.test/about.properties
@@ -22,4 +22,4 @@ Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Wind River Systems, Inc. and others 2007, 2010. All rights reserved.\n\
-Visit http://www.eclipse.org/dsdp/tm
+Visit http://www.eclipse.org/tm
diff --git a/org.eclipse.tm.terminal.test/build.properties b/org.eclipse.tm.terminal.test/build.properties
index b31722e0c7d..4422be33628 100644
--- a/org.eclipse.tm.terminal.test/build.properties
+++ b/org.eclipse.tm.terminal.test/build.properties
@@ -17,7 +17,7 @@ bin.includes = META-INF/,\
about.properties,\
about.mappings,\
about.ini,\
- dsdp32.png,\
+ tm32.png,\
test.xml,\
about.html
javacSource=1.4
diff --git a/org.eclipse.tm.terminal.test/plugin.properties b/org.eclipse.tm.terminal.test/plugin.properties
index 5c9a30b72ef..37a1c542c7b 100644
--- a/org.eclipse.tm.terminal.test/plugin.properties
+++ b/org.eclipse.tm.terminal.test/plugin.properties
@@ -14,4 +14,4 @@
# Michael Scharf (Wind River) - initial API and implementation
###############################################################################
pluginName = Target Management Terminal Tests
-providerName = Eclipse.org - DSDP
+providerName = Eclipse TM Project
diff --git a/org.eclipse.tm.terminal.test/dsdp32.png b/org.eclipse.tm.terminal.test/tm32.png
similarity index 100%
rename from org.eclipse.tm.terminal.test/dsdp32.png
rename to org.eclipse.tm.terminal.test/tm32.png
diff --git a/org.eclipse.tm.terminal.view-feature/feature.properties b/org.eclipse.tm.terminal.view-feature/feature.properties
index eda45068072..cf8610ca95c 100644
--- a/org.eclipse.tm.terminal.view-feature/feature.properties
+++ b/org.eclipse.tm.terminal.view-feature/feature.properties
@@ -18,7 +18,7 @@
featureName=Target Management Terminal View
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org - DSDP
+providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.2 Updates
diff --git a/org.eclipse.tm.terminal.view-feature/feature.xml b/org.eclipse.tm.terminal.view-feature/feature.xml
index 11cb7600c6c..19098db06eb 100644
--- a/org.eclipse.tm.terminal.view-feature/feature.xml
+++ b/org.eclipse.tm.terminal.view-feature/feature.xml
@@ -29,8 +29,8 @@
-
-
+
+
diff --git a/org.eclipse.tm.terminal.view-feature/sourceTemplateFeature/feature.properties b/org.eclipse.tm.terminal.view-feature/sourceTemplateFeature/feature.properties
index c186882298e..5e517580099 100644
--- a/org.eclipse.tm.terminal.view-feature/sourceTemplateFeature/feature.properties
+++ b/org.eclipse.tm.terminal.view-feature/sourceTemplateFeature/feature.properties
@@ -18,7 +18,7 @@
featureName=Target Management Terminal View Source
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org - DSDP
+providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.2 Updates
diff --git a/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/about.ini b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/about.ini
index fbbb9f83db9..3adc27ab587 100644
--- a/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/about.ini
+++ b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/about.ini
@@ -11,7 +11,7 @@ aboutText=%blurb
# needed for primary features only
# Property "featureImage" contains path to feature image (32x32)
-featureImage=dsdp32.png
+featureImage=tm32.png
# Property "aboutImage" contains path to product image (500x330 or 115x164)
# needed for primary features only
diff --git a/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/about.properties b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/about.properties
index eafd8160510..cf0eefe6957 100644
--- a/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/about.properties
+++ b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/about.properties
@@ -22,4 +22,4 @@ Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Wind River Systems, Inc. and others 2003, 2009. All rights reserved.\n\
-Visit http://www.eclipse.org/dsdp/tm
+Visit http://www.eclipse.org/tm
diff --git a/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/build.properties b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/build.properties
index 7ef3fa39c6e..90da6493829 100644
--- a/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/build.properties
+++ b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/build.properties
@@ -8,5 +8,5 @@
# Contributors:
# Martin Oberhuber - initial API and implementation
################################################################################
-bin.includes = about.html, about.ini, about.mappings, about.properties, dsdp32.png, plugin.properties, plugin.xml, src/, META-INF/
+bin.includes = about.html, about.ini, about.mappings, about.properties, tm32.png, plugin.properties, plugin.xml, src/, META-INF/
sourcePlugin = true
diff --git a/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/plugin.properties b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/plugin.properties
index 577524679cd..6575a12a766 100644
--- a/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/plugin.properties
+++ b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/plugin.properties
@@ -9,4 +9,4 @@
# Martin Oberhuber - initial API and implementation
################################################################################
pluginName=Target Management Terminal View Source
-providerName=Eclipse.org - DSDP
+providerName=Eclipse TM Project
diff --git a/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/dsdp32.png b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/tm32.png
similarity index 100%
rename from org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/dsdp32.png
rename to org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/tm32.png
diff --git a/org.eclipse.tm.terminal.view/about.ini b/org.eclipse.tm.terminal.view/about.ini
index fbbb9f83db9..3adc27ab587 100644
--- a/org.eclipse.tm.terminal.view/about.ini
+++ b/org.eclipse.tm.terminal.view/about.ini
@@ -11,7 +11,7 @@ aboutText=%blurb
# needed for primary features only
# Property "featureImage" contains path to feature image (32x32)
-featureImage=dsdp32.png
+featureImage=tm32.png
# Property "aboutImage" contains path to product image (500x330 or 115x164)
# needed for primary features only
diff --git a/org.eclipse.tm.terminal.view/about.properties b/org.eclipse.tm.terminal.view/about.properties
index 3f0773fd9b1..1535348cd7e 100644
--- a/org.eclipse.tm.terminal.view/about.properties
+++ b/org.eclipse.tm.terminal.view/about.properties
@@ -22,4 +22,4 @@ Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Wind River Systems, Inc. and others 2003, 2010. All rights reserved.\n\
-Visit http://www.eclipse.org/dsdp/tm
+Visit http://www.eclipse.org/tm
diff --git a/org.eclipse.tm.terminal.view/build.properties b/org.eclipse.tm.terminal.view/build.properties
index 4d42cd2a2be..b90e191eed1 100644
--- a/org.eclipse.tm.terminal.view/build.properties
+++ b/org.eclipse.tm.terminal.view/build.properties
@@ -25,7 +25,7 @@ bin.includes = META-INF/,\
about.ini,\
about.mappings,\
about.properties,\
- dsdp32.png,\
+ tm32.png,\
HelpContexts.xml,\
doc/,\
toc.xml,\
diff --git a/org.eclipse.tm.terminal.view/plugin.properties b/org.eclipse.tm.terminal.view/plugin.properties
index cdcfdbfc22c..4ebff093e20 100644
--- a/org.eclipse.tm.terminal.view/plugin.properties
+++ b/org.eclipse.tm.terminal.view/plugin.properties
@@ -15,7 +15,7 @@
# Martin Oberhuber (Wind River) - fixed copyright headers and beautified
##########################################################################
pluginName = Target Management Terminal View
-providerName = Eclipse.org - DSDP
+providerName = Eclipse TM Project
terminal.views.category.name = Terminal
terminal.views.view.name = Terminal
terminal.views.view.font.description = The font for the terminal console.
diff --git a/org.eclipse.tm.terminal.view/dsdp32.png b/org.eclipse.tm.terminal.view/tm32.png
similarity index 100%
rename from org.eclipse.tm.terminal.view/dsdp32.png
rename to org.eclipse.tm.terminal.view/tm32.png
diff --git a/org.eclipse.tm.terminal/about.ini b/org.eclipse.tm.terminal/about.ini
index fbbb9f83db9..3adc27ab587 100644
--- a/org.eclipse.tm.terminal/about.ini
+++ b/org.eclipse.tm.terminal/about.ini
@@ -11,7 +11,7 @@ aboutText=%blurb
# needed for primary features only
# Property "featureImage" contains path to feature image (32x32)
-featureImage=dsdp32.png
+featureImage=tm32.png
# Property "aboutImage" contains path to product image (500x330 or 115x164)
# needed for primary features only
diff --git a/org.eclipse.tm.terminal/about.properties b/org.eclipse.tm.terminal/about.properties
index 43011de8e86..811308eaaef 100644
--- a/org.eclipse.tm.terminal/about.properties
+++ b/org.eclipse.tm.terminal/about.properties
@@ -22,4 +22,4 @@ Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Wind River Systems, Inc. and others 2003, 2009. All rights reserved.\n\
-Visit http://www.eclipse.org/dsdp/tm
+Visit http://www.eclipse.org/tm
diff --git a/org.eclipse.tm.terminal/build.properties b/org.eclipse.tm.terminal/build.properties
index d0e503c729f..a9082607dd0 100644
--- a/org.eclipse.tm.terminal/build.properties
+++ b/org.eclipse.tm.terminal/build.properties
@@ -25,7 +25,7 @@ bin.includes = .,\
about.ini,\
about.mappings,\
about.properties,\
- dsdp32.png,\
+ tm32.png,\
icons/,\
HelpContexts.xml
diff --git a/org.eclipse.tm.terminal/plugin.properties b/org.eclipse.tm.terminal/plugin.properties
index e92da578103..3c19d8a6a3c 100644
--- a/org.eclipse.tm.terminal/plugin.properties
+++ b/org.eclipse.tm.terminal/plugin.properties
@@ -18,7 +18,7 @@
# NLS_MESSAGEFORMAT_NONE
pluginName = Target Management Terminal Widget
-providerName = Eclipse.org - DSDP
+providerName = Eclipse TM Project
terminal.context.name=Terminal widget context
terminal.context.description=Override ALT+x menu access keys
diff --git a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/ISettingsPage.java b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/ISettingsPage.java
index 0abc5b046e1..686da9cd265 100644
--- a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/ISettingsPage.java
+++ b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/ISettingsPage.java
@@ -23,7 +23,7 @@ import org.eclipse.swt.widgets.Composite;
* EXPERIMENTAL. This class or interface has been added as
* part of a work in progress. There is no guarantee that this API will
* work or that it will remain the same. Please do not use this API without
- * consulting with the Target Management team.
+ * consulting with the Target Management team.
*
*/
public interface ISettingsPage {
diff --git a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/ISettingsStore.java b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/ISettingsStore.java
index 8bdd06ac1cd..27b6e0e7653 100644
--- a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/ISettingsStore.java
+++ b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/ISettingsStore.java
@@ -19,7 +19,7 @@ package org.eclipse.tm.internal.terminal.provisional.api;
* EXPERIMENTAL. This class or interface has been added as
* part of a work in progress. There is no guarantee that this API will
* work or that it will remain the same. Please do not use this API without
- * consulting with the Target Management team.
+ * consulting with the Target Management team.
*
*/
public interface ISettingsStore {
diff --git a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/ITerminalConnector.java b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/ITerminalConnector.java
index ef1b76a5216..b9b0a7ac9ec 100644
--- a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/ITerminalConnector.java
+++ b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/ITerminalConnector.java
@@ -45,7 +45,7 @@ import org.eclipse.tm.internal.terminal.provisional.api.provider.TerminalConnect
* as part of a work in progress. There is no guarantee that this API
* will work or that it will remain the same. Please do not use this API
* without consulting with the Target Management team.
+ * href="http://www.eclipse.org/tm/">Target Management team.
*
*/
public interface ITerminalConnector extends IAdaptable {
diff --git a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/ITerminalControl.java b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/ITerminalControl.java
index ea9046b7a92..397917cd7cd 100644
--- a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/ITerminalControl.java
+++ b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/ITerminalControl.java
@@ -24,7 +24,7 @@ import org.eclipse.swt.widgets.Shell;
* EXPERIMENTAL. This class or interface has been added as part
* of a work in progress. There is no guarantee that this API will work or that
* it will remain the same. Please do not use this API without consulting with
- * the Target Management team.
+ * the Target Management team.
*
*
* @author Michael Scharf
diff --git a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/LayeredSettingsStore.java b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/LayeredSettingsStore.java
index 193d19d8696..22f7391f673 100644
--- a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/LayeredSettingsStore.java
+++ b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/LayeredSettingsStore.java
@@ -16,7 +16,7 @@ package org.eclipse.tm.internal.terminal.provisional.api;
* EXPERIMENTAL. This class or interface has been added as part
* of a work in progress. There is no guarantee that this API will work or that
* it will remain the same. Please do not use this API without consulting with
- * the Target Management team.
+ * the Target Management team.
*
*/
public class LayeredSettingsStore implements ISettingsStore {
diff --git a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/Logger.java b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/Logger.java
index fffd0016666..cb771a74b5b 100644
--- a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/Logger.java
+++ b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/Logger.java
@@ -37,7 +37,7 @@ import org.eclipse.tm.internal.terminal.control.impl.TerminalPlugin;
* EXPERIMENTAL. This class or interface has been added as
* part of a work in progress. There is no guarantee that this API will
* work or that it will remain the same. Please do not use this API without
- * consulting with the Target Management team.
+ * consulting with the Target Management team.
*
*/
public final class Logger {
diff --git a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/PreferenceSettingStore.java b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/PreferenceSettingStore.java
index c0697ae0e8d..45d42df647f 100644
--- a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/PreferenceSettingStore.java
+++ b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/PreferenceSettingStore.java
@@ -18,7 +18,7 @@ import org.eclipse.core.runtime.Preferences;
* EXPERIMENTAL. This class or interface has been added as part
* of a work in progress. There is no guarantee that this API will work or that
* it will remain the same. Please do not use this API without consulting with
- * the Target Management team.
+ * the Target Management team.
*
*/
public class PreferenceSettingStore implements ISettingsStore {
diff --git a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/TerminalConnectorExtension.java b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/TerminalConnectorExtension.java
index 941e7c33355..d809574ff15 100644
--- a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/TerminalConnectorExtension.java
+++ b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/TerminalConnectorExtension.java
@@ -32,7 +32,7 @@ import org.eclipse.tm.internal.terminal.provisional.api.provider.TerminalConnect
* EXPERIMENTAL. This class or interface has been added as
* part of a work in progress. There is no guarantee that this API will work or
* that it will remain the same. Please do not use this API without consulting
- * with the Target Management
+ * with the Target Management
* team.
*
*/
diff --git a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/TerminalState.java b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/TerminalState.java
index 56375bc58e2..0245c49eb37 100644
--- a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/TerminalState.java
+++ b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/TerminalState.java
@@ -21,7 +21,7 @@ package org.eclipse.tm.internal.terminal.provisional.api;
* EXPERIMENTAL. This class or interface has been added as
* part of a work in progress. There is no guarantee that this API will
* work or that it will remain the same. Please do not use this API without
- * consulting with the Target Management team.
+ * consulting with the Target Management team.
*
*/
public class TerminalState {
diff --git a/org.eclipse.tm.terminal/dsdp32.png b/org.eclipse.tm.terminal/tm32.png
similarity index 100%
rename from org.eclipse.tm.terminal/dsdp32.png
rename to org.eclipse.tm.terminal/tm32.png