diff options
author | Vitaly Takmazov | 2016-01-16 16:43:43 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-01-16 16:43:43 +0300 |
commit | e746ca6970bea80ec9b5ae79dda8f6332254e301 (patch) | |
tree | 92c354060fa03c5f781804ba1e38114a0a8af45c /nbproject/project.xml | |
parent | 694bc7b9dd4f3e7d0a918ddb2327dbb676fc6465 (diff) |
moved to Gradle
Diffstat (limited to 'nbproject/project.xml')
-rw-r--r-- | nbproject/project.xml | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml deleted file mode 100644 index 48bac001..00000000 --- a/nbproject/project.xml +++ /dev/null @@ -1,50 +0,0 @@ -<?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_json</foreign-project> - <artifact-type>jar</artifact-type> - <script>${project.com_juick_json}/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> |