diff options
author | Ugnich Anton | 2011-12-25 00:05:24 +0700 |
---|---|---|
committer | Ugnich Anton | 2011-12-25 00:05:24 +0700 |
commit | bd7cfe95f4d15719f31e17d9aee6830066644948 (patch) | |
tree | 13c8fa837f17d6fbfc1b719b766c5d3e6ab8389c /nbproject/project.xml |
Initial commit
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 00000000..e1aed871 --- /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>com.juick.json</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>com_juick</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> |