Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-12-11Use jdk 5 for-each loopCarsten Hammer1-2/+1
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: Iea93040f03a56b0e16fef194e4e99f71954664a4 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-12-11Version increments for 4.15 streamKarsten Thoms2-2/+2
For changes: - https://git.eclipse.org/r/#/c/153220/ - https://git.eclipse.org/r/#/c/153221/ - https://git.eclipse.org/r/#/c/153223/ - https://git.eclipse.org/r/#/c/153224/ - https://git.eclipse.org/r/#/c/153438/ Change-Id: I2af5afbf55d2c51d5a8abc57e6cc4cce62a5c88b Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-12-06Bug 553742 - POM and product version change for 4.15 releaseY20191208-2315I20191209-1110Niraj Modi1-1/+1
Change-Id: Ice53ce67b7f5db60093be040c43b552e59cae7f1 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-09-06Bug 550767 - POM and product version change for 4.14 releaseNiraj Modi1-1/+1
Change-Id: I5f4b86dce47eb22017d41072167fcd28e00e983a Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-06-24Bug 474156 - Run API Tools builder in the Gerrit verification buildMickael Istria1-0/+4
Change-Id: I7e9f00f30fe69a610a59a16d697df43b74855723 Signed-off-by: Mickael Istria <mistria@redhat.com>
2019-06-14Bug 547304 - [cleanup] Fix wrong space/tab indentationPaul Pazderski4-19/+19
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: Ib7b260691acee06845cc580dd8cb859de0da8bf1
2019-06-144.13 version updates ofPaul Pazderski2-2/+2
org.eclipse.swt.examples org.eclipse.swt.examples.launcher org.eclipse.swt.examples.ole.win32 Required for https://git.eclipse.org/r/142399 Change-Id: I0a7483d7cee3afe10e719e51e7568c9292f55094
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-19Bump versions for 4.10 stream.Alexander Kurtakov2-2/+2
Change-Id: Ie6cd01ef133af2634204dd34a8e8bf6707281bc2 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-09-14Bug 536766 - Drop 32 bit support in 4.10Sravan Kumar Lakkimsetti2-11/+0
Change-Id: I4bd55029efb18daad6efbe8172892b9911a6dc71 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.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 Vogel6-18/+36
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-15Bug 529811 - Convert ole win32 examples to Java 8Alexander Kurtakov7-167/+231
Convert ole win32 examples to Java 8 to kep it in sync with rest of swt git repo. Change-Id: I88be7760b3d98a159a9404e985b8a1f16d3d9df8 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
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.
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-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-04-22Bug 465129: Comparator errors in I20150421-0800 related to swt ole examplesMarkus Keller2-1/+2
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-19Bug 428543 - Remove import.properties filesAlexander Kurtakov1-14/+0
Forgotten to remove o.e.swt.examples.ole.win32/src/import.properties. Change-Id: I086dc8325f7a0ffe9eb8883cbbf9efea33c089f5 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-01-09Bug 425157 - Do not use nested jars in swt examples.Alexander Kurtakov2-3/+2
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-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 396105 - Merge in CBI patches from 4.2.2 into 4.3 (non-pom changes) for ↵Bogdan Gheorghe1-0/+11
eclipse.swt
2013-01-08Bug 396104 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) for ↵Bogdan Gheorghe1-1/+25
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
2011-09-23fix permission of filesSilenio15-0/+0
2011-07-12updated .gitignoreBogdan Gheorghe1-1/+0
2009-06-26273653 - all swt.example* bundles lack manifestsKevin Barnes3-22/+22
2008-10-30Bug 237102 - [OLE] OleControlSite with Excel.Sheet renders deactivated view ↵Duong Nguyen1-7/+24
improperly
2007-10-02*** empty log message ***Duong Nguyen1-1/+1
2007-05-31After copyright bash for 3.3 RC3AFTER_COPYRIGHT_BASH_FOR_33RC3Carolyn MacLeod1-1/+1
2007-03-21typo - ExcelCarolyn MacLeod1-1/+1
2007-02-23- fixed opening PDF in placeSteve Northover1-0/+5
2007-02-22Added OLE ExampleSteve Northover3-0/+319
2006-12-11Set compiler compliance level to 1.4 so that empty statements (;;) are flaggedCarolyn MacLeod1-0/+12

Back to the top