diff options
author | Michael Bien <[email protected]> | 2009-10-21 17:22:29 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-10-21 17:22:29 +0200 |
commit | 84cc0fddb4da1add636978afecf58df01fb3c35b (patch) | |
tree | ef6deb5b75e0fb3b5d4367937f84b1c039f1f0c7 /nbproject/project.xml |
initial import of jocl-demos project.
added first demo: HelloJOCL.
Diffstat (limited to 'nbproject/project.xml')
-rw-r--r-- | nbproject/project.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml new file mode 100644 index 0000000..893191e --- /dev/null +++ b/nbproject/project.xml @@ -0,0 +1,25 @@ +<?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-demos</name> + <source-roots> + <root id="src.dir"/> + </source-roots> + <test-roots> + <root id="test.src.dir"/> + </test-roots> + </data> + <references xmlns="http://www.netbeans.org/ns/ant-project-references/1"> + <reference> + <foreign-project>JOCL</foreign-project> + <artifact-type>jar</artifact-type> + <script>build.xml</script> + <target>jar</target> + <clean-target>clean</clean-target> + <id>jar</id> + </reference> + </references> + </configuration> +</project> |