diff options
author | kcr <kcr> | 2007-06-19 20:00:29 +0000 |
---|---|---|
committer | kcr <kcr> | 2007-06-19 20:00:29 +0000 |
commit | 3945300799f49c7c1f615947050c8265c3bd5b3b (patch) | |
tree | 821b41d68ff46acf1c5d9bbb044862f7d806e6b3 /nbproject | |
parent | a2517cd6f3caf63592fa3e39f86515f1a3e9ee8e (diff) |
Infrastructure for building the project
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/.cvsignore | 1 | ||||
-rw-r--r-- | nbproject/project.xml | 57 |
2 files changed, 58 insertions, 0 deletions
diff --git a/nbproject/.cvsignore b/nbproject/.cvsignore new file mode 100644 index 0000000..3e18ebf --- /dev/null +++ b/nbproject/.cvsignore @@ -0,0 +1 @@ +private diff --git a/nbproject/project.xml b/nbproject/project.xml new file mode 100644 index 0000000..761bf05 --- /dev/null +++ b/nbproject/project.xml @@ -0,0 +1,57 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://www.netbeans.org/ns/project/1"> + <type>org.netbeans.modules.ant.freeform</type> + <configuration> + <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1"> + <name>applet-launcher</name> + </general-data> + <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2"> + <!-- Do not use Project Properties customizer when editing this file manually. --> + <name>applet-launcher</name> + <properties/> + <folders> + <source-folder> + <label>src</label> + <type>java</type> + <location>src</location> + <encoding>UTF-8</encoding> + </source-folder> + </folders> + <ide-actions> + <action name="build"> + <target>jar</target> + </action> + <action name="clean"> + <target>clean</target> + </action> + <action name="rebuild"> + <target>clean</target> + <target>jar</target> + </action> + </ide-actions> + <view> + <items> + <source-folder style="packages"> + <label>src</label> + <location>src</location> + </source-folder> + <source-file> + <location>build.xml</location> + </source-file> + </items> + <context-menu> + <ide-action name="build"/> + <ide-action name="clean"/> + <ide-action name="rebuild"/> + </context-menu> + </view> + <subprojects/> + </general-data> + <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"> + <compilation-unit> + <package-root>src</package-root> + <source-level>1.5</source-level> + </compilation-unit> + </java-data> + </configuration> +</project> |