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

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

FastDraw: Better Linux Compatibilty

File size: 2.2 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>dist</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>dist</target>
29 </action>
30 </ide-actions>
31 <view>
32 <items>
33 <source-folder style="packages">
34 <label>src</label>
35 <location>src</location>
36 </source-folder>
37 <source-file>
38 <location>build.xml</location>
39 </source-file>
40 </items>
41 <context-menu>
42 <ide-action name="build"/>
43 <ide-action name="rebuild"/>
44 <ide-action name="clean"/>
45 <ide-action name="run"/>
46 </context-menu>
47 </view>
48 </general-data>
49 <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/3">
50 <compilation-unit>
51 <package-root>src</package-root>
52 <classpath mode="compile">../../core/src</classpath>
53 <source-level>1.6</source-level>
54 </compilation-unit>
55 </java-data>
56 </configuration>
57</project>
Note: See TracBrowser for help on using the repository browser.