Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-21 | Bug 535802 - EPL-2.0 for platform.debug plug-insY20180823-0800Y20180822-2200S4_9_0_M3I20180823-0450I20180823-0430I20180823-0100I20180822-2000I20180822-0800I20180821-2000 | Lars Vogel | 9 | -27/+54 | |
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> | |||||
2018-05-09 | Bug 533788 - Use StandardCharsetsI20180509-0800 | Alexander Kurtakov | 1 | -2/+3 | |
Another bunch of such changes. Change-Id: I4012772607b8f7c165156b8d03fbd5bcbee4b581 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> | |||||
2018-05-03 | Using StringBuilder instead of StringBuffer in | Lars Vogel | 2 | -7/+7 | |
org.eclipse.core.variables Change-Id: Ia9402af1c48a9914230a84ba076a69ab8834b742 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> | |||||
2017-01-13 | Bug 510100 - [cleanup] Get rid of trailing white space in platform.debugY20170119-1000I20170119-2000I20170119-1010I20170119-0345I20170118-2000I20170118-1215I20170117-2000I20170116-2000I20170115-2000I20170114-2000I20170113-2000 | Andrey Loskutov | 1 | -2/+2 | |
Also enabled "cleanup whitespace on save" actions for debug.ui and debug.tests bundles. Change-Id: I755b879ab1d49144a1bec3f4318dbb8b29521bb3 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> | |||||
2016-02-01 | Bug 486347 - Move org.eclipse.core.variables to Java 1.7I20160202-1000I20160202-0800 | Sarika Sinha | 2 | -11/+11 | |
Change-Id: Id4cde788757d16d1d62771280e62e902f37b90df | |||||
2016-01-25 | Bug 486157: Adapt to ListenerList changesI20160126-0800I20160125-2000I20160125-0800 | Markus Keller | 1 | -4/+0 | |
- removed outdated commented code - avoided loop when list is empty | |||||
2016-01-22 | Bug 486157 - Adapt to ListenerList changesI20160125-0400I20160124-2000 | Sarika Sinha | 1 | -5/+8 | |
Change-Id: If4f1f4d0ccb2f8451b4901a2139aa6537542d41e | |||||
2013-07-31 | Bug 352626 - Move platform debug to Java 1.6 BREE | Mike Rennie | 7 | -176/+209 | |
2012-05-15 | Fix Copyrights. | Pawel Piech | 1 | -1/+1 | |
2011-12-14 | Bug 365504 - [launch] Launch fails when ↵ | Pawel Piech | 1 | -1/+5 | |
IDynamicVariableReslover.resolveValue() throws an exception. | |||||
2011-07-06 | [nobug] fix Javadoc warnings | Michael Rennie | 3 | -7/+12 | |
2011-04-08 | [nobug] remove deprecated use of 'new InstanceScope()' for preferences | Michael Rennie | 1 | -4/+4 | |
2009-09-10 | Bug 263535 - resolution of ${eclipse_home} inconsistent with other vars like ↵ | Darin Wright | 1 | -2/+14 | |
${workspace_loc} | |||||
2009-09-01 | Bug 288285: StringVariableManager should not use deprecated preferences code | Curtis Windatt | 1 | -29/+22 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=288285 | |||||
2009-04-29 | cleanup | johna | 1 | -11/+1 | |
2008-07-31 | Bug 242685 -StringVariableManager - Variable contributions may silently ↵ | Darin Wright | 1 | -3/+16 | |
override existing variables | |||||
2007-03-27 | update copyrights | Darin Wright | 4 | -8/+8 | |
2007-02-01 | Bug 165969 API to allow a contributed JRE and variables to be re-initialized | Darin Wright | 4 | -133/+235 | |
2006-04-19 | Bug 137569 - Remove ICU4J dependency for org.eclipse.core.variables | Darin Wright | 4 | -21/+20 | |
2006-04-10 | Bug 135770 - need to adopt ICU4J APIs | Darin Wright | 4 | -4/+4 | |
2006-02-24 | javadoc spelling | Darin Swanson | 1 | -3/+3 | |
2006-02-18 | Move from Platform deprecated API | Darin Swanson | 1 | -1/+1 | |
2006-02-09 | The method run(ISafeRunnable) from the type Platform is deprecated | Darin Swanson | 1 | -1/+2 | |
2006-01-25 | Bug 119922 - mechanism to contribute VM install | Darin Wright | 1 | -0/+43 | |
2005-11-23 | Use new utility listener list | Darin Wright | 2 | -138/+2 | |
2005-08-05 | Bug 106178 - Remove uneccessary NLS tags | Darin Wright | 3 | -8/+8 | |
2005-06-08 | fixed line delimiters | Kevin Barnes | 1 | -18/+18 | |
2005-06-02 | Bug 95490 - String substitution variables are lost during import | Darin Wright | 1 | -15/+36 | |
2005-04-08 | Bug 90318 - Change string externalization to use new format | Kevin Barnes | 1 | -1/+1 | |
2005-04-06 | Bug 90318 - Change string externalization to use new format | Kevin Barnes | 5 | -48/+54 | |
2005-02-23 | CPL --> EPL | Darin Swanson | 7 | -7/+7 | |
2005-02-23 | CPL --> EPL | Darin Swanson | 8 | -26/+26 | |
2005-02-10 | Bug 73397 - Setting ErrorHandlers for XML parsing | Jared Burns | 1 | -0/+2 | |
2004-12-07 | Bug 45977 - Contribute variables should indicate the plugin that contributed ↵ | Jared Burns | 1 | -0/+10 | |
them | |||||
2004-06-23 | copyright fixv20040623 | Kevin Barnes | 1 | -2/+2 | |
2004-05-13 | Bug 61958 - dangerous practice of catching Throwable | Darin Wright | 1 | -3/+17 | |
2004-05-11 | Bug 57333 - Provide API to specify whether a substitution variable supports ↵ | Jared Burns | 1 | -1/+1 | |
arguments | |||||
2004-05-07 | Removed unncessary else statements | Darin Swanson | 1 | -27/+23 | |
2004-05-05 | Bug 57333 - Provide API to specify whether a substitution variable supports ↵ | Darin Wright | 2 | -1/+15 | |
arguments | |||||
2004-05-05 | Bug 60364 - debug used deprecated runtime code | Darin Swanson | 1 | -3/+3 | |
2004-04-07 | Bug 57334 - Too much validation going on in launch config location | Darin Swanson | 2 | -17/+51 | |
2004-03-10 | Pass to cleanup message properties files | Darin Swanson | 2 | -5/+4 | |
2004-01-08 | Bug 45603 - Cycles in string substitutions | Darin Wright | 2 | -9/+47 | |
2003-10-25 | Removed auto-generated todos | Darin Swanson | 1 | -14/+2 | |
2003-10-21 | Bug 43332 - String Substitution Support - org.eclipse.core.variables | Luc Bourlier | 8 | -0/+1236 | |
- Members
- Working Groups
- Projects
- Community
- Participate
- Eclipse IDE
-
More
-
-
Community
- Marketplace
- Events
- Planet Eclipse
- Newsletter
- Videos
- Blogs
-
Participate
- Report a Bug
- Forums
- Mailing Lists
- Wiki
- IRC
- Research
-
-
-
-
Search
-