diff options
author | Michael Bien <[email protected]> | 2010-04-15 19:59:30 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-15 19:59:30 +0200 |
commit | 623106ad55c9b0e99b355fff8cef95e76bdbc6a3 (patch) | |
tree | 057b94e0b18d1a0fc1cf432b84536a0f60f0b94e /nbproject | |
parent | bd4904fb04ab2168aeaf76e74385b3991429289a (diff) |
added junit test folder to NetBeans project config.
Diffstat (limited to 'nbproject')
-rwxr-xr-x | nbproject/project.xml | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml index 9f8a897bd..f1a94a2a5 100755 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -47,6 +47,12 @@ <location>src/nativewindow/classes</location> <encoding>UTF-8</encoding> </source-folder> + <source-folder> + <label>src/junit</label> + <type>java</type> + <location>src/junit</location> + <encoding>UTF-8</encoding> + </source-folder> </folders> <ide-actions> <action name="build"> @@ -112,6 +118,10 @@ <label>nativewindow</label> <location>src/nativewindow/classes</location> </source-folder> + <source-folder style="packages"> + <label>src/junit</label> + <location>src/junit</location> + </source-folder> <source-file> <location>${ant.script}</location> </source-file> @@ -130,12 +140,13 @@ <compilation-unit> <package-root>src/newt/classes</package-root> <package-root>src/jogl/classes</package-root> - <package-root>build/jogl/gensrc/classes</package-root> <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</classpath> + <package-root>src/junit</package-root> + <classpath mode="compile">../gluegen/build/gluegen-rt.jar:../gluegen/make/lib/junit-4.5.jar</classpath> <built-to>bin</built-to> - <source-level>1.4</source-level> + <source-level>1.5</source-level> </compilation-unit> </java-data> </configuration> |