aboutsummaryrefslogtreecommitdiffstats
path: root/make/lib/swt/cocoa-macosx-x86_64/about_files
Commit message (Collapse)AuthorAgeFilesLines
* Bump SWT to Release 4.14-201912100610 (jogl/make/lib/swt)Sven Gothel2020-01-061-373/+373
| | | | Due to issues on MacOS, added the src.zip for MacOS as well.
* Bug 1362: Replace SWT 4.3.0 -> 4.11.0Sven Gothel2019-04-051-0/+373
| | | | | | https://download.eclipse.org/eclipse/downloads/drops4/R-4.11-201903070500/ This binary make/lib drop is only required for build and unit tests.
* Added two simple SWT unit tests.Wade Walker2011-02-022-0/+855
Added a test that draws one triangle, using both the SWT canvas and the AWT canvas with the SWT_AWT bridge. Also added the SWT JARs for each platform to make/lib (since that's where antlr.jar and junit.jar were stored). Modified the make files to build and run the new tests.