aboutsummaryrefslogtreecommitdiffstats
path: root/nbproject
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-02 05:57:16 +0100
committerSven Gothel <[email protected]>2011-02-02 05:57:16 +0100
commit9129498d4c82684d0c2fe56fbe3f2bfa9e835d33 (patch)
treef85c3a0fe7656dc0c0af6c7045d5c5b74f885823 /nbproject
parente93ee652a80dd8f4f1f4d1f6a1075388856e2e5c (diff)
Fix SWT tests in due to changes, minor linux fix
Diffstat (limited to 'nbproject')
-rw-r--r--nbproject/project.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml
index be7660190..c666d1190 100644
--- a/nbproject/project.xml
+++ b/nbproject/project.xml
@@ -13,6 +13,11 @@
</properties>
<folders>
<source-folder>
+ <label>JOGL</label>
+ <location>.</location>
+ <encoding>UTF-8</encoding>
+ </source-folder>
+ <source-folder>
<label>nativewindow gensrc</label>
<type>java</type>
<location>build/nativewindow/gensrc/classes</location>
@@ -48,11 +53,6 @@
<location>src/test</location>
<encoding>UTF-8</encoding>
</source-folder>
- <source-folder>
- <label>JOGL</label>
- <location>.</location>
- <encoding>UTF-8</encoding>
- </source-folder>
</folders>
<ide-actions>
<action name="build">
@@ -201,14 +201,14 @@
<package-root>src/nativewindow/classes</package-root>
<package-root>build/jogl/gensrc/classes</package-root>
<package-root>build/nativewindow/gensrc/classes</package-root>
- <classpath mode="compile">../gluegen/build/gluegen.jar:../gluegen/build/gluegen-rt.jar</classpath>
+ <classpath mode="compile">../gluegen/build/gluegen.jar:../gluegen/build/gluegen-rt.jar:make/lib/swt/gtk-linux-x86_64/swt-debug.jar</classpath>
<built-to>bin</built-to>
<source-level>1.4</source-level>
</compilation-unit>
<compilation-unit>
<package-root>src/test</package-root>
<unit-tests/>
- <classpath mode="compile">build/jogl/classes:build/jogl/gensrc/classes:build/newt/classes:build/nativewindow/classes:build/nativewindow/gensrc/classes:build/test/build/classes:${jdk.home}/lib/tools.jar:${ant.core.lib}:${ant.home}/lib/ant-junit.jar:../gluegen/make/lib/antlr.jar:../gluegen/make/lib/junit.jar:../gluegen/build/gluegen-rt.jar</classpath>
+ <classpath mode="compile">build/jogl/classes:build/jogl/gensrc/classes:build/newt/classes:build/nativewindow/classes:build/nativewindow/gensrc/classes:build/test/build/classes:${jdk.home}/lib/tools.jar:${ant.core.lib}:${ant.home}/lib/ant-junit.jar:../gluegen/make/lib/antlr.jar:../gluegen/make/lib/junit.jar:../gluegen/build/gluegen-rt.jar:make/lib/swt/gtk-linux-x86_64/swt-debug.jar</classpath>
<built-to>bin</built-to>
<source-level>1.5</source-level>
</compilation-unit>