From 4412c3baa22eb3140af9f591215767c925aade50 Mon Sep 17 00:00:00 2001 From: Dani Megert Date: Wed, 7 May 2014 15:14:34 +0200 Subject: [PATCH] Fixed bug 434316: Several plug-ins have no about.html --- org.eclipse.jdt.astview/META-INF/MANIFEST.MF | 2 +- org.eclipse.jdt.astview/about.html | 28 ++++++++++++++++++++ org.eclipse.jdt.astview/build.properties | 4 ++- org.eclipse.jdt.astview/pom.xml | 4 +-- 4 files changed, 34 insertions(+), 4 deletions(-) create mode 100644 org.eclipse.jdt.astview/about.html diff --git a/org.eclipse.jdt.astview/META-INF/MANIFEST.MF b/org.eclipse.jdt.astview/META-INF/MANIFEST.MF index 46b6534fc8..c48251fc39 100644 --- a/org.eclipse.jdt.astview/META-INF/MANIFEST.MF +++ b/org.eclipse.jdt.astview/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.jdt.astview; singleton:=true -Bundle-Version: 1.1.9.qualifier +Bundle-Version: 1.1.100.qualifier Eclipse-SourceReferences: scm:git:git://git.eclipse.org/gitroot/jdt/eclipse.jdt.ui.git;path="org.eclipse.jdt.astview";tag=R4_4 Bundle-Activator: org.eclipse.jdt.astview.ASTViewPlugin Bundle-Vendor: %providerName diff --git a/org.eclipse.jdt.astview/about.html b/org.eclipse.jdt.astview/about.html new file mode 100644 index 0000000000..460233046e --- /dev/null +++ b/org.eclipse.jdt.astview/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.jdt.astview/build.properties b/org.eclipse.jdt.astview/build.properties index 88e69c7435..74f6a4c299 100644 --- a/org.eclipse.jdt.astview/build.properties +++ b/org.eclipse.jdt.astview/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2001, 2009 IBM Corporation and others. +# Copyright (c) 2001, 2014 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -9,6 +9,7 @@ # IBM Corporation - initial API and implementation ############################################################################### bin.includes = plugin.xml,\ + about.html,\ icons/,\ buildnotes_astview.html,\ plugin.properties,\ @@ -19,3 +20,4 @@ src.includes = buildnotes_astview.html source.. = src/ output.. = bin/ jre.compilation.profile = J2SE-1.4 +javacDefaultEncoding.. = UTF-8 diff --git a/org.eclipse.jdt.astview/pom.xml b/org.eclipse.jdt.astview/pom.xml index 5f237e0f62..5e927d4af5 100644 --- a/org.eclipse.jdt.astview/pom.xml +++ b/org.eclipse.jdt.astview/pom.xml @@ -1,6 +1,6 @@