nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Thu, 24 Oct 2019 21:52:34 +0200
branchv_0
changeset 139 0246f4b2c827
parent 39 58921872e53b
permissions -rw-r--r--
fix license version: GNU GPLv3

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
    <type>org.netbeans.modules.ant.freeform</type>
    <configuration>
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
            <!-- Do not use Project Properties customizer when editing this file manually. -->
            <name>xml-web-generator</name>
            <properties/>
            <folders>
                <source-folder>
                    <label>šablona/funkce/src</label>
                    <type>java</type>
                    <location>šablona/funkce/src</location>
                </source-folder>
            </folders>
            <ide-actions>
                <action name="build">
                    <target>kompiluj-funkce</target>
                </action>
                <action name="clean">
                    <target>čisti</target>
                </action>
                <action name="run">
                    <target>generuj</target>
                </action>
                <action name="rebuild">
                    <target>čisti</target>
                    <target>kompiluj-funkce</target>
                </action>
            </ide-actions>
            <view>
                <items>
                    <source-folder style="packages">
                        <label>šablona/funkce/src</label>
                        <location>šablona/funkce/src</location>
                    </source-folder>
                    <source-file>
                        <location>build.xml</location>
                    </source-file>
                </items>
                <context-menu>
                    <ide-action name="build"/>
                    <ide-action name="rebuild"/>
                    <ide-action name="clean"/>
                    <ide-action name="run"/>
                    <action>
                        <label>Agregace (RSS/Atom)</label>
                        <target>agregace</target>
                    </action>
                    <action>
                        <label>Kopíruj statický obsah</label>
                        <target>statický-obsah</target>
                    </action>
                    <action>
                        <label>Samotné stránky</label>
                        <target>stránky</target>
                    </action>
                    <action>
                        <label>CSS pro zvýrazňování syntaxe</label>
                        <target>syntaxe</target>
                    </action>
                </context-menu>
            </view>
            <subprojects/>
        </general-data>
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/3">
            <compilation-unit>
                <package-root>šablona/funkce/src</package-root>
                <source-level>1.6</source-level>
            </compilation-unit>
        </java-data>
    </configuration>
</project>