Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-08-20Bug 530393 - EPL 2.0 for exsd in SWTLars Vogel1-3/+6
Only one exsd present in SWT. Regex used: find . -type f -name "*.exsd" -exec sed -i -E 's/http:\/\/www.eclipse.org\/legal\/epl-v10.html\&quot;\&gt;http:\/\/www.eclipse.org\/legal\/epl-v10.html\&lt;\/a\&gt;/https:\/\/www.eclipse.org\/legal\/epl-2.0\&quot;\&gt;https:\/\/www.eclipse.org\/legal\/epl-v20.html\&lt;\/a\&gt;\/\n\nSPDX-License-Identifier: EPL-2.0/' {} + find . -type f -name "*.exsd" | xargs sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' find . -type f -name "*.exsd" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: Ib27dc3787b5afdffac273cc764907696ad6f9f3e 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>
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-11-11Bug 481926 - Use vararg reflection methods in tests/examples/toolsAlexander Kurtakov1-1/+1
Less code to read aka easier maintenance/change. Change-Id: I4000b176bc1b6def8e091a1c9b4db998985a6cca Signed-off-by: Alexander Kurtakov <akurtako@redhat.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 Kurtakov4-15/+26
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 Kurtakov5-11/+94
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-19Bug 428543 - Remove import.properties filesAlexander Kurtakov1-14/+0
This information is part of .project files now and projects are autoconfigured on import thanks to that. Change-Id: Ic6bafd87bb896a9e6f46d3c6079be4e9c6e7758f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-02-19Bug 428512 - Adapt Java 1.5 in examplesAlexander Kurtakov2-16/+7
* Set BREE in .classpath where not set * Use foreach * Add missing Override Change-Id: I70338b87613a2eb960224aecbbcf9920b52c0d4c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-01-09Bug 425157 - Do not use nested jars in swt examples.Alexander Kurtakov2-15/+4
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-19SWT examples cleanup.Alexander Kurtakov4-1/+10
* 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 Kurtakov4-14/+13
Java 1.5 for all. Generify one class. Change-Id: If855d737aa1ec929b02465eb13761d5e693ec665 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-10-11try to solve raw type warnings for HashMap in LauncherPlugin in the buildv4409cI20131022-0800I20131015-0800Markus Keller2-2/+3
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
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-28/+27
2007-05-31After copyright bash for 3.3 RC3AFTER_COPYRIGHT_BASH_FOR_33RC3Carolyn MacLeod2-2/+2
2007-01-24170571 - Warnings in SWT launcher sampleCarolyn MacLeod2-5/+1
2006-12-11Set compiler compliance level to 1.4 so that empty statements (;;) are flaggedCarolyn MacLeod1-0/+12
2006-06-07145558Grant Gayed1-1/+1
2006-06-05about.html'sGrant Gayed2-403/+1
2006-06-01new readme's (dated May 12th)Grant Gayed2-2/+404
2006-05-11About files for 3.2v3232gCarolyn MacLeod1-9/+15
2005-10-05To be consistent, use SWT.NONE instead of SWT.NULL in the examples.Billy Biggs1-2/+2
2005-10-03110342 - double-click category didn't workCarolyn MacLeod1-1/+9

Back to the top