diff options
author | Kevin Rushforth <[email protected]> | 2007-08-29 02:16:37 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2007-08-29 02:16:37 +0000 |
commit | 481d4b43d9473a3b4e42dd351e148b7de20ad2e4 (patch) | |
tree | 0c9e2e0430eae362a5ca79df157191cfe58d576c | |
parent | 54cfbc07c32493eed7823a667caee2b673d6c384 (diff) |
Fixed the way we add generated sources to nbproject file.
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@868 ba19aa83-45c5-6ac9-afd3-db810772062c
-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> |