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

Last change on this file since 27820 was 26455, checked in by akks, 14 years ago

'FastDraw: draw last line segment, up/down=change minDelta'

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