diff options
author | Ugnich Anton | 2011-12-25 15:11:43 +0700 |
---|---|---|
committer | Ugnich Anton | 2011-12-25 15:11:43 +0700 |
commit | d416f39516085329263dccfe2521f5fe64ed6cf5 (patch) | |
tree | 9c08b8e7194022c4f384ac7b36ecee6d976753a6 /nbproject/project.xml |
Initial commit
Diffstat (limited to 'nbproject/project.xml')
-rw-r--r-- | nbproject/project.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml new file mode 100644 index 00000000..0445b566 --- /dev/null +++ b/nbproject/project.xml @@ -0,0 +1,42 @@ +<?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.jabber.ws</name> + <source-roots> + <root id="src.dir"/> + </source-roots> + <test-roots/> + </data> + <references xmlns="http://www.netbeans.org/ns/ant-project-references/2"> + <reference> + <foreign-project>com_juick</foreign-project> + <artifact-type>jar</artifact-type> + <script>${project.com_juick}/build.xml</script> + <target>jar</target> + <clean-target>clean</clean-target> + <id>jar</id> + </reference> + <reference> + <foreign-project>com_juick_server</foreign-project> + <artifact-type>jar</artifact-type> + <script>${project.com_juick_server}/build.xml</script> + <target>jar</target> + <clean-target>clean</clean-target> + <id>jar</id> + </reference> + <reference> + <foreign-project>com_juick_xmpp</foreign-project> + <artifact-type>jar</artifact-type> + <script>${project.com_juick_xmpp}/build.xml</script> + <target>jar</target> + <clean-target>clean</clean-target> + <id>jar</id> + <properties> + <property name="config.active"/> + </properties> + </reference> + </references> + </configuration> +</project> |