source: osm/applications/editors/josm/plugins/imagerycache/nbproject/project.xml@ 29944

Last change on this file since 29944 was 29944, checked in by akks, 11 years ago

[JOSM_ImageryCache]: correct database cleaning, at last

File size: 2.9 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>ImageryCache</name>
7 </general-data>
8 <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
9 <!-- Не используйте диалоговое окно свойств проекта при редактировании данного файла вручную. -->
10 <name>ImageryCache</name>
11 <properties/>
12 <folders>
13 <source-folder>
14 <label>ImageryCache</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 </folders>
25 <ide-actions>
26 <action name="build">
27 <target>compile</target>
28 </action>
29 <action name="clean">
30 <target>clean</target>
31 </action>
32 <action name="run">
33 <target>runjosm</target>
34 </action>
35 <action name="rebuild">
36 <target>clean</target>
37 <target>compile</target>
38 </action>
39 <action name="test">
40 <target>runmain</target>
41 </action>
42 </ide-actions>
43 <view>
44 <items>
45 <source-folder style="packages">
46 <label>src</label>
47 <location>src</location>
48 </source-folder>
49 <source-file>
50 <location>build.xml</location>
51 </source-file>
52 </items>
53 <context-menu>
54 <ide-action name="build"/>
55 <ide-action name="rebuild"/>
56 <ide-action name="clean"/>
57 <ide-action name="run"/>
58 <ide-action name="test"/>
59 </context-menu>
60 </view>
61 <subprojects/>
62 </general-data>
63 <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/3">
64 <compilation-unit>
65 <package-root>src</package-root>
66 <classpath mode="compile">../../core/src</classpath>
67 <source-level>1.6</source-level>
68 </compilation-unit>
69 </java-data>
70 </configuration>
71</project>
Note: See TracBrowser for help on using the repository browser.