From e07d9a68ddbd4ec67204d8de0ef9101403d1e9b9 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber 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 +++++++++++++++++++ org.eclipse.tm.terminal.ssh/build.properties | 10 ++----- org.eclipse.tm.terminal.ssh/plugin.xml | 2 +- org.eclipse.tm.terminal.view/about.html | 28 +++++++++++++++++++ org.eclipse.tm.terminal.view/build.properties | 4 ++- org.eclipse.tm.terminal/about.html | 28 +++++++++++++++++++ .../eclipse/tm/terminal/ISettingsStore.java | 1 - 8 files changed, 119 insertions(+), 10 deletions(-) create mode 100644 org.eclipse.tm.terminal.serial/about.html create mode 100644 org.eclipse.tm.terminal.ssh/about.html create mode 100644 org.eclipse.tm.terminal.view/about.html create mode 100644 org.eclipse.tm.terminal/about.html diff --git a/org.eclipse.tm.terminal.serial/about.html b/org.eclipse.tm.terminal.serial/about.html new file mode 100644 index 00000000000..460233046ee --- /dev/null +++ b/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/org.eclipse.tm.terminal.ssh/about.html b/org.eclipse.tm.terminal.ssh/about.html new file mode 100644 index 00000000000..460233046ee --- /dev/null +++ b/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/org.eclipse.tm.terminal.ssh/build.properties b/org.eclipse.tm.terminal.ssh/build.properties index 8146c0864c7..3a5fff5555d 100644 --- a/org.eclipse.tm.terminal.ssh/build.properties +++ b/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/org.eclipse.tm.terminal.ssh/plugin.xml b/org.eclipse.tm.terminal.ssh/plugin.xml index 4a1617f11ae..61115bba1bc 100644 --- a/org.eclipse.tm.terminal.ssh/plugin.xml +++ b/org.eclipse.tm.terminal.ssh/plugin.xml @@ -1,7 +1,7 @@