From 96760e68905a3a2755df88004953a892a8d90a34 Mon Sep 17 00:00:00 2001 From: Dawid Pakuła Date: Wed, 30 Sep 2015 13:55:32 +0200 Subject: No bug - Add missing about.html to bundles and feature Change-Id: I66d967fcfeee4ec08c398df3964b8848753b9f28 Signed-off-by: Dawid Pakuła --- org.eclipse.dltk.sh.feature/about.html | 28 ++++++++++++++++++++++++++++ org.eclipse.dltk.sh.feature/build.properties | 3 ++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 org.eclipse.dltk.sh.feature/about.html (limited to 'org.eclipse.dltk.sh.feature') diff --git a/org.eclipse.dltk.sh.feature/about.html b/org.eclipse.dltk.sh.feature/about.html new file mode 100644 index 0000000..7c8477f --- /dev/null +++ b/org.eclipse.dltk.sh.feature/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 5, 2008

+

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.dltk.sh.feature/build.properties b/org.eclipse.dltk.sh.feature/build.properties index b3a611b..41fa92f 100644 --- a/org.eclipse.dltk.sh.feature/build.properties +++ b/org.eclipse.dltk.sh.feature/build.properties @@ -1,2 +1,3 @@ bin.includes = feature.xml,\ - feature.properties + feature.properties,\ + about.html -- cgit v1.2.3