samples/componentinjection/anagram-modular/nbproject/project.xml
changeset 216 0be61dc2e9b5
parent 215 43b122711ae1
child 217 a7d412ef33a1
     1.1 --- a/samples/componentinjection/anagram-modular/nbproject/project.xml	Sat Jun 14 10:06:45 2008 +0200
     1.2 +++ b/samples/componentinjection/anagram-modular/nbproject/project.xml	Sat Jun 14 10:06:48 2008 +0200
     1.3 @@ -16,6 +16,12 @@
     1.4                      <encoding>UTF-8</encoding>
     1.5                  </source-folder>
     1.6                  <source-folder>
     1.7 +                    <label>src-word-static</label>
     1.8 +                    <type>java</type>
     1.9 +                    <location>src-api</location>
    1.10 +                    <encoding>UTF-8</encoding>
    1.11 +                </source-folder>
    1.12 +                <source-folder>
    1.13                      <label>Anagram Modular</label>
    1.14                      <location>.</location>
    1.15                      <encoding>UTF-8</encoding>
    1.16 @@ -58,6 +64,10 @@
    1.17                          <label>src-api</label>
    1.18                          <location>src-api</location>
    1.19                      </source-folder>
    1.20 +                    <source-folder style="packages">
    1.21 +                        <label>src-word-static</label>
    1.22 +                        <location>src-word-static</location>
    1.23 +                    </source-folder>
    1.24                      <source-file>
    1.25                          <location>build.xml</location>
    1.26                      </source-file>
    1.27 @@ -79,6 +89,12 @@
    1.28                  <source-level>1.5</source-level>
    1.29              </compilation-unit>
    1.30              <compilation-unit>
    1.31 +                <package-root>src-word-static</package-root>
    1.32 +                <classpath mode="compile">src-api</classpath>
    1.33 +                <built-to>build/word-static/classes</built-to>
    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                  <classpath mode="compile">src-new-api:../libs/dist/junit-4.4.jar</classpath>
    1.39                  <source-level>1.5</source-level>