samples/componentinjection/anagram-modular/nbproject/project.xml
changeset 336 219810ff3c72
parent 252 763bf709a318
child 340 9c1a298e51a9
     1.1 --- a/samples/componentinjection/anagram-modular/nbproject/project.xml	Sat Jun 14 10:08:42 2008 +0200
     1.2 +++ b/samples/componentinjection/anagram-modular/nbproject/project.xml	Sat Jun 20 16:06:19 2009 +0200
     1.3 @@ -21,6 +21,18 @@
     1.4                      <encoding>UTF-8</encoding>
     1.5                  </source-folder>
     1.6                  <source-folder>
     1.7 +                    <label>src-api-compiletimecaches</label>
     1.8 +                    <type>java</type>
     1.9 +                    <location>src-api-compiletimecaches</location>
    1.10 +                    <encoding>UTF-8</encoding>
    1.11 +                </source-folder>
    1.12 +                <source-folder>
    1.13 +                    <label>src-word-annotated</label>
    1.14 +                    <type>java</type>
    1.15 +                    <location>src-word-annotated</location>
    1.16 +                    <encoding>UTF-8</encoding>
    1.17 +                </source-folder>
    1.18 +                <source-folder>
    1.19                      <label>src-word-static</label>
    1.20                      <type>java</type>
    1.21                      <location>src-word-static</location>
    1.22 @@ -123,6 +135,16 @@
    1.23              </export>
    1.24              <export>
    1.25                  <type>folder</type>
    1.26 +                <location>build/api-compiletimecaches/classes</location>
    1.27 +                <build-target>build</build-target>
    1.28 +            </export>
    1.29 +            <export>
    1.30 +                <type>folder</type>
    1.31 +                <location>build/word-annotated/classes</location>
    1.32 +                <build-target>build</build-target>
    1.33 +            </export>
    1.34 +            <export>
    1.35 +                <type>folder</type>
    1.36                  <location>build/word-static/classes</location>
    1.37                  <build-target>build</build-target>
    1.38              </export>
    1.39 @@ -178,6 +200,14 @@
    1.40                          <location>src-api</location>
    1.41                      </source-folder>
    1.42                      <source-folder style="packages">
    1.43 +                        <label>src-api-compiletimecaches</label>
    1.44 +                        <location>src-api-compiletimecaches</location>
    1.45 +                    </source-folder>
    1.46 +                    <source-folder style="packages">
    1.47 +                        <label>src-word-annotated</label>
    1.48 +                        <location>src-word-annotated</location>
    1.49 +                    </source-folder>
    1.50 +                    <source-folder style="packages">
    1.51                          <label>src-word-static</label>
    1.52                          <location>src-word-static</location>
    1.53                      </source-folder>
    1.54 @@ -243,6 +273,18 @@
    1.55                  <source-level>1.5</source-level>
    1.56              </compilation-unit>
    1.57              <compilation-unit>
    1.58 +                <package-root>src-api-compiletimecaches</package-root>
    1.59 +                <classpath mode="compile">src-api:../../libs/dist/org-openide-filesystems.jar:../../libs/dist/org-openide-util.jar</classpath>
    1.60 +                <built-to>build/api-compiletimecaches/classes</built-to>
    1.61 +                <source-level>1.5</source-level>
    1.62 +            </compilation-unit>
    1.63 +            <compilation-unit>
    1.64 +                <package-root>src-word-annotated</package-root>
    1.65 +                <classpath mode="compile">src-api:src-api-compiletimecaches:../../libs/dist/org-openide-filesystems.jar:../../libs/dist/org-openide-util.jar</classpath>
    1.66 +                <built-to>build/word-annotated/classes</built-to>
    1.67 +                <source-level>1.5</source-level>
    1.68 +            </compilation-unit>
    1.69 +            <compilation-unit>
    1.70                  <package-root>src-word-static</package-root>
    1.71                  <classpath mode="compile">src-api</classpath>
    1.72                  <built-to>build/word-static/classes</built-to>