diff options
author | Michael Bien <[email protected]> | 2009-07-24 18:33:42 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-07-24 18:33:42 +0200 |
commit | 1737ee672c05d956a99a91d9894556230f6363bc (patch) | |
tree | 365a728def62f6c5069a2dcd9a1f6521330e2212 /nbproject/project.xml |
initial import of JOCL the Java Bindings to OpenCL prototype
Diffstat (limited to 'nbproject/project.xml')
-rw-r--r-- | nbproject/project.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml new file mode 100644 index 00000000..6de0ad31 --- /dev/null +++ b/nbproject/project.xml @@ -0,0 +1,22 @@ +<?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>JOCL</name> + <minimum-ant-version>1.6.5</minimum-ant-version> + <source-roots> + <root id="src.dir"/> + <root id="src.java.dir"/> + <root id="src.native.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> + <references xmlns="http://www.netbeans.org/ns/ant-project-references/1"/> + </configuration> +</project> |