samples/reexport/nbproject/project.xml
changeset 97 a1dd8447b30f
parent 94 9f71e6842995
     1.1 --- a/samples/reexport/nbproject/project.xml	Sat Jun 14 09:54:12 2008 +0200
     1.2 +++ b/samples/reexport/nbproject/project.xml	Sat Jun 14 09:54:15 2008 +0200
     1.3 @@ -29,11 +29,29 @@
     1.4                      <encoding>UTF-8</encoding>
     1.5                  </source-folder>
     1.6                  <source-folder>
     1.7 +                    <label>src-wrap1.0</label>
     1.8 +                    <type>java</type>
     1.9 +                    <location>src-wrap1.0</location>
    1.10 +                    <encoding>UTF-8</encoding>
    1.11 +                </source-folder>
    1.12 +                <source-folder>
    1.13 +                    <label>src-wrap2.0</label>
    1.14 +                    <type>java</type>
    1.15 +                    <location>src-wrap2.0</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>test</label>
    1.26 +                    <type>java</type>
    1.27 +                    <location>src-testwrap</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 @@ -64,13 +82,25 @@
    1.34                          <location>src-api2.0</location>
    1.35                      </source-folder>
    1.36                      <source-folder style="packages">
    1.37 -                        <label>Query using api.String</label>
    1.38 +                        <label>Query reexporting api.String</label>
    1.39                          <location>src-query</location>
    1.40                      </source-folder>
    1.41                      <source-folder style="packages">
    1.42 -                        <label>Usage of the API</label>
    1.43 +                        <label>Query wrapping api.String 1.0</label>
    1.44 +                        <location>src-wrap1.0</location>
    1.45 +                    </source-folder>
    1.46 +                    <source-folder style="packages">
    1.47 +                        <label>Query wrapping api.String 2.0</label>
    1.48 +                        <location>src-wrap2.0</location>
    1.49 +                    </source-folder>
    1.50 +                    <source-folder style="packages">
    1.51 +                        <label>Usage of the reexporting Query</label>
    1.52                          <location>src-test</location>
    1.53                      </source-folder>
    1.54 +                    <source-folder style="packages">
    1.55 +                        <label>Usage of the wrapping Query</label>
    1.56 +                        <location>src-testwrap</location>
    1.57 +                    </source-folder>
    1.58                      <source-file>
    1.59                          <location>build.xml</location>
    1.60                      </source-file>
    1.61 @@ -98,10 +128,25 @@
    1.62                  <source-level>1.5</source-level>
    1.63              </compilation-unit>
    1.64              <compilation-unit>
    1.65 +                <package-root>src-wrap1.0</package-root>
    1.66 +                <classpath mode="compile">src-api1.0</classpath>
    1.67 +                <source-level>1.5</source-level>
    1.68 +            </compilation-unit>
    1.69 +            <compilation-unit>
    1.70 +                <package-root>src-wrap2.0</package-root>
    1.71 +                <classpath mode="compile">src-api2.0</classpath>
    1.72 +                <source-level>1.5</source-level>
    1.73 +            </compilation-unit>
    1.74 +            <compilation-unit>
    1.75                  <package-root>src-test</package-root>
    1.76                  <classpath mode="compile">src-api1.0:src-query:../libs/dist/junit-4.4.jar</classpath>
    1.77                  <source-level>1.5</source-level>
    1.78              </compilation-unit>
    1.79 +            <compilation-unit>
    1.80 +                <package-root>src-testwrap</package-root>
    1.81 +                <classpath mode="compile">src-wrap1.0:../libs/dist/junit-4.4.jar</classpath>
    1.82 +                <source-level>1.5</source-level>
    1.83 +            </compilation-unit>
    1.84          </java-data>
    1.85      </configuration>
    1.86  </project>