diff options
author | Michael Bien <[email protected]> | 2010-07-09 03:46:36 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-07-09 03:46:36 +0200 |
commit | b2558379ed0b2ae7a0ab6bfdb0a8f2c05afa1663 (patch) | |
tree | 4d65598f5a1607f149b132deb576326b3f2a2e5a /nbproject | |
parent | d02a2933f7e7a2b27be6dc1cfe0ebfa09f9b5100 (diff) |
fixed tests, build + cleanup.
- removed junit.jar, using now gluegen's lib
- fixed paths, joal.jar contains now classes :)
- converted junit test to junit 4.x
- replaced tabs with spaces...
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/project.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml index 651bd11..bb958bd 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -86,7 +86,7 @@ <compilation-unit> <package-root>test/src</package-root> <unit-tests/> - <classpath mode="compile">../gluegen/build/gluegen-rt.jar:build/classes:test/lib/junit.jar</classpath> + <classpath mode="compile">../gluegen/build/gluegen-rt.jar:build/classes:../gluegen/make/lib/junit.jar</classpath> <source-level>1.5</source-level> </compilation-unit> </java-data> |