Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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 examplesLars Vogel66-198/+396
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: I615256f41b17ed5f99020a17ccf37e0cc8a0f331
2018-07-19Switch debug examples to Java 1.8 BREE.Y20180720-0300I20180719-2000Alexander Kurtakov4-7/+7
Change-Id: I99f265e74392bf2ffee4d4261944c00f4a14f42f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
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-05-03Use StringBuilder instead of StringBuffer in debug examplesLars Vogel3-5/+5
Change-Id: I638c69c33868c22b89d4212ceaa764f99d516380 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-03-29Bug 533055 - Remove redundant type argumentsI20180403-2000I20180402-2000I20180401-2000I20180331-1500I20180330-2235I20180330-2000I20180329-2000Alexander Kurtakov10-68/+31
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 Sinha2-3/+4
Change-Id: I74fe40f0bf1d1d07c0612e3b4e6f786e14f38a50 Signed-off-by: Alexander Kurtakov <akurtako@redhat.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-09-08Bug 522027 - Remove trailing whitespace fromLars Vogel49-283/+283
org.eclipse.debug.examples.ui Change-Id: Ic480731879760c66cf4691a38940c7f134fd61b5 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>
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-2/+2
Change-Id: I799dcb17afa68adac07d9c5e624684da63793c7f
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
2015-03-05Bug 461219 - Compile warnings in official buildI20150305-1200Sarika Sinha2-10/+5
Change-Id: I163982897460fb0618b8b69a14b09379337fabb6
2015-03-02Bug 461103 - build failure in N20150227-2000 related to ?maven tests?Sarika Sinha3-3/+3
Change-Id: I9f1028df065d20bb3e1cf25c30a122e1b7371687
2015-02-27Bug 461029 - Move Platform Debug project to 1.7 complianceSarika Sinha4-7/+8
Change-Id: Ie29a60a934f7696ad5d8da9513489c5a9b925216
2015-02-20Fixed bug 460417: Fix compiler problems from generified ↵Dani Megert10-58/+68
IAdaptable#getAdapter(..)
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>
2013-08-19[nobug] removed unused SuppressWarnings + sync / update compilerI20130820-0800Mike Rennie1-2/+2
settings
2013-08-06[nobug] fill in bundle vendor infos in example pluginsMike Rennie2-2/+4
2013-08-06Bug 414482 - Platform debug has compile errors...turn down compilerMike Rennie1-2/+2
settings for now
2013-07-31Bug 352626 - Move platform debug to Java 1.6 BREEMike Rennie64-225/+444
2013-07-17Bug 409456 - Get rid of discouraged access warningsI20130730-0800I20130724-1600I20130723-0800I20130717-1600Mike Rennie2-8/+24
2013-07-16Bug 413095 - Clean up deprecation and code warningsMike Rennie37-291/+698
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 Rennie1-0/+1
2013-04-01[nobug] provide project-specific API Tools settingsI20130402-0800Mike Rennie1-0/+97
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
2012-12-10Bug 396099 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) forv20121210-205647I20121211-0800I20121210-2000Thanh Ha1-1/+1
eclipse.platform.debug
2012-10-16Bug 386673 - Show warning messages in launch configuration dialogv20121016-001855I20121016-0800Mohamed Hussein2-3/+10
2012-10-09fix mixed line delimitersMarkus Keller1-1/+2
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-05-15Fix Copyrights.Pawel Piech3-3/+3
2012-04-12[nobug] synchronize PDE compiler settings + adjust JavaDoc processingv20120412-1646Mike Rennie2-72/+157
prefs
2012-03-09Bug 344023 - [var] Need a way to override Find action of Variablesv20120309-2311Pawel Piech5-4/+382
view and its derived classes Standardized action IDs used in variables views.
2012-03-01[nobug] remove defunct .cvsignore filesv20120301-1551Mike Rennie1-1/+0
2011-10-07Changed 'New text file line delimiter' to 'Unix'.Dani Megert1-0/+2
2011-07-06[nobug] remove Javadoc warnings and NLS manifest + plugin.xmlMichael Rennie5-37/+71
2011-05-05synchronize Javadoc processing preferences for all debug test / example bundlesMichael Rennie1-1/+15
2011-02-02Update project settings to make EE / JRE exact match problems an errorMichael Rennie2-1/+15
2010-10-21Bug 328295 - Launch button disabled after failed launchDarin Wright3-2/+103
2010-09-27Bug 326325 - [Memory View] new monitors added while Memory view is hidden or ↵Darin Wright1-0/+5
closed are not shown in the tree
2010-09-24Bug 326152 - [Memory View] new monitors added while Memory view is hidden or ↵Darin Wright3-1/+119
closed are not shown in the tree

Back to the top