Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-28 | [minor] Fix typo in extension point descriptionY20181107-2200Y20181031-2200Y20181030-1100Y20181030-0940I20181107-1800I20181107-0200I20181106-1800I20181106-0125I20181105-1800I20181104-1800I20181103-1800I20181102-2120I20181102-1800I20181101-1800I20181031-1800I20181031-0550I20181031-0540I20181030-1800I20181029-1800I20181028-1800 | Michael Keppler | 3 | -3/+3 | |
Change-Id: I43177cf15e248c9136f60a149c0940a3cc038437 Signed-off-by: Michael Keppler <michael.keppler@gmx.de> | |||||
2018-09-04 | Bug 538531 - POM version change for 4.10 releaseY20180905-2200I20180907-0855I20180907-0715I20180907-0650I20180907-0400I20180906-1400I20180906-0005I20180905-1305I20180905-0410 | Sravan Kumar Lakkimsetti | 1 | -1/+1 | |
Change-Id: I05159d79d261e80ffc94a2bf3abccc6ec3b46243 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> | |||||
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 | 20 | -60/+120 | |
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-08-20 | Bug 530393 - EPL 2.0 for exsd in platform.debugI20180821-0800I20180820-2000 | Lars Vogel | 2 | -6/+12 | |
Based on the following regex. find . -type f -name "*.exsd" -exec sed -i -E 's/http:\/\/www.eclipse.org\/legal\/epl-v10.html\"\>http:\/\/www.eclipse.org\/legal\/epl-v10.html\<\/a\>/https:\/\/www.eclipse.org\/legal\/epl-2.0\"\>https:\/\/www.eclipse.org\/legal\/epl-v20.html\<\/a\>\/\n\nSPDX-License-Identifier: EPL-2.0/' {} + find . -type f -name "*.exsd" | xargs sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' find . -type f -name "*.exsd" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: I560e99597565ce4ddf645ff1632b84603cb30086 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> | |||||
2018-06-12 | Bug 534681 - Remove redundant modifiers in org.eclipse.core.variables | Karsten Thoms | 7 | -32/+32 | |
Change-Id: I0c9032ce4a6ededdcb28d8e67e7c204cbd7fa5c2 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de> | |||||
2018-06-05 | Bug 535318 - Update license to EPL-2.0 for platform.debug in about.htmlI20180606-1020 | Lars Vogel | 1 | -16/+24 | |
Change-Id: Ide949707f61f88a56527c56610c1dfeb551a1db9 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> | |||||
2018-06-01 | Version 4.9 update in plaform.debug as prep for the EPL 2.0 updateI20180601-0915I20180601-0900 | Lars Vogel | 2 | -2/+2 | |
Change-Id: I0780d35d66fd25b70bbf7618979672bcbd2a559e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> | |||||
2018-05-30 | Bug 535191 - POM version change for 4.9 releaseI20180531-2125I20180531-2000I20180531-1245I20180531-0910 | Alexander Kurtakov | 1 | -1/+1 | |
Change-Id: Ic421012d21e951ef7763a6be83c2f2a42eed5c15 Signed-off-by: Alexander Kurtakov <akurtako@redhat.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> | |||||
2018-03-29 | Bug 533055 - Remove redundant type argumentsI20180403-2000I20180402-2000I20180401-2000I20180331-1500I20180330-2235I20180330-2000I20180329-2000 | Alexander Kurtakov | 1 | -1/+8 | |
Change-Id: I6f62094af1b4ad2c679e78cc635641918f958fb4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> | |||||
2017-12-01 | Bug 527939 - Add Automatic-Module-Name to MANIFEST.MF in Platform DebugI20171201-0345 | Sarika Sinha | 2 | -2/+3 | |
Change-Id: I74fe40f0bf1d1d07c0612e3b4e6f786e14f38a50 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> | |||||
2017-06-22 | Bug 517929 - Update POMs in the master for 4.8 release I20170702-2000I20170701-2000I20170630-2000I20170630-0410I20170629-2000I20170629-0425I20170629-0210I20170628-2000I20170628-0310I20170627-2000I20170626-2000I20170625-2000I20170624-2000I20170623-2000I20170623-0110I20170622-2000I20170622-0950 | Alexander Kurtakov | 1 | -1/+1 | |
Point to 4.8 parent pom. Change-Id: I684d6e01306c790b0ce3078cab9c962a5c9f9467 Signed-off-by: Alexander Kurtakov <akurtako@redhat.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 | 9 | -82/+82 | |
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-06-28 | Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance buildsY20160721-1000Y20160714-1000I20160726-1400I20160726-0800I20160719-0800I20160716-1900I20160712-1000I20160712-0800I20160708-1700 | Sarika Sinha | 1 | -1/+1 | |
Change-Id: I799dcb17afa68adac07d9c5e624684da63793c7f | |||||
2016-06-24 | Bug 496723 - Move Platform Debug to Java 1.8 BREE | Sarika Sinha | 4 | -7/+7 | |
Change-Id: I1077af8f96073d22da0c9e6c5b84ebd5fc5b9e7b | |||||
2016-04-19 | Bug 490012 - Remove the "strictly compatible JRE" per-project overrideY20160421-1000 | Stefan Xenos | 1 | -2/+0 | |
Change-Id: Ic5ea8bbb786f0e51757bc0f416430463464db970 Signed-off-by: Stefan Xenos <sxenos@gmail.com> | |||||
2016-02-01 | Bug 486347 - Move org.eclipse.core.variables to Java 1.7I20160202-1000I20160202-0800 | Sarika Sinha | 6 | -20/+25 | |
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 | |||||
2015-07-02 | Bug 469765: Prep for 4.6 (Neon) and 4.5 (Mars) maintenance builds - update ↵I20150707-0800 | Markus Keller | 1 | -1/+1 | |
parent poms for 4.6 | |||||
2014-06-19 | Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsI20140722-0800I20140715-0800I20140708-0800I20140701-0800 | Paul Webster | 1 | -1/+1 | |
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com> | |||||
2013-08-19 | [nobug] removed unused SuppressWarnings + sync / update compilerI20130820-0800 | Mike Rennie | 1 | -4/+4 | |
settings | |||||
2013-07-31 | Bug 352626 - Move platform debug to Java 1.6 BREE | Mike Rennie | 11 | -200/+233 | |
2013-07-17 | Bug 409456 - Get rid of discouraged access warningsI20130730-0800I20130724-1600I20130723-0800I20130717-1600 | Mike Rennie | 1 | -3/+3 | |
2013-07-16 | Bug 413095 - Clean up deprecation and code warnings | Mike Rennie | 4 | -2/+397 | |
2013-06-26 | Bug 411166 - Update parent POMs for Luna | Paul Webster | 1 | -1/+1 | |
2013-04-02 | [nobug] Set PDE POM check pref to errorI20130416-0800I20130409-0900I20130409-0800 | Mike Rennie | 1 | -0/+1 | |
2013-04-02 | Fix POM versions | Curtis Windatt | 1 | -1/+1 | |
2013-04-01 | [nobug] provide project-specific API Tools settingsI20130402-0800 | Mike Rennie | 2 | -1/+98 | |
2013-03-27 | Force qualifier update files are unnecessary | Curtis Windatt | 1 | -2/+0 | |
2013-03-27 | Bug 403964 - Update Platform Debug parent version | Curtis Windatt | 2 | -4/+4 | |
2013-03-20 | [nobug] decrease severity of compatible JRE check | Mike Rennie | 2 | -2/+2 | |
2013-02-25 | Bug 399451 - Some projects have incorrect encoding setv20130225-190314 | Mike Rennie | 1 | -0/+2 | |
2013-02-25 | update copyright to include "and others" | Mike Rennie | 1 | -1/+1 | |
2013-02-25 | Bug 397850 - [CBI] use the correct group IDs for all artifacts | Mike Rennie | 1 | -2/+2 | |
2012-07-05 | Improved switch statement checkingv20120705-111912 | Dani Megert | 1 | -1/+1 | |
2012-05-21 | Add poms for Tycho buildv20120521-2012I20120529-2100I20120529-1900I20120528-2100I20120528-1900I20120527-2100I20120527-1900I20120526-1900I20120525-1900I20120525-1400I20120524-2300I20120524-2100I20120523-2100I20120523-1900I20120522-2100I20120522-1900I20120521-2100I20120521-1900 | Igor Fedorenko | 1 | -0/+25 | |
2012-05-15 | Fix Copyrights. | Pawel Piech | 1 | -1/+1 | |
2012-04-12 | [nobug] fix missing NLS warnings + make NLS setting an errorv20120412-1718 | Mike Rennie | 1 | -122/+122 | |
2012-04-12 | [nobug] synchronize PDE compiler settings + adjust JavaDoc processingv20120412-1646 | Mike Rennie | 3 | -10/+44 | |
prefs | |||||
2011-12-15 | Report incompatible environment as 'Error'v20111215-1438 | Dani Megert | 1 | -1/+1 | |
2011-12-14 | Bug 365504 - [launch] Launch fails when ↵ | Pawel Piech | 1 | -1/+5 | |
IDynamicVariableReslover.resolveValue() throws an exception. | |||||
2011-10-06 | Bug 360127 - Set new text file line delimiter to Unix to prevent conflictsv20111006-1618 | cwindatt | 1 | -0/+2 | |
2011-09-28 | Fixed .gitignorev20110928-1228 | Dani Megert | 1 | -2/+0 | |
2011-07-06 | [nobug] fix Javadoc warnings | Michael Rennie | 5 | -9/+15 | |
2011-05-05 | synchronize Javadoc processing preferences for all debug bundles | Michael Rennie | 1 | -97/+107 | |
2011-04-08 | [nobug] remove deprecated use of 'new InstanceScope()' for preferences | Michael Rennie | 1 | -4/+4 | |
2011-02-02 | Update project settings to make EE / JRE exact match problems an error | Michael Rennie | 2 | -96/+100 | |
2011-01-24 | Replaced wrong usage of "it's" with "its". | Dani Megert | 1 | -2/+2 | |
- 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
-