aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-common.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-26 07:35:24 +0100
committerSven Gothel <[email protected]>2011-02-26 07:35:24 +0100
commit112e2a26004d974c3bba822fe1467a34784ec57d (patch)
tree560f5ff859587d142126beb0578ffc123d6ac99c /make/build-common.xml
parent7f2079513b661c69b82f90770f4147530f8db8a2 (diff)
GLProfile: More Tolerant for missing features; MacOSX: Fix External Context / SWT; SWT Test: Distinguish awt/headless and main-thread (osx) swt launch
Diffstat (limited to 'make/build-common.xml')
-rw-r--r--make/build-common.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/make/build-common.xml b/make/build-common.xml
index f34280ea0..4d38d7458 100644
--- a/make/build-common.xml
+++ b/make/build-common.xml
@@ -262,8 +262,8 @@
<pathelement location="${jogl.test.jar}" />
</path>
- <!-- classpath used when running SWT tests -->
- <path id="junit_jogl_swt.run.classpath">
+ <!-- classpath used when running SWT tests -->
+ <path id="junit_jogl_swt.run.classpath">
<pathelement location="${junit.jar}" />
<pathelement location="${ant.jar}" />
<pathelement location="${ant-junit.jar}" />
@@ -273,7 +273,9 @@
<pathelement location="${jogl.all.jar}" />
<pathelement location="${newt.event.jar}" />
<pathelement location="${jogl.test.jar}" />
- </path>
+ </path>
+ <property name="junit_jogl_swt.run.jars"
+ value="${junit.jar}${path.separator}${ant.jar}${path.separator}${ant-junit.jar}${path.separator}${gluegen-rt.jar}${path.separator}${swt.jar}${path.separator}${nativewindow.all.jar}${path.separator}${jogl.all.jar}${path.separator}${newt.all.jar}${path.separator}${jogl.test.jar}"/>
<path id="junit_jogl_newt.run.classpath">
<pathelement location="${junit.jar}" />