diff options
author | pepe <[email protected]> | 2007-07-17 08:48:49 +0000 |
---|---|---|
committer | pepe <[email protected]> | 2007-07-17 08:48:49 +0000 |
commit | e1944b5bc4f6195f9e838fcd2d8c00cd2a4700c2 (patch) | |
tree | cd5cb28b46779f60315a6b4f86648af1bd0fcc48 /nbproject | |
parent | d034e542525b57c3b277c6e8ae3575473ec85531 (diff) |
Part of update to java3d 1.5.1
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@864 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/project.xml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml index 64c2b70..89646cd 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>src\native\ogl</label> + <type>java</type> + <location>src/native/ogl</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>src\native\ogl</label> + <location>src/native/ogl</location> + </source-folder> <source-file> <location>build.xml</location> </source-file> @@ -68,14 +77,13 @@ <ide-action name="rebuild"/> </context-menu> </view> - <subprojects> - <project>../vecmath</project> - </subprojects> + <subprojects/> </general-data> <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"> <compilation-unit> <package-root>src/classes/share</package-root> <package-root>../j3d-core-utils/src/classes/share</package-root> + <package-root>src/native/ogl</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> |