source: osm/applications/editors/josm/plugins/czechaddress/nbproject/project.xml@ 27357

Last change on this file since 27357 was 18892, checked in by rcernoch, 15 years ago

CzechAddress: Splitting ways is modified to reflect a new API

File size: 3.8 KB
Line 
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 <action name="debug">
49 <!--<script>nbproject/ide-targets.xml</script>-->
50 <target>debug</target>
51 </action>
52 </ide-actions>
53 <export>
54 <type>folder</type>
55 <location>build</location>
56 <build-target>compile</build-target>
57 </export>
58 <view>
59 <items>
60 <source-folder style="packages">
61 <label>src</label>
62 <location>src</location>
63 </source-folder>
64 <source-folder style="packages">
65 <label>tests</label>
66 <location>tests</location>
67 </source-folder>
68 <source-file>
69 <location>build.xml</location>
70 </source-file>
71 </items>
72 <context-menu>
73 <ide-action name="build"/>
74 <ide-action name="rebuild"/>
75 <ide-action name="clean"/>
76 <ide-action name="javadoc"/>
77 <ide-action name="run"/>
78 <ide-action name="debug"/>
79 </context-menu>
80 </view>
81 <subprojects/>
82 </general-data>
83 <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
84 <compilation-unit>
85 <package-root>src</package-root>
86 <classpath mode="compile">../../core/build:../../core/src</classpath>
87 <built-to>build</built-to>
88 <javadoc-built-to>doc</javadoc-built-to>
89 <source-level>1.5</source-level>
90 </compilation-unit>
91 <compilation-unit>
92 <package-root>tests</package-root>
93 <unit-tests/>
94 <source-level>1.5</source-level>
95 </compilation-unit>
96 </java-data>
97 </configuration>
98</project>
Note: See TracBrowser for help on using the repository browser.