diff options
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> |