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

Last change on this file since 31106 was 31106, checked in by nkaragiannakis, 9 years ago

initial commit

File size: 4.3 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/log4j-1.2.17.jar:lib/liblinear-java-1.95.jar:lib/jena-core-2.12.0.jar:lib/jts-1.13.jar:lib/gt-api-9.3.jar:lib/gt-referencing-9.3.jar:lib/gt-opengis-9.3.jar:lib/gt-metadata-9.3.jar:lib/slf4j-api-1.7.6.jar:lib/xercesImpl-2.11.0.jar:lib/commons-lang3-3.3.2.jar:lib/commons-pool-1.5.4.jar:lib/gt-api-9.3.jar:lib/gt-metadata-9.3.jar:lib/gt-opengis-9.3.jar:lib/gt-referencing-9.3.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/jts-1.13.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-api-1.7.6.jar:lib/slf4j-log4j12-1.7.6.jar:lib/vecmath-1.3.2.jar:lib/xercesImpl-2.11.0.jar:lib/xml-apis-1.4.01.jar</classpath>
84 <built-to>../../dist</built-to>
85 <source-level>1.7</source-level>
86 </compilation-unit>
87 </java-data>
88 </configuration>
89</project>
Note: See TracBrowser for help on using the repository browser.