source: osm/applications/editors/josm/plugins/NanoLog/nbproject/project.xml@ 33593

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