Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-21Bug 535802 - EPL-2.0 for platform.debug examplesLars Vogel3-9/+18
Commands used for this conversion: git checkout master git reset --hard origin/master git pull 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: I615256f41b17ed5f99020a17ccf37e0cc8a0f331
2017-09-08Bug 522027 - Remove trailing whitespace fromLars Vogel3-21/+21
org.eclipse.debug.examples.ui Change-Id: Ic480731879760c66cf4691a38940c7f134fd61b5 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2013-07-31Bug 352626 - Move platform debug to Java 1.6 BREEMike Rennie3-2/+14
2013-07-16Bug 413095 - Clean up deprecation and code warningsMike Rennie1-8/+8
2012-10-16Bug 386673 - Show warning messages in launch configuration dialogv20121016-001855I20121016-0800Mohamed Hussein1-2/+9
2008-05-29*** empty log message ***Darin Wright2-6/+6
2008-01-31add resource mappings and lanuch types to launch shortcutsDarin Wright2-0/+13
2007-10-09release of original PDA code baseDarin Wright3-0/+299

    Back to the top