Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2012-04-12[nobug] fix missing NLS warnings + make NLS setting an errorv20120412-1718Mike Rennie1-122/+122
2012-04-12[nobug] synchronize PDE compiler settings + adjust JavaDoc processingv20120412-1646Mike Rennie2-132/+157
prefs
2011-12-15Report incompatible environment as 'Error'v20111215-1438Dani Megert1-1/+1
2011-10-06Bug 360127 - Set new text file line delimiter to Unix to prevent conflictsv20111006-1618cwindatt1-0/+2
2011-09-28Fixed .gitignorev20110928-1228Dani Megert1-1/+0
2011-09-20Bug 289220 - external tool builder 'Program' should not ask me to savev20110920-1353mrennie1-0/+18
unrelated files
2011-07-27[nobug] make the JRE - EE warning an error againMichael Rennie2-3/+3
2011-07-26[nobug] update the builder settings to make the 'no matching JRE - EE' ↵Michael Rennie2-3/+3
setting a warning instead of an error
2011-05-05synchronize Javadoc processing preferences for all Ant bundlesMichael Rennie1-3/+5
2011-02-22Bug 114563 - [launching] [builders] Ant Builder doesn't build with Target ↵Michael Rennie1-1/+4
set to <default>
2011-02-11Bug 114563 - [launching] [builders] Ant Builder doesn't build with Target ↵Michael Rennie2-39/+52
set to <default>
2011-02-07Bug 302296 - Please update to Ant 1.8.2v20110207Michael Rennie3-7/+13
2011-02-02Update project settings to make EE / JRE exact match problems an errorMichael Rennie2-17/+51
2010-08-30Bug 323953 - External Tools Launch delegate no longer supports launch in ↵Darin Wright1-10/+20
background
2010-08-30increment bundle version for next development streamDarin Wright1-1/+1
2010-08-26Bug 323588 - External tools (Ant) launch config looses project(s) to be builtMichael Rennie1-1/+1
2010-08-25Bug 323588 - External tools (Ant) launch config looses project(s) to be builtMichael Rennie1-2/+2
2010-05-04Bug 311519 - CHKPII Failures in N20100503-2000Darin Wright1-2/+3

Back to the top