source: osm/applications/editors/josm/plugins/alignways/nbproject/project.xml@ 36274

Last change on this file since 36274 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>alignways</name>
7 </general-data>
8 <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
9 <!-- Не используйте диалоговое окно свойств проекта при редактировании данного файла вручную. -->
10 <name>alignways</name>
11 <properties/>
12 <folders>
13 <source-folder>
14 <label>alignways</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 <source-folder>
25 <label>test\unit</label>
26 <type>java</type>
27 <location>test/unit</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>install</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\unit</label>
54 <location>test/unit</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 <subprojects/>
68 </general-data>
69 <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/3">
70 <compilation-unit>
71 <package-root>src</package-root>
72 <classpath mode="compile">../../core/src</classpath>
73 <source-level>1.8</source-level>
74 </compilation-unit>
75 <compilation-unit>
76 <package-root>test/unit</package-root>
77 <unit-tests/>
78 <source-level>1.8</source-level>
79 </compilation-unit>
80 </java-data>
81 </configuration>
82</project>
Note: See TracBrowser for help on using the repository browser.