Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-06Bug 550767 - POM and product version change for 4.14 releaseI20190910-0815I20190910-0145I20190909-1520I20190909-1425I20190909-0925Niraj Modi1-1/+1
Change-Id: I29e9b6d5e32511c3ebca7d7042871fd20c0bc3f0 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-07-05Bug 32205 - Move "merge output" launch attribute constant from ui toY20190708-0900I20190708-1035I20190708-0800I20190707-1800I20190707-0110I20190706-1800Paul Pazderski1-12/+1
core Change-Id: I8c3c6be953954443f4be3adb053b404140d83816 Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-07-03Bug 548886 - Support 'Show Command Line' button for external toolY20190705-0620Y20190704-0900I20190704-1800I20190704-0245I20190703-1800Paul Pazderski2-14/+28
launches Change-Id: I0f51d0a10187c86a310d75a40552a19021fa3af4 Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-07-03Bug 32205 - [console] Add launch option to merge process outputI20190703-0640Paul Pazderski2-5/+19
Also make use of output merge option in external tool launch. Change-Id: Ibc3cec8df076a4cea3f83e37fa2640115dd3f49b Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-06-14Bug 547304 - [cleanup] Fix wrong space/tab indentationI20190616-1800I20190615-1800I20190614-1800Paul Pazderski2-81/+81
This change fixes space or mixed tab/space indentations in all Java files. This also includes two or three space indentations and even fix most stray single spaces in indentations. The change includes only whitespace formatting and no code changes. Change-Id: I95f385f1587b72776aee5d955b66e82539dedc3c
2019-06-144.13 version updatesKarsten Thoms2-2/+2
Bump versions for: - org.eclipse.core.externaltools - org.eclipse.core.variables - org.eclipse.debug.examples.core - org.eclipse.debug.examples.ui Required for https://git.eclipse.org/r/#/c/142394/ Change-Id: I44573999ecb9f99c2be39110434a623b32521a2e Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-06-07Bug 547907 - POM and product version change for 4.13 releaseI20190610-1800I20190610-0135I20190608-0140I20190607-1345I20190607-1000I20190607-0725Niraj Modi1-1/+1
Change-Id: I2d875884ed291c9180439959c4d2940a75fd0803 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-05-10Bug 547138 - Every project should set minor and major version options toI20190511-1800I20190510-1800Sarika Sinha1-0/+7
'Error' Change-Id: Ie86e1382a884ace00b0582fd20696a6f64c3a13d
2019-04-10Bug 546314 - Fix mangled copyright headersS4_12_0_M1I20190412-1800I20190412-0520I20190411-0625Paul Pazderski3-30/+33
Change-Id: I463de4caa71ab86ad9a95592892c1072d1ba0f9b Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-03-20Remove useless non-javadoc see comments.Alexander Kurtakov6-30/+2
Handled by Override annotation. Change-Id: Icd0334c0b57bb3021693117877a9af5fcda571d7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-03-08Bug 545094 - POM and product version change for 4.12 releaseI20190314-1800I20190312-1800I20190312-0340I20190311-1800I20190311-0410I20190309-1830I20190308-1830I20190308-1525I20190308-1055I20190308-0740Niraj Modi1-1/+1
Change-Id: Ic2a42e91bdc21b9d41a4d1036b67a71bdd433eb6 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2018-12-07Bug 541822 - POM and product version change for 4.11 releaseI20181212-0230I20181211-1800I20181211-0230I20181210-1800I20181210-0755I20181210-0535Niraj Modi1-1/+1
Change-Id: Ic13c9d1d503e49d1e1ac30968c733b8c650b2495 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2018-09-04Bug 538531 - POM version change for 4.10 releaseY20180905-2200I20180907-0855I20180907-0715I20180907-0650I20180907-0400I20180906-1400I20180906-0005I20180905-1305I20180905-0410Sravan Kumar Lakkimsetti1-1/+1
Change-Id: I05159d79d261e80ffc94a2bf3abccc6ec3b46243 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-08-21Bug 535802 - EPL-2.0 for platform.debug plug-insY20180823-0800Y20180822-2200S4_9_0_M3I20180823-0450I20180823-0430I20180823-0100I20180822-2000I20180822-0800I20180821-2000Lars Vogel17-51/+102
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-06-12Bug 534681 - Remove redundant modifiers inKarsten Thoms1-34/+33
org.eclipse.core.externaltools Change-Id: I89545a9c86a3dd2dd649289f0050d78393e489c3 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-06-05Bug 535318 - Update license to EPL-2.0 for platform.debug in about.htmlI20180606-1020Lars Vogel1-16/+24
Change-Id: Ide949707f61f88a56527c56610c1dfeb551a1db9 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-01Version 4.9 update in plaform.debug as prep for the EPL 2.0 updateI20180601-0915I20180601-0900Lars Vogel2-2/+2
Change-Id: I0780d35d66fd25b70bbf7618979672bcbd2a559e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-05-30Bug 535191 - POM version change for 4.9 releaseI20180531-2125I20180531-2000I20180531-1245I20180531-0910Alexander Kurtakov1-1/+1
Change-Id: Ic421012d21e951ef7763a6be83c2f2a42eed5c15 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-03-29Bug 533055 - Remove redundant type argumentsI20180403-2000I20180402-2000I20180401-2000I20180331-1500I20180330-2235I20180330-2000I20180329-2000Alexander Kurtakov4-8/+13
Change-Id: I6f62094af1b4ad2c679e78cc635641918f958fb4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-12-01Bug 527939 - Add Automatic-Module-Name to MANIFEST.MF in Platform DebugI20171201-0345Sarika Sinha1-0/+1
Change-Id: I74fe40f0bf1d1d07c0612e3b4e6f786e14f38a50 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-10-12Bug 525596 - Use StringBuilder instead of StringBuffer inLars Vogel3-4/+4
org.eclipse.core.externaltools Change-Id: Ie82e88ed87e670c39b769e28410dd9ea8571bd9c Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-09-11Revert "Bug 522027 - Remove trailing whitespace from eclipse.platform.debug"S4_8_0_M2I20170913-2000I20170913-1120I20170913-0800I20170913-0420I20170913-0220I20170912-2255I20170912-2000I20170912-0800Alexander Kurtakov2-2/+2
This reverts commit d71407fce98314cd722753454b30fa2ea2888ed4. Change-Id: I012a28268bd6161d8e051dc02246b329eecade2e
2017-09-11Bug 522027 - Remove trailing whitespace from eclipse.platform.debugI20170911-2000I20170911-0800Lars Vogel2-2/+2
Change-Id: I3a0867bf281ca84ded8fcba3885713eed7acbd64 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-09-08Bug 522027 - Necessary version updates for Eclipse 4.8Lars Vogel2-2/+2
Change-Id: I951546bb63373adc6ed6845322f514a319379e9b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-06-22Bug 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-0950Alexander Kurtakov1-1/+1
Point to 4.8 parent pom. Change-Id: I684d6e01306c790b0ce3078cab9c962a5c9f9467 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-01-13Bug 510100 - [cleanup] Get rid of trailing white space in platform.debugY20170119-1000I20170119-2000I20170119-1010I20170119-0345I20170118-2000I20170118-1215I20170117-2000I20170116-2000I20170115-2000I20170114-2000I20170113-2000Andrey Loskutov4-35/+35
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-28Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance buildsY20160721-1000Y20160714-1000I20160726-1400I20160726-0800I20160719-0800I20160716-1900I20160712-1000I20160712-0800I20160708-1700Sarika Sinha1-1/+1
Change-Id: I799dcb17afa68adac07d9c5e624684da63793c7f
2016-06-24Bug 496723 - Move Platform Debug to Java 1.8 BREESarika Sinha4-8/+15
Change-Id: I1077af8f96073d22da0c9e6c5b84ebd5fc5b9e7b
2016-05-09Fixed bug 492894: Plug-in Version Update NeededY20160513-1000I20160517-2000I20160516-2000I20160515-2000I20160514-1500I20160513-2000I20160512-1000I20160511-2000I20160511-0400I20160510-2000I20160509-2000Dani Megert2-3/+3
2016-04-19Bug 490012 - Remove the "strictly compatible JRE" per-project overrideY20160421-1000Stefan Xenos1-2/+0
Change-Id: Ic5ea8bbb786f0e51757bc0f416430463464db970 Signed-off-by: Stefan Xenos <sxenos@gmail.com>
2015-07-02Bug 469765: Prep for 4.6 (Neon) and 4.5 (Mars) maintenance builds - update ↵I20150707-0800Markus Keller1-1/+1
parent poms for 4.6
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsI20140722-0800I20140715-0800I20140708-0800I20140701-0800Paul Webster1-1/+1
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2014-02-19Bug 428479 - NullPointerException in Project's Project Preferences pageI20140226-1700I20140226-1200I20140225-1430I20140225-0800vrubezhny1-1/+5
An additional check for null is added to BuilderCoreUtils.getBuilderFolder(IProject, boolean) method for the project parameter because it may have a null-value. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=428479 Signed-off-by: vrubezhny <vrubezhny@exadel.com>
2013-08-19[nobug] removed unused SuppressWarnings + sync / update compilerI20130820-0800Mike Rennie1-4/+4
settings
2013-07-31Bug 352626 - Move platform debug to Java 1.6 BREEMike Rennie10-192/+205
2013-07-17Bug 409456 - Get rid of discouraged access warningsI20130730-0800I20130724-1600I20130723-0800I20130717-1600Mike Rennie1-3/+3
2013-07-16Bug 413095 - Clean up deprecation and code warningsMike Rennie4-2/+391
2013-06-26Bug 411166 - Update parent POMs for LunaPaul Webster1-1/+1
2013-04-02[nobug] Set PDE POM check pref to errorI20130416-0800I20130409-0900I20130409-0800Mike Rennie2-0/+7
2013-04-02Fix POM versionsCurtis Windatt1-1/+1
2013-04-01[nobug] provide project-specific API Tools settingsI20130402-0800Mike Rennie2-1/+98
2013-03-27Force qualifier update files are unnecessaryCurtis Windatt1-2/+0
2013-03-27Bug 403964 - Update Platform Debug parent versionCurtis Windatt2-4/+4
2013-03-20[nobug] decrease severity of compatible JRE checkMike Rennie2-2/+2
2013-02-25Bug 399451 - Some projects have incorrect encoding setv20130225-190314Mike Rennie1-0/+2
2013-02-25update copyright to include "and others"Mike Rennie1-1/+1
2013-02-25Bug 397850 - [CBI] use the correct group IDs for all artifactsMike Rennie1-2/+2
2013-02-06Bug 156134 - debug.core should reexport dependencies whose API isv20130206-164052Mike Rennie1-1/+2
exposed
2012-07-05Improved switch statement checkingv20120705-111912Dani Megert1-1/+1
2012-05-21Add poms for Tycho buildv20120521-2012I20120529-2100I20120529-1900I20120528-2100I20120528-1900I20120527-2100I20120527-1900I20120526-1900I20120525-1900I20120525-1400I20120524-2300I20120524-2100I20120523-2100I20120523-1900I20120522-2100I20120522-1900I20120521-2100I20120521-1900Igor Fedorenko1-0/+25

Back to the top