samples/delegatingwriterfinal/nbproject/project.xml
changeset 66 8379bb7c0dff
parent 65 4db7ceebd2b3
     1.1 --- a/samples/delegatingwriterfinal/nbproject/project.xml	Sat Jun 14 09:53:06 2008 +0200
     1.2 +++ b/samples/delegatingwriterfinal/nbproject/project.xml	Sat Jun 14 09:53:06 2008 +0200
     1.3 @@ -25,7 +25,13 @@
     1.4                  <source-folder>
     1.5                      <label>test</label>
     1.6                      <type>java</type>
     1.7 -                    <location>src-test</location>
     1.8 +                    <location>src-test1.0</location>
     1.9 +                    <encoding>UTF-8</encoding>
    1.10 +                </source-folder>
    1.11 +                <source-folder>
    1.12 +                    <label>test</label>
    1.13 +                    <type>java</type>
    1.14 +                    <location>src-test2.0</location>
    1.15                      <encoding>UTF-8</encoding>
    1.16                  </source-folder>
    1.17              </folders>
    1.18 @@ -55,8 +61,12 @@
    1.19                          <location>src-api2.0</location>
    1.20                      </source-folder>
    1.21                      <source-folder style="packages">
    1.22 -                        <label>Usage of the API</label>
    1.23 -                        <location>src-test</location>
    1.24 +                        <label>Usage of the API 1.0</label>
    1.25 +                        <location>src-test1.0</location>
    1.26 +                    </source-folder>
    1.27 +                    <source-folder style="packages">
    1.28 +                        <label>Usage of the API 2.0</label>
    1.29 +                        <location>src-test2.0</location>
    1.30                      </source-folder>
    1.31                      <source-file>
    1.32                          <location>build.xml</location>
    1.33 @@ -80,10 +90,15 @@
    1.34                  <source-level>1.5</source-level>
    1.35              </compilation-unit>
    1.36              <compilation-unit>
    1.37 -                <package-root>src-test</package-root>
    1.38 +                <package-root>src-test1.0</package-root>
    1.39                  <classpath mode="compile">src-api1.0:../libs/dist/junit-4.4.jar</classpath>
    1.40                  <source-level>1.5</source-level>
    1.41              </compilation-unit>
    1.42 +            <compilation-unit>
    1.43 +                <package-root>src-test2.0</package-root>
    1.44 +                <classpath mode="compile">src-api2.0:../libs/dist/junit-4.4.jar</classpath>
    1.45 +                <source-level>1.5</source-level>
    1.46 +            </compilation-unit>
    1.47          </java-data>
    1.48      </configuration>
    1.49  </project>