Skip to content

Commit 05567e4

Browse files
Add netbeans freeform project files
1 parent a2aa96a commit 05567e4

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

nbproject/project.xml

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
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
8+
auxiliary.show.customizer=false
9+
property there. Adding
10+
auxiliary.show.customizer.message=<message>
11+
will show your customized message when someone attempts to open the customizer. -->
12+
<name>JNA</name>
13+
<properties/>
14+
<folders>
15+
<source-folder>
16+
<label>src</label>
17+
<type>java</type>
18+
<location>src</location>
19+
</source-folder>
20+
<source-folder>
21+
<label>test</label>
22+
<type>java</type>
23+
<location>test</location>
24+
</source-folder>
25+
</folders>
26+
<ide-actions>
27+
<action name="build">
28+
<target>jar</target>
29+
</action>
30+
<action name="clean">
31+
<target>clean</target>
32+
</action>
33+
<action name="javadoc">
34+
<target>javadoc</target>
35+
</action>
36+
<action name="test">
37+
<target>test</target>
38+
</action>
39+
<action name="rebuild">
40+
<target>clean</target>
41+
<target>jar</target>
42+
</action>
43+
</ide-actions>
44+
<view>
45+
<items>
46+
<source-folder style="packages">
47+
<label>src</label>
48+
<location>src</location>
49+
</source-folder>
50+
<source-folder style="packages">
51+
<label>test</label>
52+
<location>test</location>
53+
</source-folder>
54+
<source-file>
55+
<location>build.xml</location>
56+
</source-file>
57+
</items>
58+
<context-menu>
59+
<ide-action name="build"/>
60+
<ide-action name="rebuild"/>
61+
<ide-action name="clean"/>
62+
<ide-action name="javadoc"/>
63+
<ide-action name="test"/>
64+
</context-menu>
65+
</view>
66+
</general-data>
67+
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
68+
<compilation-unit>
69+
<package-root>src</package-root>
70+
<source-level>1.5</source-level>
71+
</compilation-unit>
72+
<compilation-unit>
73+
<package-root>test</package-root>
74+
<unit-tests/>
75+
<source-level>1.5</source-level>
76+
</compilation-unit>
77+
</java-data>
78+
</configuration>
79+
</project>

0 commit comments

Comments
 (0)