Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-06-24Bug 474156 - Run API Tools builder in the Gerrit verification buildMickael Istria1-0/+2
Change-Id: I7e9f00f30fe69a610a59a16d697df43b74855723 Signed-off-by: Mickael Istria <mistria@redhat.com>
2019-06-18Use String.contains instead of indexOfLars Vogel1-5/+5
Change-Id: Ib5e9ae7e066f809a0223299b5708462fcf6b66f9 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-174.13 update for org.eclipse.swt.examples.browser.demosLars Vogel2-2/+2
Required for https://git.eclipse.org/r/c/144220/ Change-Id: If91ee7f616543593529855e4b154704cf78d36e7 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-07Bug 547907 - POM and product version change for 4.13 releaseNiraj Modi1-1/+1
Change-Id: I96194ef478ccae3e950a26ac5a4a04937ee1fc9e Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-03-08Bug 545094 - POM and product version change for 4.12 releaseNiraj Modi1-1/+1
Change-Id: Iefa1a6b83bab0f3875b20bfc8975e4274d166b05 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2018-12-07Bug 541822 - POM and product version change for 4.11 releaseAlexander Kurtakov1-1/+1
Change-Id: I8454243e87078b718102ce58702c08fe8f9f163c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-09-05Bug 538531 - POM version change for 4.10 releaseSravan Kumar Lakkimsetti1-1/+1
Change-Id: I22a7fa1170509c771d1284173aa708bf8ca6bee6 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-08-21Bug 530393 - EPL 2.0 update for SWT for swt.example plug-insLars Vogel7-21/+42
This updates files to EPL 2.0. As this repo contains also LGPL code, I added only files containing 'Eclipse Public License 2.0' via: git grep --name-only 'Eclipse Public License 2.0' | xargs git add Regex used for replacement: 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: Ifad89e954b50112a71c30842130e558d171631f6 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-05Bug 535318 - Update license to EPL-2.0 for platform.swt in about.htmlLars Vogel1-16/+24
Change-Id: I4526c5c3c2967d58e0e83f4d3eccfeabc268cff3 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-01Version 4.9 update in plaform.set as prep for the EPL 2.0 updateI20180601-0900Lars Vogel2-2/+2
Change-Id: I3ad44261dffe9d6d9097eb2c66a49ed31a57df25 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-05-29Bug 535191 - POM version change for 4.9 releaseAlexander Kurtakov1-1/+1
Change-Id: Icf2788319e154102ecb1002b3e9783824e709266 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-19Bug 529979 - [sonar] Resolve "Write to static field from instance meth."René Purrio1-2/+1
Change-Id: I5d188d56aa3c916d15c6084769d8b23d2ad68486 Signed-off-by: René Purrio <rpurrio@itemis.de>
2017-11-30Bug 527935 - Add Automatic-Module-Name to MANIFEST.MF in SWT repoAlexander Kurtakov2-2/+3
Change-Id: I7ac7f58b3c252b6baabaacae3ac4d3b197b76ba3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-06-22Bug 517929 - Update POMs in the master for 4.8 release Alexander Kurtakov1-1/+1
Point to 4.8 parent pom. Change-Id: Ib1077addbb229ec9a84eb11c1882fd13816e0fec Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-07-12Bug 497748 - SWT should increase bundle version in master (4.7) toArun Thondapu2-2/+2
3.106.0.qualifier Change-Id: Ie21e715979c5afc331449aeabe3dd0c10033fe4d Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
2016-06-28Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance buildsLakshmi Shanmugam1-1/+1
Updated pom files.
2016-01-15Bug 485821 - Make examples/snippets use lambdasAlexander Kurtakov2-31/+19
Convert examples Listener cases. Change-Id: I472cc59015a95e108dd273db0f1f635395a9dda0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-01-15Bug 485821 - Make examples/snippets use lambdasAlexander Kurtakov1-8/+5
Convert Display.timerExec/disposeExec. Change-Id: Ic9c427473680ee2b3a5a591eaecd778c5223623a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-01-15Bug 485821 - Make examples/snippets use lambdasAlexander Kurtakov1-11/+3
Convert Display.syncExec/asyncExec. Change-Id: I9327a1bc93e1a0f2981162b8f15a814692a9635b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-12-07Bug 468854 - Add tests and examples for Control.requestLayout.I20151207-0800Stefan Xenos1-7/+11
Change-Id: If6af29a081f657d248dd6f78a2067b88435db7ba Signed-off-by: Stefan Xenos <sxenos@gmail.com>
2015-09-28478520: SWT should increase bundle version in master toSravan Kumar Lakkimsetti2-2/+2
3.105.0.qualifier Change-Id: Ie44dd5a2b6cfe75114c0434996e4cb0f5bd961d8 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=478520 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2015-09-03Bug 455399 - Update org.eclipse.swt.examples to Java 8Alexander Kurtakov3-5/+5
Bump BREE for all examples projects to Java 8. Change-Id: I5d2ffd451d9cfdd2cd2c542055e8a827efdf7a08 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-07-31Bug 474049 - Move examples to Java 1.7Alexander Kurtakov3-5/+94
Bump BREE, change compiler settings, remove redundant type parameters. Change-Id: I80e4b39465d8b3833b8d10219e4b4b75f7688488 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-07-02Bug 469765: Prep for 4.6 (Neon) and 4.5 (Mars) maintenance builds - update ↵Markus Keller1-1/+1
parent poms for 4.6
2015-03-16461427 Add build-time dependency to arbitrary SWT fragment versionTobias Oberlies1-2/+2
- When building the org.eclipse.swt project without having org.eclipse.swt.binaries in the reactor, there are no SWT fragments which exactly match the version of the SWT host bundle. Therefore, we need a different way to pull in the fragments. With this change, this is done via a (build time only) bundle with has a p2.inf similar to org.eclipse.swt, but without the strict version ranges. Bug: 461427 Change-Id: I15db9620e0011b4e232ff5adb52504830c7b1662 Signed-off-by: Tobias Oberlies <tobias.oberlies@sap.com> Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-01-16Bug 457657 - Move swt.examples to Java 1.6Alexander Kurtakov6-13/+103
Bump BREE, fix new warnings and enable save actions. Change-Id: I4b64b22e5b05a296a9704255684346972c4afad6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-07-16Bug 439640 - SWT should increase bundle version in master toArun Thondapu2-2/+2
3.104.0.qualifier Change-Id: I1f114f9ee5c15626e7ad87a0508ac4b0f10582ff Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsPaul 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-18Bug 428390 - Remove unneeded activators from examplesAlexander Kurtakov1-39/+4
All but BrowserDemoPlugin activators are not needed so they are removed. BrowserDemoPlugin itself is reduced to bare minimum. Change-Id: I1f9743f21e3bf4c98bba36f37be2971478934930 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-01-09Bug 425157 - Do not use nested jars in swt examples.Alexander Kurtakov2-4/+3
There is no need to use nested jars nowadays, they are not properly handled by tycho builds, leave the build tree dirty and etc. Additionally required bundles have been optimized to prevent exessive resolving and useless activator is removed. Change-Id: I3583345714fdf0619c824469ec257992cc712754 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-11-20Clean up browser.demo.Alexander Kurtakov3-2/+4
* Externalize view.name. * Use FileLocator.resolve instead of deprecated Platform.resolve. Change-Id: I451df496ea50d74d34cb7cc421171b0391710036 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-11-19SWT examples cleanup.Alexander Kurtakov3-0/+5
* Add missing annotations. * Remove unneeded casts. * Remove empty statements. Change-Id: Iac2e258d17837cde3f7518012c51a7851af73591 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-11-18Set BREE for examples.Alexander Kurtakov3-9/+9
Java 1.5 for all. Generify one class. Change-Id: If855d737aa1ec929b02465eb13761d5e693ec665 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-08-27Bug 413734 - SWT should increase bundle version in master to 3.103.0.qualifierSilenio Quarti2-2/+2
2013-06-26Bug 411167 - Update parent POMs for LunaSilenio Quarti1-1/+1
2013-04-19Bug 403412: Samples miss stylesheetDani Megert1-1/+2
2013-03-27Bug 403967 - Update Platform SWT parent versionsSilenio Quarti1-4/+2
2013-03-11Bug 401797 - [CBI] Versions for SWT decreased in CBI build compared to PDE buildv4322cv4322bI20130313-0800I20130312-2000I20130312-1000I20130312-0800I20130311-2000Silenio Quarti2-2/+2
2013-02-25Bug 397850 - [CBI] use the correct group IDs for all artifactsSilenio Quarti1-2/+2
2013-01-08Bug 396104 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) for ↵Bogdan Gheorghe1-1/+1
eclipse.swt
2012-09-17Bug 381192 - SWT is not ready for Tycho builds - comment#37Silenio Quarti1-1/+1
2012-07-19update version strings for 4.3 streamv4301bGrant Gayed1-1/+1
2012-05-23Add poms for Tycho buildIgor Fedorenko1-0/+26
2012-04-11Convert all files with CRLF and CR to LFBogdan Gheorghe4-120/+120
2011-07-14fixing project name (used by egit)Silenio Quarti1-1/+1
2009-06-26273653 - all swt.example* bundles lack manifestsKevin Barnes3-23/+22
2008-06-09236288 - update ... to include about.htmlGrant Gayed2-1/+2
2007-05-31After copyright bash for 3.3 RC3AFTER_COPYRIGHT_BASH_FOR_33RC3Carolyn MacLeod2-3/+3
2006-12-11Set compiler compliance level to 1.4 so that empty statements (;;) are flaggedCarolyn MacLeod1-0/+12
2006-06-07145558Grant Gayed1-1/+1

Back to the top