diff options
author | Kevin Rushforth <[email protected]> | 2007-07-17 18:08:34 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2007-07-17 18:08:34 +0000 |
commit | 7eb89d93b7863a1211055efc7b3a1c58cbd3178e (patch) | |
tree | c1f6011f2bbc1bb65b0896f2d0da4b2e542fd731 /nbproject | |
parent | e1944b5bc4f6195f9e838fcd2d8c00cd2a4700c2 (diff) |
Bump version number to 1.5.2
Back out errant changes from pepe
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@865 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/project.xml | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml index 89646cd..608a69f 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -4,7 +4,7 @@ <configuration> <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1"> <!-- Do not use Project Properties customizer when editing this file manually. --> - <name>java3d-1.5.1</name> + <name>java3d-1.5.2</name> <properties/> <folders> <source-folder> @@ -21,11 +21,6 @@ <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"> @@ -62,10 +57,6 @@ <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> @@ -77,13 +68,14 @@ <ide-action name="rebuild"/> </context-menu> </view> - <subprojects/> + <subprojects> + <project>../vecmath</project> + </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> |