Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-21Bug 535802 - License update to EPL-2.0 in platform.uaY20180823-0800Y20180822-2200S4_9_0_M3I20180823-0450I20180823-0430I20180823-0100I20180822-2000I20180822-0800I20180821-2000I20180821-0800Lars Vogel6-18/+36
Updates all files except exsd and pom files to EPL 2.0 This repos does not include JDT templates for new Java files. Also fixed manually /org.eclipse.help.base/doc/book.css Regex used: find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {} + find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\ \1\ \1\2SPDX-License-Identifier: EPL-2.0/' {} + # Get rid of the All rights reserved find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" ! -name "pom.xml" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: Ic868435cfed4d834b36b51fc3f1b936ceaaec84d Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-03-28Bug 532984 - Stop using long deprecated sript language attributeAlexander Kurtakov1-2/+2
The prefferred way is type="text/javascript" for HTML 4.x Change-Id: I0807cdec177ac1de6684796da1bde444c5f0b923 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2009-11-18Bug 293744 – [Webapp]Allow additional section to be added to the bar upside:Chris Goldthorpe1-0/+59
2009-09-17Bug 286182 – [Webapp] Allow additional frame(s) below content frameChris Goldthorpe1-0/+19
2009-09-17Bug 287712 – [Webapp] Allow additional buttons to be added to the help webappChris Goldthorpe1-3/+7
2009-09-08Bug 286177 – [Webapp] Allow additional views to be added to the help webappChris Goldthorpe4-0/+122

    Back to the top