aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-nativewindow.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-22 07:47:53 +0100
committerSven Gothel <[email protected]>2011-02-22 07:47:53 +0100
commit8178e39d4a65f7cae779c7fde2fd846585aed201 (patch)
tree8d1473f75ad2e48d11249595cb1a63df59715011 /make/build-nativewindow.xml
parentb15eb3df080ed0d716237aa271221f8ed4b25d5e (diff)
NativeWindow/SWT: Add SWTMisc utility allowing platform independent access
Diffstat (limited to 'make/build-nativewindow.xml')
-rw-r--r--make/build-nativewindow.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml
index 50ed109a2..14769d805 100644
--- a/make/build-nativewindow.xml
+++ b/make/build-nativewindow.xml
@@ -305,11 +305,11 @@
<javac destdir="${classes}"
excludes="${java.excludes.all}"
source="${target.sourcelevel}"
- classpath="${gluegen-rt.jar}"
fork="yes"
includeAntRuntime="false"
memoryMaximumSize="${javac.memorymax}"
debug="${javacdebug}" debuglevel="${javacdebuglevel}">
+ <classpath refid="swt_gluegen.classpath"/>
<src path="${src.java}" />
<src path="${src.generated.java}" />
</javac>