From 73cae2dc05e0c366e760a6d39d2edba208fdb065 Mon Sep 17 00:00:00 2001 From: Dani Megert Date: Wed, 7 May 2014 15:42:48 +0200 Subject: [PATCH] Fixed bug 434316: Several plug-ins have no about.html --- org.eclipse.jdt.jeview/build.properties | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/org.eclipse.jdt.jeview/build.properties b/org.eclipse.jdt.jeview/build.properties index 6b7607c087..85fb264661 100644 --- a/org.eclipse.jdt.jeview/build.properties +++ b/org.eclipse.jdt.jeview/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005, 2009 IBM Corporation and others. +# Copyright (c) 2005, 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 @@ -14,5 +14,7 @@ bin.includes = plugin.xml,\ META-INF/,\ .,\ icons/,\ - plugin.properties + plugin.properties,\ + about.html src.includes = icons/ +javacDefaultEncoding.. = UTF-8