ePen jface-fork
Status: Beta
Brought to you by:
digulla
File | Date | Author | Commit |
---|---|---|---|
.settings | 2011-01-04 |
![]() |
[5789dd] Nail down encoding and line ending |
lib | 2011-01-04 |
![]() |
[c0bc6b] Updated FontRegistry for new SWT API |
src | 2011-01-04 |
![]() |
[b0cfe2] Updated all widgets for the new GCFactory and t... |
.classpath | 2011-01-04 |
![]() |
[c0bc6b] Updated FontRegistry for new SWT API |
.hgignore | 2011-01-04 |
![]() |
[d852d9] The usual ignores |
.project | 2011-01-04 |
![]() |
[0d79a1] Eclipse files |
README.txt | 2011-01-04 |
![]() |
[28db12] How to build the project |
build.xml | 2011-01-04 |
![]() |
[c0bc6b] Updated FontRegistry for new SWT API |
------- Eclipse ------- To build this project with Eclipse, you must define two variables: SWT_JAR SWT_SOURCES Point them to the SWT Jar for your platform and the sources for it. Look into the plugins/ folder of Eclipse or clone the SWT-Fork project at http://epen.hg.sourceforge.net/hgweb/epen/ --- Ant --- To build the project with Ant from the command line, create a file $HOME/.ant/properties/jface-fork.properties and define "swt.jar" in it. The value must be the path to the SWT Jar for your platform.