source: osm/applications/editors/josm/plugins/utilsplugin2/nbproject/project.xml@ 26624

Last change on this file since 26624 was 26603, checked in by akks, 13 years ago

'Utilsplugin2: Open custom URL in browser by Shift-\'

File size: 3.1 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>utilsplugin2</name>
7 </general-data>
8 <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
9 <!-- Не используйте диалоговое окно свойств проекта при редактировании данного файла вручную. -->
10 <name>utilsplugin2</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>utilsplugin2</label>
21 <location>.</location>
22 <encoding>UTF-8</encoding>
23 </source-folder>
24 </folders>
25 <ide-actions>
26 <action name="build">
27 <target>dist</target>
28 </action>
29 <action name="clean">
30 <target>clean</target>
31 </action>
32 <action name="run">
33 <target>runjosm</target>
34 </action>
35 <action name="rebuild">
36 <target>clean</target>
37 <target>dist</target>
38 </action>
39 <action name="debug">
40 <script>nbproject/ide-targets.xml</script>
41 <target>debug-nb</target>
42 </action>
43 </ide-actions>
44 <export>
45 <type>jar</type>
46 <location>../../dist/utilsplugin2.jar</location>
47 <build-target>dist</build-target>
48 </export>
49 <view>
50 <items>
51 <source-folder style="packages">
52 <label>src</label>
53 <location>src</location>
54 </source-folder>
55 <source-file>
56 <location>build.xml</location>
57 </source-file>
58 </items>
59 <context-menu>
60 <ide-action name="build"/>
61 <ide-action name="rebuild"/>
62 <ide-action name="clean"/>
63 <ide-action name="run"/>
64 <ide-action name="debug"/>
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 <built-to>../../dist/utilsplugin2.jar</built-to>
73 <source-level>1.6</source-level>
74 </compilation-unit>
75 </java-data>
76 </configuration>
77</project>
Note: See TracBrowser for help on using the repository browser.