root/nbproject/project.xml

Revision 39:58921872e53b, 2.9 KB (checked in by František Kučera <franta-hg@…>, 13 years ago)

Netbeans: antovské úlohy do nabídky v NB.

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                    <action>
47                        <label>Agregace (RSS/Atom)</label>
48                        <target>agregace</target>
49                    </action>
50                    <action>
51                        <label>Kopíruj statický obsah</label>
52                        <target>statický-obsah</target>
53                    </action>
54                    <action>
55                        <label>Samotné stránky</label>
56                        <target>stránky</target>
57                    </action>
58                    <action>
59                        <label>CSS pro zvýrazňování syntaxe</label>
60                        <target>syntaxe</target>
61                    </action>
62                </context-menu>
63            </view>
64            <subprojects/>
65        </general-data>
66        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/3">
67            <compilation-unit>
68                <package-root>šablona/funkce/src</package-root>
69                <source-level>1.6</source-level>
70            </compilation-unit>
71        </java-data>
72    </configuration>
73</project>
Note: See TracBrowser for help on using the browser.