SWT Binaries/Sources for GTK2
=============================

Copyright on this code belongs to the Eclipse foundation, and all code
is covered by the Common Public Licence (see COPYING in base directory
for details).

This directory contains a modified version of the SWT sources, I had
to do the following in order to get it to compile natively with GCJ:

swt.browser.Browser	static error() method renamed to bError() (conflict with instance method)
swt.browser.PromptService  Browser.error changed to Browser.bError
swt.browser.WindowCreator  Browser.error changed to Browser.bError
swt.browser.AppFileLocProvider Browser.error changed to Browser.bError

swt.custom.TableCursor  void traverse() - changed return type to boolean to match override
swt.awt.SWT_AWT		removed since it depends on the AWT from a real Sun VM
libswt-awt-[build].so   removed as it is only dynamically linked when SWT_AWT used

