1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <project xmlns="http://www.netbeans.org/ns/project/1"> |
---|
3 | <type>org.netbeans.modules.ant.freeform</type> |
---|
4 | <configuration> |
---|
5 | <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1"> |
---|
6 | <name>i2p_sdk</name> |
---|
7 | </general-data> |
---|
8 | <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2"> |
---|
9 | <!-- Do not use Project Properties customizer when editing this file manually. --> |
---|
10 | <name>i2p_sdk</name> |
---|
11 | <properties/> |
---|
12 | <folders> |
---|
13 | <source-folder> |
---|
14 | <label>src</label> |
---|
15 | <type>java</type> |
---|
16 | <location>src</location> |
---|
17 | <encoding>UTF-8</encoding> |
---|
18 | </source-folder> |
---|
19 | <source-folder> |
---|
20 | <label>test</label> |
---|
21 | <type>java</type> |
---|
22 | <location>test</location> |
---|
23 | <encoding>UTF-8</encoding> |
---|
24 | </source-folder> |
---|
25 | <source-folder> |
---|
26 | <label>i2p_sdk</label> |
---|
27 | <location>.</location> |
---|
28 | <encoding>UTF-8</encoding> |
---|
29 | </source-folder> |
---|
30 | </folders> |
---|
31 | <ide-actions> |
---|
32 | <action name="build"> |
---|
33 | <target>build</target> |
---|
34 | </action> |
---|
35 | <action name="clean"> |
---|
36 | <target>clean</target> |
---|
37 | </action> |
---|
38 | <action name="javadoc"> |
---|
39 | <target>javadoc</target> |
---|
40 | </action> |
---|
41 | <action name="test"> |
---|
42 | <target>test</target> |
---|
43 | </action> |
---|
44 | <action name="rebuild"> |
---|
45 | <target>clean</target> |
---|
46 | <target>build</target> |
---|
47 | </action> |
---|
48 | </ide-actions> |
---|
49 | <export> |
---|
50 | <type>folder</type> |
---|
51 | <location>build/obj</location> |
---|
52 | <build-target>build</build-target> |
---|
53 | </export> |
---|
54 | <view> |
---|
55 | <items> |
---|
56 | <source-folder style="packages"> |
---|
57 | <label>src</label> |
---|
58 | <location>src</location> |
---|
59 | </source-folder> |
---|
60 | <source-folder style="packages"> |
---|
61 | <label>test</label> |
---|
62 | <location>test</location> |
---|
63 | </source-folder> |
---|
64 | <source-file> |
---|
65 | <location>build.xml</location> |
---|
66 | </source-file> |
---|
67 | </items> |
---|
68 | <context-menu> |
---|
69 | <ide-action name="build"/> |
---|
70 | <ide-action name="rebuild"/> |
---|
71 | <ide-action name="clean"/> |
---|
72 | <ide-action name="javadoc"/> |
---|
73 | <ide-action name="test"/> |
---|
74 | </context-menu> |
---|
75 | </view> |
---|
76 | </general-data> |
---|
77 | <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2"> |
---|
78 | <compilation-unit> |
---|
79 | <package-root>src</package-root> |
---|
80 | <built-to>build/obj</built-to> |
---|
81 | <javadoc-built-to>build/javadoc</javadoc-built-to> |
---|
82 | <source-level>1.5</source-level> |
---|
83 | </compilation-unit> |
---|
84 | <compilation-unit> |
---|
85 | <package-root>test</package-root> |
---|
86 | <unit-tests/> |
---|
87 | <source-level>1.5</source-level> |
---|
88 | </compilation-unit> |
---|
89 | </java-data> |
---|
90 | </configuration> |
---|
91 | </project> |
---|