samples/componentinjection/anagram-modular/nbproject/project.xml
changeset 217 a7d412ef33a1
parent 216 0be61dc2e9b5
child 218 fc45e7b76ee8
     1.1 --- a/samples/componentinjection/anagram-modular/nbproject/project.xml	Sat Jun 14 10:06:48 2008 +0200
     1.2 +++ b/samples/componentinjection/anagram-modular/nbproject/project.xml	Sat Jun 14 10:06:50 2008 +0200
     1.3 @@ -18,7 +18,13 @@
     1.4                  <source-folder>
     1.5                      <label>src-word-static</label>
     1.6                      <type>java</type>
     1.7 -                    <location>src-api</location>
     1.8 +                    <location>src-word-static</location>
     1.9 +                    <encoding>UTF-8</encoding>
    1.10 +                </source-folder>
    1.11 +                <source-folder>
    1.12 +                    <label>src-scrambler-simple</label>
    1.13 +                    <type>java</type>
    1.14 +                    <location>src-scrambler-simple</location>
    1.15                      <encoding>UTF-8</encoding>
    1.16                  </source-folder>
    1.17                  <source-folder>
    1.18 @@ -68,6 +74,10 @@
    1.19                          <label>src-word-static</label>
    1.20                          <location>src-word-static</location>
    1.21                      </source-folder>
    1.22 +                    <source-folder style="packages">
    1.23 +                        <label>src-scrambler-simple</label>
    1.24 +                        <location>src-scrambler-simple</location>
    1.25 +                    </source-folder>
    1.26                      <source-file>
    1.27                          <location>build.xml</location>
    1.28                      </source-file>
    1.29 @@ -95,6 +105,12 @@
    1.30                  <source-level>1.5</source-level>
    1.31              </compilation-unit>
    1.32              <compilation-unit>
    1.33 +                <package-root>src-scrambler-simple</package-root>
    1.34 +                <classpath mode="compile">src-api</classpath>
    1.35 +                <built-to>build/scrambler-simple/classes</built-to>
    1.36 +                <source-level>1.5</source-level>
    1.37 +            </compilation-unit>
    1.38 +            <compilation-unit>
    1.39                  <package-root>src-test</package-root>
    1.40                  <classpath mode="compile">src-new-api:../libs/dist/junit-4.4.jar</classpath>
    1.41                  <source-level>1.5</source-level>