diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-07-27 18:19:08 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-07-27 18:19:08 +0000 |
commit | 35ac16bdff38d75ab22b82ca0017db03506da23b (patch) | |
tree | 449a42bb31de219487c9a197d151259558a6a42c /client/trunk/nbproject/project.xml | |
parent | a6752bccf2ae0ce1f330ba9de02eafdb8e39916c (diff) | |
download | instadisc-35ac16bdff38d75ab22b82ca0017db03506da23b.tar.gz instadisc-35ac16bdff38d75ab22b82ca0017db03506da23b.tar.bz2 instadisc-35ac16bdff38d75ab22b82ca0017db03506da23b.zip |
Created NetBeans project
Diffstat (limited to 'client/trunk/nbproject/project.xml')
-rw-r--r-- | client/trunk/nbproject/project.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/client/trunk/nbproject/project.xml b/client/trunk/nbproject/project.xml new file mode 100644 index 0000000..652e0df --- /dev/null +++ b/client/trunk/nbproject/project.xml | |||
@@ -0,0 +1,19 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <project xmlns="http://www.netbeans.org/ns/project/1"> | ||
3 | <type>org.netbeans.modules.java.j2seproject</type> | ||
4 | <configuration> | ||
5 | <data xmlns="http://www.netbeans.org/ns/j2se-project/3"> | ||
6 | <name>InstaDisc</name> | ||
7 | <minimum-ant-version>1.6.5</minimum-ant-version> | ||
8 | <source-roots> | ||
9 | <root id="src.dir"/> | ||
10 | </source-roots> | ||
11 | <test-roots> | ||
12 | <root id="test.src.dir"/> | ||
13 | </test-roots> | ||
14 | </data> | ||
15 | <swingapp xmlns="http://www.netbeans.org/ns/form-swingapp/1"> | ||
16 | <application-class name="com.fourisland.instadisc.InstaDiscApp"/> | ||
17 | </swingapp> | ||
18 | </configuration> | ||
19 | </project> | ||