samples/composition/nbproject/project.xml
changeset 154 0fd5e9c500b9
parent 153 b5cbb797ec0a
child 155 c00f947c0936
     1.1 --- a/samples/composition/nbproject/project.xml	Sat Jun 14 09:58:08 2008 +0200
     1.2 +++ b/samples/composition/nbproject/project.xml	Sat Jun 14 09:58:11 2008 +0200
     1.3 @@ -23,11 +23,29 @@
     1.4                      <encoding>UTF-8</encoding>
     1.5                  </source-folder>
     1.6                  <source-folder>
     1.7 +                    <label>src-api2.0-compat</label>
     1.8 +                    <type>java</type>
     1.9 +                    <location>src-api2.0-compat</location>
    1.10 +                    <encoding>UTF-8</encoding>
    1.11 +                </source-folder>
    1.12 +                <source-folder>
    1.13 +                    <label>src-api2.0-property</label>
    1.14 +                    <type>java</type>
    1.15 +                    <location>src-api2.0-property</location>
    1.16 +                    <encoding>UTF-8</encoding>
    1.17 +                </source-folder>
    1.18 +                <source-folder>
    1.19                      <label>test</label>
    1.20                      <type>java</type>
    1.21                      <location>src-test</location>
    1.22                      <encoding>UTF-8</encoding>
    1.23                  </source-folder>
    1.24 +                <source-folder>
    1.25 +                    <label>src-api2.0-enum</label>
    1.26 +                    <type>java</type>
    1.27 +                    <location>src-api2.0-enum</location>
    1.28 +                    <encoding>UTF-8</encoding>
    1.29 +                </source-folder>
    1.30              </folders>
    1.31              <ide-actions>
    1.32                  <action name="build">
    1.33 @@ -39,6 +57,9 @@
    1.34                  <action name="test">
    1.35                      <target>test</target>
    1.36                  </action>
    1.37 +                <action name="run">
    1.38 +                    <target>test</target>
    1.39 +                </action>
    1.40                  <action name="rebuild">
    1.41                      <target>clean</target>
    1.42                      <target>build</target>
    1.43 @@ -55,6 +76,18 @@
    1.44                          <location>src-api2.0</location>
    1.45                      </source-folder>
    1.46                      <source-folder style="packages">
    1.47 +                        <label>API Version 2.0, in compatible style</label>
    1.48 +                        <location>src-api2.0-compat</location>
    1.49 +                    </source-folder>
    1.50 +                    <source-folder style="packages">
    1.51 +                        <label>API Version 2.0, with property</label>
    1.52 +                        <location>src-api2.0-property</location>
    1.53 +                    </source-folder>
    1.54 +                    <source-folder style="packages">
    1.55 +                        <label>API Version 2.0, with enum</label>
    1.56 +                        <location>src-api2.0-enum</location>
    1.57 +                    </source-folder>
    1.58 +                    <source-folder style="packages">
    1.59                          <label>Usage of the API</label>
    1.60                          <location>src-test</location>
    1.61                      </source-folder>
    1.62 @@ -65,6 +98,7 @@
    1.63                  <context-menu>
    1.64                      <ide-action name="build"/>
    1.65                      <ide-action name="rebuild"/>
    1.66 +                    <ide-action name="run"/>
    1.67                      <ide-action name="clean"/>
    1.68                      <ide-action name="test"/>
    1.69                  </context-menu>
    1.70 @@ -80,6 +114,18 @@
    1.71                  <source-level>1.5</source-level>
    1.72              </compilation-unit>
    1.73              <compilation-unit>
    1.74 +                <package-root>src-api2.0-compat</package-root>
    1.75 +                <source-level>1.5</source-level>
    1.76 +            </compilation-unit>
    1.77 +            <compilation-unit>
    1.78 +                <package-root>src-api2.0-enum</package-root>
    1.79 +                <source-level>1.5</source-level>
    1.80 +            </compilation-unit>
    1.81 +            <compilation-unit>
    1.82 +                <package-root>src-api2.0-property</package-root>
    1.83 +                <source-level>1.5</source-level>
    1.84 +            </compilation-unit>
    1.85 +            <compilation-unit>
    1.86                  <package-root>src-test</package-root>
    1.87                  <classpath mode="compile">src-api1.0:../libs/dist/junit-4.4.jar</classpath>
    1.88                  <source-level>1.5</source-level>