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>czechaddress</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>czechaddress</name>
|
---|
11 | <properties/>
|
---|
12 | <folders>
|
---|
13 | <source-folder>
|
---|
14 | <label>czechaddress</label>
|
---|
15 | <location>.</location>
|
---|
16 | <encoding>UTF-8</encoding>
|
---|
17 | </source-folder>
|
---|
18 | <source-folder>
|
---|
19 | <label>src</label>
|
---|
20 | <type>java</type>
|
---|
21 | <location>src</location>
|
---|
22 | <encoding>UTF-8</encoding>
|
---|
23 | </source-folder>
|
---|
24 | <source-folder>
|
---|
25 | <label>tests</label>
|
---|
26 | <type>java</type>
|
---|
27 | <location>tests</location>
|
---|
28 | <encoding>UTF-8</encoding>
|
---|
29 | </source-folder>
|
---|
30 | </folders>
|
---|
31 | <ide-actions>
|
---|
32 | <action name="build">
|
---|
33 | <target>dist</target>
|
---|
34 | </action>
|
---|
35 | <action name="clean">
|
---|
36 | <target>clean</target>
|
---|
37 | </action>
|
---|
38 | <action name="javadoc">
|
---|
39 | <target>doc</target>
|
---|
40 | </action>
|
---|
41 | <action name="run">
|
---|
42 | <target>run</target>
|
---|
43 | </action>
|
---|
44 | <action name="rebuild">
|
---|
45 | <target>clean</target>
|
---|
46 | <target>dist</target>
|
---|
47 | </action>
|
---|
48 | </ide-actions>
|
---|
49 | <export>
|
---|
50 | <type>folder</type>
|
---|
51 | <location>build</location>
|
---|
52 | <build-target>compile</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>tests</label>
|
---|
62 | <location>tests</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="run"/>
|
---|
74 | </context-menu>
|
---|
75 | </view>
|
---|
76 | <subprojects/>
|
---|
77 | </general-data>
|
---|
78 | <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
|
---|
79 | <compilation-unit>
|
---|
80 | <package-root>src</package-root>
|
---|
81 | <classpath mode="compile">../../core/build:../../core/src</classpath>
|
---|
82 | <built-to>build</built-to>
|
---|
83 | <javadoc-built-to>doc</javadoc-built-to>
|
---|
84 | <source-level>1.5</source-level>
|
---|
85 | </compilation-unit>
|
---|
86 | <compilation-unit>
|
---|
87 | <package-root>tests</package-root>
|
---|
88 | <unit-tests/>
|
---|
89 | <source-level>1.5</source-level>
|
---|
90 | </compilation-unit>
|
---|
91 | </java-data>
|
---|
92 | </configuration>
|
---|
93 | </project>
|
---|