diff options
author | nobody <nobody@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2006-03-07 17:42:45 +0000 |
---|---|---|
committer | nobody <nobody@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2006-03-07 17:42:45 +0000 |
commit | 4ca165a994e64c6bdf35d1f833b2144a5c0953fd (patch) | |
tree | 535d86f45afccd54017d7f9a647302d1409d4312 /nbproject/project.xml | |
parent | 3fff993afa1895fbc70f405c2585b41146bea748 (diff) |
This commit was manufactured by cvs2svn to create tagpostmerge-1_5-1_4_0-fcs
'postmerge-1_5-1_4_0-fcs'.
Diffstat (limited to 'nbproject/project.xml')
-rw-r--r-- | nbproject/project.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml index 411d578..63dc7a5 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>j3d-examples-1.4.0</name> + <name>j3d-examples-1.5.0</name> <properties/> <folders> <source-folder> @@ -45,12 +45,16 @@ <ide-action name="rebuild"/> </context-menu> </view> - <subprojects/> + <subprojects> + <project>../j3d-core</project> + <project>../vecmath</project> + </subprojects> </general-data> <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"> <compilation-unit> <package-root>src/classes</package-root> - <source-level>1.4</source-level> + <classpath mode="compile">../j3d-core/build/default/debug/lib/ext/j3dcore.jar:../j3d-core/build/default/debug/lib/ext/j3dutils.jar:../vecmath/build/debug/lib/ext/vecmath.jar</classpath> + <source-level>1.5</source-level> </compilation-unit> </java-data> </configuration> |