samples/messagedigest/nbproject/project.xml
changeset 50 019f1e9f7741
parent 48 c5742322dbc8
child 51 130e099942d8
     1.1 --- a/samples/messagedigest/nbproject/project.xml	Sat Jun 14 09:52:25 2008 +0200
     1.2 +++ b/samples/messagedigest/nbproject/project.xml	Sat Jun 14 09:52:26 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>MessageDigest and Bridges</name>
     1.8 +            <name>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,6 +17,12 @@
    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 @@ -28,11 +34,6 @@
    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 @@ -48,45 +49,23 @@
    1.38                      <target>clean</target>
    1.39                      <target>build</target>
    1.40                  </action>
    1.41 -                <action name="debug.single">
    1.42 -                    <target>-do-test</target>
    1.43 -                    <context>
    1.44 -                        <property>include</property>
    1.45 -                        <folder>src-test</folder>
    1.46 -                        <format>relative-path-noext</format>
    1.47 -                        <arity>
    1.48 -                            <one-file-only/>
    1.49 -                        </arity>
    1.50 -                    </context>
    1.51 -                </action>
    1.52              </ide-actions>
    1.53 -            <export>
    1.54 -                <type>folder</type>
    1.55 -                <location>build/bridge/classes</location>
    1.56 -                <build-target>build</build-target>
    1.57 -            </export>
    1.58 -            <export>
    1.59 -                <type>folder</type>
    1.60 -                <location>build/new-api/classes</location>
    1.61 -                <build-target>build</build-target>
    1.62 -            </export>
    1.63 -            <export>
    1.64 -                <type>folder</type>
    1.65 -                <location>build/test/classes</location>
    1.66 -                <build-target>build</build-target>
    1.67 -            </export>
    1.68              <view>
    1.69                  <items>
    1.70                      <source-folder style="packages">
    1.71 -                        <label>src-new-api</label>
    1.72 +                        <label>New API for Clients</label>
    1.73                          <location>src-new-api</location>
    1.74                      </source-folder>
    1.75                      <source-folder style="packages">
    1.76 -                        <label>src-bridge</label>
    1.77 +                        <label>New API for Providers</label>
    1.78 +                        <location>src-new-spi</location>
    1.79 +                    </source-folder>
    1.80 +                    <source-folder style="packages">
    1.81 +                        <label>Bridge</label>
    1.82                          <location>src-bridge</location>
    1.83                      </source-folder>
    1.84                      <source-folder style="packages">
    1.85 -                        <label>test</label>
    1.86 +                        <label>Tests</label>
    1.87                          <location>src-test</location>
    1.88                      </source-folder>
    1.89                      <source-file>
    1.90 @@ -98,27 +77,27 @@
    1.91                      <ide-action name="rebuild"/>
    1.92                      <ide-action name="clean"/>
    1.93                      <ide-action name="test"/>
    1.94 -                    <ide-action name="debug"/>
    1.95                  </context-menu>
    1.96              </view>
    1.97 -            <subprojects/>
    1.98          </general-data>
    1.99          <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
   1.100              <compilation-unit>
   1.101                  <package-root>src-new-api</package-root>
   1.102 -                <built-to>build/bridge/classes</built-to>
   1.103 -                <built-to>build/new-api/classes</built-to>
   1.104 -                <built-to>build/test/classes</built-to>
   1.105 +                <source-level>1.5</source-level>
   1.106 +            </compilation-unit>
   1.107 +            <compilation-unit>
   1.108 +                <package-root>src-new-spi</package-root>
   1.109 +                <classpath mode="compile">src-new-api</classpath>
   1.110                  <source-level>1.5</source-level>
   1.111              </compilation-unit>
   1.112              <compilation-unit>
   1.113                  <package-root>src-bridge</package-root>
   1.114 -                <classpath mode="compile">src-new-api</classpath>
   1.115 +                <classpath mode="compile">src-new-api:src-new-spi</classpath>
   1.116                  <source-level>1.5</source-level>
   1.117              </compilation-unit>
   1.118              <compilation-unit>
   1.119                  <package-root>src-test</package-root>
   1.120 -                <classpath mode="compile">src-new-api:../libs/dist/junit-4.4.jar</classpath>
   1.121 +                <classpath mode="compile">src-api1.0:../libs/dist/junit-4.4.jar</classpath>
   1.122                  <source-level>1.5</source-level>
   1.123              </compilation-unit>
   1.124          </java-data>