diff --git a/terminal/org.eclipse.tm.terminal.view/HelpContexts.xml b/terminal/org.eclipse.tm.terminal.view/HelpContexts.xml index 4100b7979da..5ba920568af 100644 --- a/terminal/org.eclipse.tm.terminal.view/HelpContexts.xml +++ b/terminal/org.eclipse.tm.terminal.view/HelpContexts.xml @@ -12,7 +12,7 @@ Martin Oberhuber (Wind River) - initial API and implementation --> - The Terminal View supports direct connections to target boards via serial or network connections. + The Terminal View supports direct connections to remote systems via serial or network connections. diff --git a/terminal/org.eclipse.tm.terminal.view/TerminalContexts.xml b/terminal/org.eclipse.tm.terminal.view/TerminalContexts.xml new file mode 100644 index 00000000000..387756f5c68 --- /dev/null +++ b/terminal/org.eclipse.tm.terminal.view/TerminalContexts.xml @@ -0,0 +1,19 @@ + + + + + + + + + + \ No newline at end of file diff --git a/terminal/org.eclipse.tm.terminal.view/plugin.xml b/terminal/org.eclipse.tm.terminal.view/plugin.xml index 504ec8b41e3..3a26546d85a 100644 --- a/terminal/org.eclipse.tm.terminal.view/plugin.xml +++ b/terminal/org.eclipse.tm.terminal.view/plugin.xml @@ -83,6 +83,7 @@ + diff --git a/terminal/org.eclipse.tm.terminal/HelpContexts.xml b/terminal/org.eclipse.tm.terminal/HelpContexts.xml new file mode 100644 index 00000000000..761da672632 --- /dev/null +++ b/terminal/org.eclipse.tm.terminal/HelpContexts.xml @@ -0,0 +1,18 @@ + + + + + + The Terminal View supports direct connections to remote systems via serial or network connections. + + + \ No newline at end of file diff --git a/terminal/org.eclipse.tm.terminal/plugin.xml b/terminal/org.eclipse.tm.terminal/plugin.xml index aae86a7c5c7..ce1bd3b4f33 100644 --- a/terminal/org.eclipse.tm.terminal/plugin.xml +++ b/terminal/org.eclipse.tm.terminal/plugin.xml @@ -21,4 +21,7 @@ id="org.eclipse.tm.terminal.TerminalContext" /> + + +