Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-21Bug 530393 - EPL 2.0 update for SWT bundlesLars Vogel1-3/+6
Update all sources files except .exsd files, Java pref files and pom files Staged via: git grep --name-only 'Eclipse Public License 2.0' > input.txt Manually added \ before the spaces in the directories with spaces cat input.txt | xargs git add Regex used: 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: If93c95c1ce4c7ee8345dea43e7b9ae71f5fa4739 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-19Removes redundant modifiers from swt.events packagesLars Vogel1-6/+6
Based on cleaup action and manually adding public to the static method overrides Change-Id: I9c45d15c361f9d6cd80cfb382cc184bd1d177fea Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-08-11Bug 520884 - [api] Provide helpers to use lambda expressions forAlexander Kurtakov1-2/+55
MouseTrackListener Add helper methods. Change-Id: Ib4c35959c86004e6d127526c6220d7afa7c75f56 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-12-13Revert "Bug 483642 - Retire internal SWTEventListener and SWTEventObject class"Alexander Kurtakov1-2/+2
This reverts commit 79f0e151d1e7b1a53c158263008354d8e2aadce6. There are cases when child eclipse can not be run with this patch. Reverting to be sure to not break things badly. Change-Id: Icd0b6c3f6f063ded2a57c19e2fe3ef2f222689e3
2016-12-13Bug 483642 - Retire internal SWTEventListener and SWTEventObject classFabian Pfaff1-2/+2
* removes SWTEventListener interface * uses EventListener instead * removes SWTEventObject class * uses EventObject instead Change-Id: I1e882a0b288fb3adf3243db93c319f22320e0f3e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Signed-off-by: Fabian Pfaff <fabian.pfaff@vogella.com>
2013-05-28Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod1-1/+1
2011-09-23fix permission of filesSilenio1-0/+0
2009-07-01restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti1-0/+59
2009-06-30*** empty log message ***Felipe Heidrich1-59/+0
2009-05-29After copyright bash for 3.5RC4AFTER_COPYRIGHT_BASH_FOR_35RC4Carolyn MacLeod1-1/+1
2005-02-28Updated legal documentation for Eclipse 3.1 stream and CPL to EPL transitionVeronika Irvine1-4/+4
2003-03-10Copyright fix - automated changesv20030310-postcopyrightupdateDean Roberts1-6/+10
2003-03-05Converting Binary files to ASCIIVeronika Irvine1-51/+51
2002-06-18updating copyrightv2047-postcopyrightVeronika Irvine1-2/+4
2001-10-16changed Event...Compatability to SWTEvent...Mike Wilson1-2/+2
2001-10-04new interfaces for j2me compatabilityChristophe Cornu1-2/+2
2001-06-21initv125win32_copyrepository_move_21_06_2001_bVeronika Irvine1-3/+3
2001-05-11initializing database with SWT 0.105Veronika Irvine1-0/+53

    Back to the top