Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-21Bug 535802 - EPL-2.0 for platform.debug plug-insY20180823-0800Y20180822-2200S4_9_0_M3I20180823-0450I20180823-0430I20180823-0100I20180822-2000I20180822-0800I20180821-2000Lars Vogel5-15/+30
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: I3c49f3d254233c87acef9c83b3eb9ba831b9d6ff Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-09-15Revert "Revert "Bug 522027 - Remove trailing whitespace from ↵I20170917-2000I20170916-1500I20170915-2000Lars Vogel1-2/+2
org.eclipse.ui.externaltools"" This reverts commit 526712fe7f83cfe453c4d752d7628775ef7f67ab. Change-Id: I70f4f5a6313c45870dae8614d52df8f0c5589620
2017-09-11Revert "Bug 522027 - Remove trailing whitespace from ↵Lars Vogel1-2/+2
org.eclipse.ui.externaltools" This reverts commit 597f63f236bb78f7dd63a019735a9fd53d5361ea. Change-Id: Id5f826090359188cc01972d112751250b898b945
2017-09-08Bug 522027 - Remove trailing whitespace fromLars Vogel1-2/+2
org.eclipse.ui.externaltools Change-Id: If3f4e9728209c38e5dfb55d67f8976b10de43f28 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2013-07-31Bug 352626 - Move platform debug to Java 1.6 BREEMike Rennie3-8/+12
2013-05-08Bug 407542 - Check for and remove unused NLS strings in DebugI20130509-2000I20130508-2000Curtis Windatt2-6/+2
2011-06-29Bug 345223 - Ant and External tool tabs refer to Java help topicsMichael Rennie2-7/+19
2009-10-08Bug 264338 - External tool builder fails in headless mode because of ↵Darin Wright4-339/+2
dependencies to UI
2007-07-30Bug 165371 - Add 'Build' tab and functionality to program external toolsDarin Swanson2-6/+26
2006-07-21Bug 146298 - [launching] Eclipse does not ask to save dirty editors before ↵Darin Swanson1-6/+6
running an external program
2006-04-18Bug 135765 - need to adopt ICU4J APIsDarin Swanson1-2/+2
2006-04-11copyright updateDarin Swanson1-2/+2
2006-04-10Bug 135765 - need to adopt ICU4J APIsDarin Swanson1-1/+1
2005-08-12remove unnecessary NLS tagsDarin Swanson3-5/+5
2005-06-09Correcting line delimitersv20050609Darin Swanson1-19/+19
2005-04-08Bug 90455 - Move to new NLS APIDarin Swanson1-11/+1
2005-04-07Bug 90455 - Move to new NLS APIKevin Barnes5-49/+55
2005-02-23CPL --> EPLDarin Swanson6-6/+6
2005-02-23CPL --> EPLDarin Swanson7-23/+23
2005-02-01WorkbenchHelp deprecationsDarin Swanson1-3/+2
2004-06-23CopyrightDarin Swanson1-2/+2
2004-02-06Bug 51298 - No "Environment" tab on project buildersJared Burns1-0/+2
2004-01-14javadoc cleanupDarin Swanson1-3/+3
2003-12-04Bug 47246 - Anvtiew add file dialog should allow multi selectDarin Swanson1-7/+11
2003-09-23bug 43332 - Re-work launch variable APIDarin Wright5-10/+10
2003-09-19bug 43331 - Rework Refresh Tab to avoid use of "refresh variables"Darin Wright1-1/+1
2003-09-05Bug 41068 - Ant in separate VM does not color outputDarin Swanson2-3/+6
2003-09-04Bug 41068 - Ant in separate VM does not color outputDarin Swanson1-1/+8
2003-09-0242020 - Move "Run in background" to builders onlyJared Burns1-1/+1
2003-09-02Bug 42420 - No progress shown when external program running in foregroundJared Burns2-0/+3
2003-08-29Bug 42020 - Move "Run in background" to builders onlyJared Burns4-7/+4
2003-08-29Bug 42193 - program arguments with whitespace not display in a good wayJared Burns1-5/+22
2003-08-20Bug 39567 - Use a Job for the BackgroundResourceRefresherJared Burns2-16/+19
2003-07-14Reordered env/common tabsJared Burns1-2/+2
2003-07-02Bug 38525 - Deadlock refreshing resources for an external tool when in ↵Darin Swanson1-27/+7
background
2003-06-16launch variables refactoring/cleanupDarin Wright1-6/+1
2003-06-16launch variables refactoring/cleanupDarin Wright1-2/+2
2003-06-10Bug 37241 - Support for core variables (continued API cleanup)Jared Burns1-2/+2
2003-06-09Bug 37241 - Support for core variablesJared Burns2-5/+5
2003-06-07Bug 37241 - Support for core variablesJared Burns1-2/+2
2003-06-07Removed unused importJared Burns1-1/+0
2003-06-06Bug 37241 - Support for core variablesJared Burns4-7/+9
2003-05-23Bug 37241 - Support for core variablesJared Burns2-3/+4
2003-05-22Bug 37241 - Support for core variablesJared Burns3-21/+11
2003-05-02Bug 37074 - External tool builders should not default to run in the backgroundDarin Swanson3-3/+6
2003-05-01Bug 36930 - Support variables in launch configurationsJared Burns3-5/+5
2003-04-25Bug 27243 - Environment for external toolsJared Burns2-2/+11
2003-04-24Bug 36581 - External tool closed when Eclipse exitsDarin Swanson2-12/+6
2003-04-22Bug 36581 - External tool closed when Eclipse exitsJared Burns1-1/+1
2003-04-22Bug 36581 - External tool closed when Eclipse exitsJared Burns2-3/+61

Back to the top