diff options
-rw-r--r-- | nbproject/project.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml index c9ba089..9ceffb4 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -21,6 +21,11 @@ <type>java</type> <location>../j3d-core-utils/src/classes/share</location> </source-folder> + <source-folder> + <label>build/default/debug/gen/classes</label> + <type>java</type> + <location>build/default/debug/gen/classes</location> + </source-folder> </folders> <ide-actions> <action name="build"> @@ -57,6 +62,10 @@ <label>../j3d-core-utils/src/classes/share</label> <location>../j3d-core-utils/src/classes/share</location> </source-folder> + <source-folder style="packages"> + <label>build/default/debug/gen/classes</label> + <location>build/default/debug/gen/classes</location> + </source-folder> <source-file> <location>build.xml</location> </source-file> @@ -76,7 +85,8 @@ <compilation-unit> <package-root>src/classes/share</package-root> <package-root>../j3d-core-utils/src/classes/share</package-root> - <classpath mode="compile">../vecmath/build/debug/lib/ext/vecmath.jar:build/default/debug/gen/classes</classpath> + <package-root>build/default/debug/gen/classes</package-root> + <classpath mode="compile">../vecmath/build/debug/lib/ext/vecmath.jar</classpath> <built-to>build/default/debug/lib/ext/j3dcore.jar</built-to> <built-to>build/default/debug/lib/ext/j3dutils.jar</built-to> <source-level>1.5</source-level> |