Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-07 | Bug 541822 - POM and product version change for 4.11 release | Alexander Kurtakov | 1 | -1/+1 | |
Change-Id: I8454243e87078b718102ce58702c08fe8f9f163c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> | |||||
2018-09-05 | Bug 538531 - POM version change for 4.10 release | Sravan Kumar Lakkimsetti | 1 | -1/+1 | |
Change-Id: I22a7fa1170509c771d1284173aa708bf8ca6bee6 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> | |||||
2018-08-21 | Bug 530393 - EPL 2.0 update for SWT for swt.example plug-ins | Lars Vogel | 7 | -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-05 | Bug 535318 - Update license to EPL-2.0 for platform.swt in about.html | Lars Vogel | 1 | -16/+24 | |
Change-Id: I4526c5c3c2967d58e0e83f4d3eccfeabc268cff3 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> | |||||
2018-06-01 | Version 4.9 update in plaform.set as prep for the EPL 2.0 updateI20180601-0900 | Lars Vogel | 2 | -2/+2 | |
Change-Id: I3ad44261dffe9d6d9097eb2c66a49ed31a57df25 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> | |||||
2018-05-29 | Bug 535191 - POM version change for 4.9 release | Alexander Kurtakov | 1 | -1/+1 | |
Change-Id: Icf2788319e154102ecb1002b3e9783824e709266 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> | |||||
2017-11-30 | Bug 527935 - Add Automatic-Module-Name to MANIFEST.MF in SWT repo | Alexander Kurtakov | 2 | -2/+3 | |
Change-Id: I7ac7f58b3c252b6baabaacae3ac4d3b197b76ba3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> | |||||
2017-06-22 | Bug 517929 - Update POMs in the master for 4.8 release | Alexander Kurtakov | 1 | -1/+1 | |
Point to 4.8 parent pom. Change-Id: Ib1077addbb229ec9a84eb11c1882fd13816e0fec Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> | |||||
2016-07-12 | Bug 497748 - SWT should increase bundle version in master (4.7) to | Arun Thondapu | 2 | -2/+2 | |
3.106.0.qualifier Change-Id: Ie21e715979c5afc331449aeabe3dd0c10033fe4d Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com> | |||||
2016-06-28 | Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance builds | Lakshmi Shanmugam | 1 | -1/+1 | |
Updated pom files. | |||||
2015-09-28 | 478520: SWT should increase bundle version in master to | Sravan Kumar Lakkimsetti | 2 | -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-03 | Bug 455399 - Update org.eclipse.swt.examples to Java 8 | Alexander Kurtakov | 3 | -5/+5 | |
Bump BREE for all examples projects to Java 8. Change-Id: I5d2ffd451d9cfdd2cd2c542055e8a827efdf7a08 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> | |||||
2015-07-31 | Bug 474049 - Move examples to Java 1.7 | Alexander Kurtakov | 3 | -5/+94 | |
Bump BREE, change compiler settings, remove redundant type parameters. Change-Id: I80e4b39465d8b3833b8d10219e4b4b75f7688488 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> | |||||
2015-07-02 | Bug 469765: Prep for 4.6 (Neon) and 4.5 (Mars) maintenance builds - update ↵ | Markus Keller | 1 | -1/+1 | |
parent poms for 4.6 | |||||
2015-03-16 | 461427 Add build-time dependency to arbitrary SWT fragment version | Tobias Oberlies | 1 | -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-16 | Bug 457657 - Move swt.examples to Java 1.6 | Alexander Kurtakov | 3 | -5/+5 | |
Bump BREE, fix new warnings and enable save actions. Change-Id: I4b64b22e5b05a296a9704255684346972c4afad6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> | |||||
2014-07-16 | Bug 439640 - SWT should increase bundle version in master to | Arun Thondapu | 2 | -2/+2 | |
3.104.0.qualifier Change-Id: I1f114f9ee5c15626e7ad87a0508ac4b0f10582ff Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com> | |||||
2014-06-19 | Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance builds | Paul Webster | 1 | -1/+1 | |
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com> | |||||
2014-02-23 | Bug 428514 - Merge the examples project that contain only views. | Alexander Kurtakov | 23 | -0/+820 | |
A single views bundle is enough. Change-Id: I4ef7f8446ef611a072584269aef5afd4cd5ac5c0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> |
- Members
- Working Groups
- Projects
- Community
- Participate
- Eclipse IDE
-
More
-
-
Community
- Marketplace
- Events
- Planet Eclipse
- Newsletter
- Videos
- Blogs
-
Participate
- Report a Bug
- Forums
- Mailing Lists
- Wiki
- IRC
- Research
-
-
-
-
Search
-