diff options
author | Sven Gothel <[email protected]> | 2008-07-21 07:58:22 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-07-21 07:58:22 +0000 |
commit | bcd03ce42585f197c81dcc50e4b289494dbc7c65 (patch) | |
tree | f86b5e09eec01e9e2a890e681bb55ab7d07eee0e /src/jbullet/nbproject/project.xml | |
parent | c77431971bb293ff2dd5ed61857af13ea0bc2f68 (diff) |
Initial jbullet commit - workin ragdoll for profiles (GLES1, GL2ES12 and GL2)
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@262 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'src/jbullet/nbproject/project.xml')
-rw-r--r-- | src/jbullet/nbproject/project.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/jbullet/nbproject/project.xml b/src/jbullet/nbproject/project.xml new file mode 100644 index 0000000..f32ffbd --- /dev/null +++ b/src/jbullet/nbproject/project.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://www.netbeans.org/ns/project/1"> + <type>org.netbeans.modules.java.j2seproject</type> + <configuration> + <data xmlns="http://www.netbeans.org/ns/j2se-project/3"> + <name>jbullet</name> + <minimum-ant-version>1.6.5</minimum-ant-version> + <source-roots> + <root id="src.dir"/> + </source-roots> + <test-roots> + <root id="test.src.dir"/> + </test-roots> + </data> + <libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1"> + <definitions>lib/nblibraries.properties</definitions> + </libraries> + </configuration> +</project> |