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

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

Initial revision of new plugin CzechAddress

File size: 4.6 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 <folders>
8 <source-folder>
9 <label>src</label>
10 <type>java</type>
11 <location>src</location>
12 </source-folder>
13 </folders>
14 <ide-actions>
15 <action name="build">
16 <target>dist</target>
17 </action>
18 <action name="clean">
19 <target>clean</target>
20 </action>
21 <action name="javadoc">
22 <target>doc</target>
23 </action>
24 <action name="run">
25 <target>run</target>
26 </action>
27 <action name="rebuild">
28 <target>clean</target>
29 <target>dist</target>
30 </action>
31 </ide-actions>
32 <view>
33 <items>
34 <source-folder style="packages">
35 <label>src</label>
36 <location>src</location>
37 </source-folder>
38 </items>
39 <context-menu>
40 <ide-action name="build"/>
41 <ide-action name="clean"/>
42 <ide-action name="javadoc"/>
43 <ide-action name="run"/>
44 <ide-action name="rebuild"/>
45 </context-menu>
46 </view>
47 <subprojects/>
48 </general-data>
49 <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
50 <!-- Do not use Project Properties customizer when editing this file manually. -->
51 <name>czechaddress</name>
52 <properties/>
53 <folders>
54 <source-folder>
55 <label>czechaddress</label>
56 <location>.</location>
57 <encoding>UTF-8</encoding>
58 </source-folder>
59 <source-folder>
60 <label>src</label>
61 <type>java</type>
62 <location>src</location>
63 <encoding>UTF-8</encoding>
64 </source-folder>
65 </folders>
66 <ide-actions>
67 <action name="build">
68 <target>compile</target>
69 </action>
70 <action name="clean">
71 <target>clean</target>
72 </action>
73 <action name="javadoc">
74 <target>doc</target>
75 </action>
76 <action name="run">
77 <target>run</target>
78 </action>
79 <action name="rebuild">
80 <target>clean</target>
81 <target>compile</target>
82 </action>
83 <action name="debug">
84 <script>nbproject/ide-targets.xml</script>
85 <target>debug-nb</target>
86 </action>
87 </ide-actions>
88 <export>
89 <type>folder</type>
90 <location>dist</location>
91 <build-target>compile</build-target>
92 </export>
93 <view>
94 <items>
95 <source-folder style="packages">
96 <label>src</label>
97 <location>src</location>
98 </source-folder>
99 <source-file>
100 <location>build.xml</location>
101 </source-file>
102 </items>
103 <context-menu>
104 <ide-action name="build"/>
105 <ide-action name="rebuild"/>
106 <ide-action name="clean"/>
107 <ide-action name="javadoc"/>
108 <ide-action name="run"/>
109 <ide-action name="debug"/>
110 </context-menu>
111 </view>
112 <subprojects/>
113 </general-data>
114 <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
115 <compilation-unit>
116 <package-root>src</package-root>
117 <classpath mode="compile">../../core/build:../../core/src</classpath>
118 <javadoc-built-to>doc</javadoc-built-to>
119 <source-level>1.5</source-level>
120 </compilation-unit>
121 </java-data>
122 </configuration>
123</project>
Note: See TracBrowser for help on using the repository browser.