source: osm/applications/editors/josm/plugins/infomode/nbproject/project.xml@ 30416

Last change on this file since 30416 was 30416, checked in by donvip, 10 years ago

[josm_plugins] switch plugins to Java 7

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