source: osm/applications/editors/josm/plugins/FastDraw/nbproject/project.xml@ 30928

Last change on this file since 30928 was 30709, checked in by akks, 10 years ago

JOSM/FastDraw: do not catch keys from other windows, fix default tags combobox

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