Changes between Initial Version and Version 1 of Devel/SWT


Ignore:
Timestamp:
10/01/07 11:25:35 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Devel/SWT

    v1 v1  
     1= Using SWT =
     2
     3Notice: -XstartOnFirstThread JVM option is required to launch SWT application in Mac OS X.
     4
     5{{{
     6<dependency>
     7 <groupId>org.eclipse.swt</groupId>
     8 <artifactId>${swt.os-specific-dep}</artifactId>
     9 <version>3.3</version>
     10</dependency>
     11}}}