samples/composition/nbproject/project.xml
changeset 181 81d72f69fa42
parent 180 131332825eab
     1.1 --- a/samples/composition/nbproject/project.xml	Sat Jun 14 09:59:25 2008 +0200
     1.2 +++ b/samples/composition/nbproject/project.xml	Sat Jun 14 09:59:27 2008 +0200
     1.3 @@ -23,11 +23,35 @@
     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 +                <source-folder>
    1.31 +                    <label>src-api2.0-runtime</label>
    1.32 +                    <type>java</type>
    1.33 +                    <location>src-api2.0-runtime</location>
    1.34 +                    <encoding>UTF-8</encoding>
    1.35 +                </source-folder>
    1.36              </folders>
    1.37              <ide-actions>
    1.38                  <action name="build">
    1.39 @@ -39,6 +63,9 @@
    1.40                  <action name="test">
    1.41                      <target>test</target>
    1.42                  </action>
    1.43 +                <action name="run">
    1.44 +                    <target>test</target>
    1.45 +                </action>
    1.46                  <action name="rebuild">
    1.47                      <target>clean</target>
    1.48                      <target>build</target>
    1.49 @@ -55,6 +82,22 @@
    1.50                          <location>src-api2.0</location>
    1.51                      </source-folder>
    1.52                      <source-folder style="packages">
    1.53 +                        <label>API Version 2.0, in compatible style</label>
    1.54 +                        <location>src-api2.0-compat</location>
    1.55 +                    </source-folder>
    1.56 +                    <source-folder style="packages">
    1.57 +                        <label>API Version 2.0, with property</label>
    1.58 +                        <location>src-api2.0-property</location>
    1.59 +                    </source-folder>
    1.60 +                    <source-folder style="packages">
    1.61 +                        <label>API Version 2.0, with enum</label>
    1.62 +                        <location>src-api2.0-enum</location>
    1.63 +                    </source-folder>
    1.64 +                    <source-folder style="packages">
    1.65 +                        <label>API Version 2.0, with runtime inspection</label>
    1.66 +                        <location>src-api2.0-runtime</location>
    1.67 +                    </source-folder>
    1.68 +                    <source-folder style="packages">
    1.69                          <label>Usage of the API</label>
    1.70                          <location>src-test</location>
    1.71                      </source-folder>
    1.72 @@ -65,6 +108,7 @@
    1.73                  <context-menu>
    1.74                      <ide-action name="build"/>
    1.75                      <ide-action name="rebuild"/>
    1.76 +                    <ide-action name="run"/>
    1.77                      <ide-action name="clean"/>
    1.78                      <ide-action name="test"/>
    1.79                  </context-menu>
    1.80 @@ -80,6 +124,22 @@
    1.81                  <source-level>1.5</source-level>
    1.82              </compilation-unit>
    1.83              <compilation-unit>
    1.84 +                <package-root>src-api2.0-compat</package-root>
    1.85 +                <source-level>1.5</source-level>
    1.86 +            </compilation-unit>
    1.87 +            <compilation-unit>
    1.88 +                <package-root>src-api2.0-enum</package-root>
    1.89 +                <source-level>1.5</source-level>
    1.90 +            </compilation-unit>
    1.91 +            <compilation-unit>
    1.92 +                <package-root>src-api2.0-property</package-root>
    1.93 +                <source-level>1.5</source-level>
    1.94 +            </compilation-unit>
    1.95 +            <compilation-unit>
    1.96 +                <package-root>src-api2.0-runtime</package-root>
    1.97 +                <source-level>1.5</source-level>
    1.98 +            </compilation-unit>
    1.99 +            <compilation-unit>
   1.100                  <package-root>src-test</package-root>
   1.101                  <classpath mode="compile">src-api1.0:../libs/dist/junit-4.4.jar</classpath>
   1.102                  <source-level>1.5</source-level>