source: osm/applications/editors/josm/plugins/reverter/nbproject/project.xml@ 29769

Last change on this file since 29769 was 29769, checked in by akks, 11 years ago

[josm_utilsplugin2. josm_commandline, josm_livegps, josm_reverter, josm_opendata, josm_videomapping]:
rearrange menu items and change menu accelerators, add Netbeans projects, fix some syntax warnings

File size: 3.4 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>reverter</name>
7 </general-data>
8 <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
9 <!-- Do not use Project Properties customizer when editing this file manually. -->
10 <name>reverter</name>
11 <properties>
12 <property name="project.dir">.</property>
13 <property name="ant.script">${project.dir}/build.xml</property>
14 </properties>
15 <folders>
16 <source-folder>
17 <label>reverter</label>
18 <location>${project.dir}</location>
19 </source-folder>
20 <source-folder>
21 <label>src</label>
22 <type>java</type>
23 <location>${project.dir}/src</location>
24 </source-folder>
25 <build-file>
26 <location>${project.dir}/../../dist/reverter.jar</location>
27 </build-file>
28 </folders>
29 <ide-actions>
30 <action name="build">
31 <script>${ant.script}</script>
32 <target>dist</target>
33 </action>
34 <action name="clean">
35 <script>${ant.script}</script>
36 <target>clean</target>
37 </action>
38 <action name="rebuild">
39 <script>${ant.script}</script>
40 <target>clean</target>
41 <target>dist</target>
42 </action>
43 <action name="run">
44 <script>${ant.script}</script>
45 <target>runjosm</target>
46 </action>
47 </ide-actions>
48 <export>
49 <type>jar</type>
50 <location>${project.dir}/../../dist/reverter.jar</location>
51 <script>${ant.script}</script>
52 <build-target>dist</build-target>
53 </export>
54 <view>
55 <items>
56 <source-folder style="packages">
57 <label>src</label>
58 <location>${project.dir}/src</location>
59 </source-folder>
60 <source-file>
61 <location>${ant.script}</location>
62 </source-file>
63 </items>
64 <context-menu>
65 <ide-action name="build"/>
66 <ide-action name="rebuild"/>
67 <ide-action name="clean"/>
68 <ide-action name="run"/>
69 </context-menu>
70 </view>
71 <subprojects/>
72 </general-data>
73 <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/3">
74 <compilation-unit>
75 <package-root>${project.dir}/src</package-root>
76 <classpath mode="compile">${project.dir}/../../core/dist/josm-custom.jar</classpath>
77 <built-to>${project.dir}/../../dist/reverter.jar</built-to>
78 <source-level>1.6</source-level>
79 </compilation-unit>
80 </java-data>
81 </configuration>
82</project>
Note: See TracBrowser for help on using the repository browser.