diff options
author | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2006-03-07 00:59:49 +0000 |
---|---|---|
committer | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2006-03-07 00:59:49 +0000 |
commit | cb208537519bb37d30325ada8d2f2af283306e73 (patch) | |
tree | 9d5c79b31486481b0f330e8b5454aafb8943c910 /nbproject | |
parent | 27d67dac08b9afab2efe77af7d010184373c0bc6 (diff) |
Change zip target to zip up directories relative to parent of j3d-examples (so that all files are in j3d-examples/ when unzipped)
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/project.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml index 411d578..8292987 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -50,6 +50,7 @@ <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"> <compilation-unit> <package-root>src/classes</package-root> + <classpath mode="compile">../j3d-core/build/linux-i586/debug/lib/ext/j3dcore.jar:../j3d-core/build/linux-i586/debug/lib/ext/j3dutils.jar:../vecmath/build/debug/lib/ext/vecmath.jar</classpath> <source-level>1.4</source-level> </compilation-unit> </java-data> |