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

Last change on this file since 26319 was 25429, checked in by bastik, 14 years ago

add netbeans project (free form)

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>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 </ide-actions>
44 <export>
45 <type>jar</type>
46 <location>${project.dir}/../../dist/reverter.jar</location>
47 <script>${ant.script}</script>
48 <build-target>dist</build-target>
49 </export>
50 <view>
51 <items>
52 <source-folder style="packages">
53 <label>src</label>
54 <location>${project.dir}/src</location>
55 </source-folder>
56 <source-file>
57 <location>${ant.script}</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 </context-menu>
65 </view>
66 <subprojects/>
67 </general-data>
68 <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/3">
69 <compilation-unit>
70 <package-root>${project.dir}/src</package-root>
71 <classpath mode="compile">${project.dir}/../../core/dist/josm-custom.jar</classpath>
72 <built-to>${project.dir}/../../dist/reverter.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.