samples/genericconstructor/nbproject/project.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 03 Apr 2020 16:32:36 +0200
changeset 416 9ed8788a1a4e
permissions -rw-r--r--
Using HTTPS to download the libraries
jtulach@142
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@142
     2
<project xmlns="http://www.netbeans.org/ns/project/1" xmlns:ns4="null">
jtulach@142
     3
    <type>org.netbeans.modules.ant.freeform</type>
jtulach@142
     4
    <configuration>
jtulach@142
     5
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
jtulach@142
     6
            <name>genericconstructor</name>
jtulach@142
     7
        </general-data>
jtulach@142
     8
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
jtulach@142
     9
            <!-- Do not use Project Properties customizer when editing this file manually. -->
jtulach@142
    10
            <name>genericconstructor</name>
jtulach@142
    11
            <properties/>
jtulach@142
    12
            <folders>
jtulach@142
    13
                <source-folder>
jtulach@142
    14
                    <label>src-plain</label>
jtulach@142
    15
                    <type>java</type>
jtulach@142
    16
                    <location>src-plain</location>
jtulach@142
    17
                    <encoding>UTF-8</encoding>
jtulach@142
    18
                </source-folder>
jtulach@142
    19
                <source-folder>
jtulach@142
    20
                    <label>src-generics</label>
jtulach@142
    21
                    <type>java</type>
jtulach@142
    22
                    <location>src-generics</location>
jtulach@142
    23
                    <encoding>UTF-8</encoding>
jtulach@142
    24
                </source-folder>
jtulach@142
    25
                <source-folder>
jtulach@142
    26
                    <label>src-factory</label>
jtulach@142
    27
                    <type>java</type>
jtulach@142
    28
                    <location>src-factory</location>
jtulach@142
    29
                    <encoding>UTF-8</encoding>
jtulach@142
    30
                </source-folder>
jtulach@142
    31
            </folders>
jtulach@142
    32
            <ide-actions>
jtulach@142
    33
                <action name="build">
jtulach@142
    34
                    <target>build</target>
jtulach@142
    35
                </action>
jtulach@142
    36
                <action name="clean">
jtulach@142
    37
                    <target>clean</target>
jtulach@142
    38
                </action>
jtulach@142
    39
                <action name="run">
jtulach@142
    40
                    <target>run</target>
jtulach@142
    41
                </action>
jtulach@142
    42
                <action name="rebuild">
jtulach@142
    43
                    <target>clean</target>
jtulach@142
    44
                    <target>build</target>
jtulach@142
    45
                </action>
jtulach@142
    46
            </ide-actions>
jtulach@142
    47
            <view>
jtulach@142
    48
                <items>
jtulach@142
    49
                    <source-folder style="packages">
jtulach@142
    50
                        <label>Plain Old Java</label>
jtulach@142
    51
                        <location>src-plain</location>
jtulach@142
    52
                    </source-folder>
jtulach@142
    53
                    <source-folder style="packages">
jtulach@142
    54
                        <label>With Generics</label>
jtulach@142
    55
                        <location>src-generics</location>
jtulach@142
    56
                    </source-folder>
jtulach@142
    57
                    <source-folder style="packages">
jtulach@142
    58
                        <label>With Factory</label>
jtulach@142
    59
                        <location>src-factory</location>
jtulach@142
    60
                    </source-folder>
jtulach@142
    61
                </items>
jtulach@142
    62
                <context-menu>
jtulach@142
    63
                    <ide-action name="build"/>
jtulach@142
    64
                    <ide-action name="rebuild"/>
jtulach@142
    65
                    <ide-action name="clean"/>
jtulach@142
    66
                    <ide-action name="run"/>
jtulach@142
    67
                </context-menu>
jtulach@142
    68
            </view>
jtulach@142
    69
        </general-data>
jtulach@142
    70
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
jtulach@142
    71
            <compilation-unit>
jtulach@142
    72
                <package-root>src-plain</package-root>
jtulach@142
    73
                <source-level>1.4</source-level>
jtulach@142
    74
            </compilation-unit>
jtulach@142
    75
            <compilation-unit>
jtulach@142
    76
                <package-root>src-generics</package-root>
jtulach@142
    77
                <source-level>1.5</source-level>
jtulach@142
    78
            </compilation-unit>
jtulach@142
    79
            <compilation-unit>
jtulach@142
    80
                <package-root>src-factory</package-root>
jtulach@142
    81
                <source-level>1.5</source-level>
jtulach@142
    82
            </compilation-unit>
jtulach@142
    83
        </java-data>
jtulach@142
    84
    </configuration>
jtulach@142
    85
</project>