samples/messagedigest/nbproject/project.xml
changeset 47 f464a16d553a
parent 46 c75861f07646
child 48 c5742322dbc8
     1.1 --- a/samples/messagedigest/nbproject/project.xml	Sat Jun 14 09:52:23 2008 +0200
     1.2 +++ b/samples/messagedigest/nbproject/project.xml	Sat Jun 14 09:52:25 2008 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4      <type>org.netbeans.modules.ant.freeform</type>
     1.5      <configuration>
     1.6          <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
     1.7 -            <name>bridges</name>
     1.8 +            <name>MessageDigest and Bridges</name>
     1.9          </general-data>
    1.10          <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
    1.11              <!-- Do not use Project Properties customizer when editing this file manually. -->
    1.12 @@ -17,12 +17,6 @@
    1.13                      <encoding>UTF-8</encoding>
    1.14                  </source-folder>
    1.15                  <source-folder>
    1.16 -                    <label>src-new-spi</label>
    1.17 -                    <type>java</type>
    1.18 -                    <location>src-new-spi</location>
    1.19 -                    <encoding>UTF-8</encoding>
    1.20 -                </source-folder>
    1.21 -                <source-folder>
    1.22                      <label>src-bridge</label>
    1.23                      <type>java</type>
    1.24                      <location>src-bridge</location>
    1.25 @@ -34,6 +28,11 @@
    1.26                      <location>src-test</location>
    1.27                      <encoding>UTF-8</encoding>
    1.28                  </source-folder>
    1.29 +                <source-folder>
    1.30 +                    <label>MessageDigest and Bridges</label>
    1.31 +                    <location>.</location>
    1.32 +                    <encoding>UTF-8</encoding>
    1.33 +                </source-folder>
    1.34              </folders>
    1.35              <ide-actions>
    1.36                  <action name="build">
    1.37 @@ -50,22 +49,33 @@
    1.38                      <target>build</target>
    1.39                  </action>
    1.40              </ide-actions>
    1.41 +            <export>
    1.42 +                <type>folder</type>
    1.43 +                <location>build/bridge/classes</location>
    1.44 +                <build-target>build</build-target>
    1.45 +            </export>
    1.46 +            <export>
    1.47 +                <type>folder</type>
    1.48 +                <location>build/new-api/classes</location>
    1.49 +                <build-target>build</build-target>
    1.50 +            </export>
    1.51 +            <export>
    1.52 +                <type>folder</type>
    1.53 +                <location>build/test/classes</location>
    1.54 +                <build-target>build</build-target>
    1.55 +            </export>
    1.56              <view>
    1.57                  <items>
    1.58                      <source-folder style="packages">
    1.59 -                        <label>New API for Clients</label>
    1.60 +                        <label>src-new-api</label>
    1.61                          <location>src-new-api</location>
    1.62                      </source-folder>
    1.63                      <source-folder style="packages">
    1.64 -                        <label>New API for Providers</label>
    1.65 -                        <location>src-new-spi</location>
    1.66 -                    </source-folder>
    1.67 -                    <source-folder style="packages">
    1.68 -                        <label>Bridge</label>
    1.69 +                        <label>src-bridge</label>
    1.70                          <location>src-bridge</location>
    1.71                      </source-folder>
    1.72                      <source-folder style="packages">
    1.73 -                        <label>Tests</label>
    1.74 +                        <label>test</label>
    1.75                          <location>src-test</location>
    1.76                      </source-folder>
    1.77                      <source-file>
    1.78 @@ -79,25 +89,24 @@
    1.79                      <ide-action name="test"/>
    1.80                  </context-menu>
    1.81              </view>
    1.82 +            <subprojects/>
    1.83          </general-data>
    1.84          <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
    1.85              <compilation-unit>
    1.86                  <package-root>src-new-api</package-root>
    1.87 +                <built-to>build/bridge/classes</built-to>
    1.88 +                <built-to>build/new-api/classes</built-to>
    1.89 +                <built-to>build/test/classes</built-to>
    1.90                  <source-level>1.5</source-level>
    1.91              </compilation-unit>
    1.92              <compilation-unit>
    1.93 -                <package-root>src-new-spi</package-root>
    1.94 +                <package-root>src-bridge</package-root>
    1.95                  <classpath mode="compile">src-new-api</classpath>
    1.96                  <source-level>1.5</source-level>
    1.97              </compilation-unit>
    1.98              <compilation-unit>
    1.99 -                <package-root>src-bridge</package-root>
   1.100 -                <classpath mode="compile">src-new-api:src-new-spi</classpath>
   1.101 -                <source-level>1.5</source-level>
   1.102 -            </compilation-unit>
   1.103 -            <compilation-unit>
   1.104                  <package-root>src-test</package-root>
   1.105 -                <classpath mode="compile">src-new-api:src-new-spi:../libs/dist/junit-4.4.jar</classpath>
   1.106 +                <classpath mode="compile">src-new-api:../libs/dist/junit-4.4.jar</classpath>
   1.107                  <source-level>1.5</source-level>
   1.108              </compilation-unit>
   1.109          </java-data>