source: osm/applications/editors/josm/plugins/opendata/nbproject/project.xml@ 34899

Last change on this file since 34899 was 32680, checked in by donvip, 8 years ago

see #josm11390 - switch to Java 8

File size: 4.7 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>opendata</name>
7 </general-data>
8 <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
9 <!-- Не используйте диалоговое окно свойств проекта при редактировании данного файла вручную. -->
10 <name>opendata</name>
11 <properties/>
12 <folders>
13 <source-folder>
14 <label>includes</label>
15 <type>java</type>
16 <location>includes</location>
17 <encoding>UTF-8</encoding>
18 </source-folder>
19 <source-folder>
20 <label>modules\fr.toulouse\src</label>
21 <type>java</type>
22 <location>modules/fr.toulouse/src</location>
23 <encoding>UTF-8</encoding>
24 </source-folder>
25 <source-folder>
26 <label>src</label>
27 <type>java</type>
28 <location>src</location>
29 <encoding>UTF-8</encoding>
30 </source-folder>
31 <source-folder>
32 <label>util</label>
33 <type>java</type>
34 <location>util</location>
35 <encoding>UTF-8</encoding>
36 </source-folder>
37 <source-folder>
38 <label>opendata</label>
39 <location>.</location>
40 <encoding>UTF-8</encoding>
41 </source-folder>
42 </folders>
43 <ide-actions>
44 <action name="build">
45 <target>compile</target>
46 </action>
47 <action name="clean">
48 <target>clean</target>
49 </action>
50 <action name="javadoc">
51 <target>compile_jopendoc</target>
52 </action>
53 <action name="run">
54 <target>runjosm</target>
55 </action>
56 <action name="rebuild">
57 <target>clean</target>
58 <target>compile</target>
59 </action>
60 </ide-actions>
61 <view>
62 <items>
63 <source-folder style="packages">
64 <label>includes</label>
65 <location>includes</location>
66 </source-folder>
67 <source-folder style="packages">
68 <label>modules\fr.toulouse\src</label>
69 <location>modules/fr.toulouse/src</location>
70 </source-folder>
71 <source-folder style="packages">
72 <label>src</label>
73 <location>src</location>
74 </source-folder>
75 <source-folder style="packages">
76 <label>util</label>
77 <location>util</location>
78 </source-folder>
79 <source-file>
80 <location>build.xml</location>
81 </source-file>
82 </items>
83 <context-menu>
84 <ide-action name="build"/>
85 <ide-action name="rebuild"/>
86 <ide-action name="clean"/>
87 <ide-action name="javadoc"/>
88 <ide-action name="run"/>
89 </context-menu>
90 </view>
91 </general-data>
92 <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/3">
93 <compilation-unit>
94 <package-root>includes</package-root>
95 <classpath mode="compile">../../core/src</classpath>
96 <source-level>1.8</source-level>
97 </compilation-unit>
98 <compilation-unit>
99 <package-root>modules/fr.toulouse/src</package-root>
100 <source-level>1.8</source-level>
101 </compilation-unit>
102 <compilation-unit>
103 <package-root>src</package-root>
104 <source-level>1.8</source-level>
105 </compilation-unit>
106 <compilation-unit>
107 <package-root>util</package-root>
108 <source-level>1.8</source-level>
109 </compilation-unit>
110 </java-data>
111 </configuration>
112</project>
Note: See TracBrowser for help on using the repository browser.