source: osm/applications/editors/josm/plugins/FastDraw/nbproject/project.xml@ 35405

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

see #josm11390 - switch to Java 8

File size: 4.0 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>FastDraw</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>FastDraw</name>
16 <properties/>
17 <folders>
18 <source-folder>
19 <label>FastDraw</label>
20 <location>.</location>
21 <encoding>UTF-8</encoding>
22 </source-folder>
23 <source-folder>
24 <label>src</label>
25 <type>java</type>
26 <location>src</location>
27 <encoding>UTF-8</encoding>
28 </source-folder>
29 <build-file>
30 <location>F:\josm\core\dist\josm-custom.jar</location>
31 </build-file>
32 </folders>
33 <ide-actions>
34 <action name="build">
35 <target>install</target>
36 </action>
37 <action name="clean">
38 <target>clean</target>
39 </action>
40 <action name="run">
41 <target>runjosm</target>
42 </action>
43 <action name="test">
44 <target>test</target>
45 </action>
46 <action name="rebuild">
47 <target>clean</target>
48 <target>install</target>
49 </action>
50 <action name="debug">
51 <script>nbproject/ide-file-targets.xml</script>
52 <target>debug-nb</target>
53 </action>
54 </ide-actions>
55 <export>
56 <type>jar</type>
57 <location>F:\josm\core\dist\josm-custom.jar</location>
58 <build-target>install</build-target>
59 </export>
60 <view>
61 <items>
62 <source-folder style="packages">
63 <label>src</label>
64 <location>src</location>
65 </source-folder>
66 <source-file>
67 <location>build.xml</location>
68 </source-file>
69 </items>
70 <context-menu>
71 <ide-action name="build"/>
72 <ide-action name="rebuild"/>
73 <ide-action name="clean"/>
74 <ide-action name="run"/>
75 <ide-action name="test"/>
76 <ide-action name="debug"/>
77 </context-menu>
78 </view>
79 <subprojects/>
80 </general-data>
81 <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/3">
82 <compilation-unit>
83 <package-root>src</package-root>
84 <classpath mode="compile">../../core/src</classpath>
85 <built-to>F:\josm\core\dist\josm-custom.jar</built-to>
86 <source-level>1.8</source-level>
87 </compilation-unit>
88 </java-data>
89 </configuration>
90</project>
Note: See TracBrowser for help on using the repository browser.