From 173795e905fae263276cf0b35aa32020ab3fdeb4 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Thu, 7 Dec 2006 11:07:43 +0000 Subject: [PATCH] Add about.html to terminal plugins --- .../org.eclipse.tm.terminal.serial/about.html | 28 +++++++++++++++++++ .../org.eclipse.tm.terminal.ssh/about.html | 28 +++++++++++++++++++ .../build.properties | 10 ++----- .../org.eclipse.tm.terminal.ssh/plugin.xml | 2 +- .../org.eclipse.tm.terminal.view/about.html | 28 +++++++++++++++++++ .../build.properties | 4 ++- terminal/org.eclipse.tm.terminal/about.html | 28 +++++++++++++++++++ .../eclipse/tm/terminal/ISettingsStore.java | 1 - 8 files changed, 119 insertions(+), 10 deletions(-) create mode 100644 terminal/org.eclipse.tm.terminal.serial/about.html create mode 100644 terminal/org.eclipse.tm.terminal.ssh/about.html create mode 100644 terminal/org.eclipse.tm.terminal.view/about.html create mode 100644 terminal/org.eclipse.tm.terminal/about.html diff --git a/terminal/org.eclipse.tm.terminal.serial/about.html b/terminal/org.eclipse.tm.terminal.serial/about.html new file mode 100644 index 00000000000..460233046ee --- /dev/null +++ b/terminal/org.eclipse.tm.terminal.serial/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 2, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + + \ No newline at end of file diff --git a/terminal/org.eclipse.tm.terminal.ssh/about.html b/terminal/org.eclipse.tm.terminal.ssh/about.html new file mode 100644 index 00000000000..460233046ee --- /dev/null +++ b/terminal/org.eclipse.tm.terminal.ssh/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 2, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + + \ No newline at end of file diff --git a/terminal/org.eclipse.tm.terminal.ssh/build.properties b/terminal/org.eclipse.tm.terminal.ssh/build.properties index 8146c0864c7..3a5fff5555d 100644 --- a/terminal/org.eclipse.tm.terminal.ssh/build.properties +++ b/terminal/org.eclipse.tm.terminal.ssh/build.properties @@ -13,11 +13,7 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - plugin.xml -src.includes = src/,\ plugin.xml,\ - build.properties,\ - META-INF/,\ - .settings/,\ - .project,\ - .classpath + plugin.properties +src.includes = src/,\ + build.properties diff --git a/terminal/org.eclipse.tm.terminal.ssh/plugin.xml b/terminal/org.eclipse.tm.terminal.ssh/plugin.xml index 4a1617f11ae..61115bba1bc 100644 --- a/terminal/org.eclipse.tm.terminal.ssh/plugin.xml +++ b/terminal/org.eclipse.tm.terminal.ssh/plugin.xml @@ -1,7 +1,7 @@