Revision 38:43505795334d, 2.2 KB
(checked in by František Kučera <franta-hg@…>, 13 years ago)
|
Netbeans projekt + refaktorování Javového kódu (první krok).
|
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 | <name>xml-web-generator</name> |
---|
8 | <properties/> |
---|
9 | <folders> |
---|
10 | <source-folder> |
---|
11 | <label>šablona/funkce/src</label> |
---|
12 | <type>java</type> |
---|
13 | <location>šablona/funkce/src</location> |
---|
14 | </source-folder> |
---|
15 | </folders> |
---|
16 | <ide-actions> |
---|
17 | <action name="build"> |
---|
18 | <target>kompiluj-funkce</target> |
---|
19 | </action> |
---|
20 | <action name="clean"> |
---|
21 | <target>čisti</target> |
---|
22 | </action> |
---|
23 | <action name="run"> |
---|
24 | <target>generuj</target> |
---|
25 | </action> |
---|
26 | <action name="rebuild"> |
---|
27 | <target>čisti</target> |
---|
28 | <target>kompiluj-funkce</target> |
---|
29 | </action> |
---|
30 | </ide-actions> |
---|
31 | <view> |
---|
32 | <items> |
---|
33 | <source-folder style="packages"> |
---|
34 | <label>šablona/funkce/src</label> |
---|
35 | <location>šablona/funkce/src</location> |
---|
36 | </source-folder> |
---|
37 | <source-file> |
---|
38 | <location>build.xml</location> |
---|
39 | </source-file> |
---|
40 | </items> |
---|
41 | <context-menu> |
---|
42 | <ide-action name="build"/> |
---|
43 | <ide-action name="rebuild"/> |
---|
44 | <ide-action name="clean"/> |
---|
45 | <ide-action name="run"/> |
---|
46 | </context-menu> |
---|
47 | </view> |
---|
48 | </general-data> |
---|
49 | <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/3"> |
---|
50 | <compilation-unit> |
---|
51 | <package-root>šablona/funkce/src</package-root> |
---|
52 | <source-level>1.6</source-level> |
---|
53 | </compilation-unit> |
---|
54 | </java-data> |
---|
55 | </configuration> |
---|
56 | </project> |
---|