Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Roadmap
View Tickets
Search
Context Navigation
← Previous Change
Wiki History
Next Change
→
Changes between
Initial Version
and
Version 1
of
Devel/SWT
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
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
3
Notice: -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
}}}