source: osm/applications/editors/josm/plugins/OSMRecPlugin/nbproject/project.xml@ 33800

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

see #josm11390 - switch to Java 8

File size: 4.2 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 <!-- Do not use Project Properties customizer when editing this file manually.
7 To prevent the customizer from showing, create nbproject/project.properties file and enter
8auxiliary.show.customizer=false
9property there. Adding
10auxiliary.show.customizer.message=<message>
11 will show your customized message when someone attempts to open the customizer. -->
12 <name>OSMRecPlugin</name>
13 <properties/>
14 <folders>
15 <source-folder>
16 <label>src</label>
17 <type>java</type>
18 <location>src</location>
19 </source-folder>
20 <build-folder>
21 <location>../../dist</location>
22 </build-folder>
23 </folders>
24 <ide-actions>
25 <action name="build">
26 <target>compile</target>
27 </action>
28 <action name="clean">
29 <target>clean</target>
30 </action>
31 <action name="run">
32 <target>runjosm</target>
33 </action>
34 <action name="test">
35 <target>test</target>
36 </action>
37 <action name="rebuild">
38 <target>clean</target>
39 <target>compile</target>
40 </action>
41 <action name="run.single">
42 <script>nbproject/ide-file-targets.xml</script>
43 <target>run-selected-file-in-src</target>
44 <context>
45 <property>run.class</property>
46 <folder>src</folder>
47 <pattern>\.java$</pattern>
48 <format>java-name</format>
49 <arity>
50 <one-file-only/>
51 </arity>
52 </context>
53 </action>
54 </ide-actions>
55 <export>
56 <type>folder</type>
57 <location>../../dist</location>
58 <build-target>compile</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 </context-menu>
77 </view>
78 <subprojects/>
79 </general-data>
80 <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/3">
81 <compilation-unit>
82 <package-root>src</package-root>
83 <classpath mode="compile">../../core/dist/josm-custom.jar;lib/liblinear-java-1.95.jar;lib/slf4j-api-1.7.6.jar;lib/jai_core-1.1.3.jar;lib/jena-core-2.12.0.jar;lib/jena-iri-1.1.0.jar;lib/jgridshift-1.0.jar;lib/jsonic-1.2.7.jar;lib/jsr-275-1.0-beta-2.jar;lib/langdetect-1.1-20120112.jar;lib/liblinear-1.95.jar;lib/liblinear-java-1.95.jar;lib/lucene-analyzers-3.6.0.jar;lib/lucene-core-3.6.0.jar;lib/slf4j-log4j12-1.7.6.jar;lib/vecmath-1.3.2.jar;../jts/lib/jts-1.13.jar;../geotools/lib/gt-referencing-14.0.jar;../geotools/lib/gt-api-14.0.jar;../geotools/lib/gt-metadata-14.0.jar;../geotools/lib/gt-opengis-14.0.jar;../log4j/lib/log4j-1.2-api-2.3.jar;lib/xercesImpl-2.11.0.jar</classpath>
84 <built-to>../../dist</built-to>
85 <source-level>1.8</source-level>
86 </compilation-unit>
87 </java-data>
88 </configuration>
89</project>
Note: See TracBrowser for help on using the repository browser.