samples/contravariance/nbproject/project.xml
changeset 379 b632733724a8
parent 378 68bba7c8a1b3
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/samples/contravariance/nbproject/project.xml	Tue Oct 18 06:55:12 2011 +0200
     1.3 @@ -0,0 +1,99 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<project xmlns="http://www.netbeans.org/ns/project/1" xmlns:ns4="null">
     1.6 +    <type>org.netbeans.modules.ant.freeform</type>
     1.7 +    <configuration>
     1.8 +        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
     1.9 +            <name>Contravariance</name>
    1.10 +        </general-data>
    1.11 +        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
    1.12 +            <!-- Do not use Project Properties customizer when editing this file manually. -->
    1.13 +            <name>Contravariance</name>
    1.14 +            <properties/>
    1.15 +            <folders>
    1.16 +                <source-folder>
    1.17 +                    <label>contravariance</label>
    1.18 +                    <location>.</location>
    1.19 +                    <encoding>UTF-8</encoding>
    1.20 +                </source-folder>
    1.21 +                <source-folder>
    1.22 +                    <label>src-api1.0</label>
    1.23 +                    <type>java</type>
    1.24 +                    <location>src-api1.0</location>
    1.25 +                    <encoding>UTF-8</encoding>
    1.26 +                </source-folder>
    1.27 +                <source-folder>
    1.28 +                    <label>src-api2.0</label>
    1.29 +                    <type>java</type>
    1.30 +                    <location>src-api2.0</location>
    1.31 +                    <encoding>UTF-8</encoding>
    1.32 +                </source-folder>
    1.33 +                <source-folder>
    1.34 +                    <label>test</label>
    1.35 +                    <type>java</type>
    1.36 +                    <location>impl</location>
    1.37 +                    <encoding>UTF-8</encoding>
    1.38 +                </source-folder>
    1.39 +            </folders>
    1.40 +            <ide-actions>
    1.41 +                <action name="build">
    1.42 +                    <target>build</target>
    1.43 +                </action>
    1.44 +                <action name="clean">
    1.45 +                    <target>clean</target>
    1.46 +                </action>
    1.47 +                <action name="run">
    1.48 +                    <target>run</target>
    1.49 +                </action>
    1.50 +                <action name="rebuild">
    1.51 +                    <target>clean</target>
    1.52 +                    <target>build</target>
    1.53 +                </action>
    1.54 +                <action name="test">
    1.55 +                    <target>test</target>
    1.56 +                </action>
    1.57 +            </ide-actions>
    1.58 +            <view>
    1.59 +                <items>
    1.60 +                    <source-folder style="packages">
    1.61 +                        <label>src-api1.0</label>
    1.62 +                        <location>src-api1.0</location>
    1.63 +                    </source-folder>
    1.64 +                    <source-folder style="packages">
    1.65 +                        <label>src-api2.0</label>
    1.66 +                        <location>src-api2.0</location>
    1.67 +                    </source-folder>
    1.68 +                    <source-folder style="packages">
    1.69 +                        <label>test</label>
    1.70 +                        <location>src-impl</location>
    1.71 +                    </source-folder>
    1.72 +                    <source-file>
    1.73 +                        <location>build.xml</location>
    1.74 +                    </source-file>
    1.75 +                </items>
    1.76 +                <context-menu>
    1.77 +                    <ide-action name="build"/>
    1.78 +                    <ide-action name="rebuild"/>
    1.79 +                    <ide-action name="clean"/>
    1.80 +                    <ide-action name="run"/>
    1.81 +                    <ide-action name="test"/>
    1.82 +                </context-menu>
    1.83 +            </view>
    1.84 +            <subprojects/>
    1.85 +        </general-data>
    1.86 +        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/3">
    1.87 +            <compilation-unit>
    1.88 +                <package-root>src-api1.0</package-root>
    1.89 +                <source-level>1.6</source-level>
    1.90 +            </compilation-unit>
    1.91 +            <compilation-unit>
    1.92 +                <package-root>src-api2.0</package-root>
    1.93 +                <source-level>1.6</source-level>
    1.94 +            </compilation-unit>
    1.95 +            <compilation-unit>
    1.96 +                <package-root>src-impl</package-root>
    1.97 +                <classpath mode="compile">src-api1.0</classpath>
    1.98 +                <source-level>1.6</source-level>
    1.99 +            </compilation-unit>
   1.100 +        </java-data>
   1.101 +    </configuration>
   1.102 +</project>