source: osm/applications/editors/josm/plugins/wikipedia/nbproject/project.xml@ 34089

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

see #josm11390 - switch to Java 8

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