Also adding the project config file
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:52:23 +0200
changeset 45a136893a9214
parent 44 716af5f2ebd1
child 46 c75861f07646
Also adding the project config file
samples/messagedigest/nbproject/project.xml
     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:23 2008 +0200
     1.3 @@ -1,16 +1,105 @@
     1.4  <?xml version="1.0" encoding="UTF-8"?>
     1.5 -<project xmlns="http://www.netbeans.org/ns/project/1">
     1.6 -    <type>org.netbeans.modules.java.j2seproject</type>
     1.7 +<project xmlns="http://www.netbeans.org/ns/project/1" xmlns:ns4="null">
     1.8 +    <type>org.netbeans.modules.ant.freeform</type>
     1.9      <configuration>
    1.10 -        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
    1.11 -            <name>messagedigest</name>
    1.12 -            <minimum-ant-version>1.6.5</minimum-ant-version>
    1.13 -            <source-roots>
    1.14 -                <root id="src.dir"/>
    1.15 -            </source-roots>
    1.16 -            <test-roots>
    1.17 -                <root id="test.src.dir"/>
    1.18 -            </test-roots>
    1.19 -        </data>
    1.20 +        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
    1.21 +            <name>bridges</name>
    1.22 +        </general-data>
    1.23 +        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
    1.24 +            <!-- Do not use Project Properties customizer when editing this file manually. -->
    1.25 +            <name>MessageDigest and Bridges</name>
    1.26 +            <properties/>
    1.27 +            <folders>
    1.28 +                <source-folder>
    1.29 +                    <label>src-new-api</label>
    1.30 +                    <type>java</type>
    1.31 +                    <location>src-new-api</location>
    1.32 +                    <encoding>UTF-8</encoding>
    1.33 +                </source-folder>
    1.34 +                <source-folder>
    1.35 +                    <label>src-new-spi</label>
    1.36 +                    <type>java</type>
    1.37 +                    <location>src-new-spi</location>
    1.38 +                    <encoding>UTF-8</encoding>
    1.39 +                </source-folder>
    1.40 +                <source-folder>
    1.41 +                    <label>src-bridge</label>
    1.42 +                    <type>java</type>
    1.43 +                    <location>src-bridge</location>
    1.44 +                    <encoding>UTF-8</encoding>
    1.45 +                </source-folder>
    1.46 +                <source-folder>
    1.47 +                    <label>test</label>
    1.48 +                    <type>java</type>
    1.49 +                    <location>src-test</location>
    1.50 +                    <encoding>UTF-8</encoding>
    1.51 +                </source-folder>
    1.52 +            </folders>
    1.53 +            <ide-actions>
    1.54 +                <action name="build">
    1.55 +                    <target>build</target>
    1.56 +                </action>
    1.57 +                <action name="clean">
    1.58 +                    <target>clean</target>
    1.59 +                </action>
    1.60 +                <action name="test">
    1.61 +                    <target>test</target>
    1.62 +                </action>
    1.63 +                <action name="rebuild">
    1.64 +                    <target>clean</target>
    1.65 +                    <target>build</target>
    1.66 +                </action>
    1.67 +            </ide-actions>
    1.68 +            <view>
    1.69 +                <items>
    1.70 +                    <source-folder style="packages">
    1.71 +                        <label>New API for Clients</label>
    1.72 +                        <location>src-new-api</location>
    1.73 +                    </source-folder>
    1.74 +                    <source-folder style="packages">
    1.75 +                        <label>New API for Providers</label>
    1.76 +                        <location>src-new-spi</location>
    1.77 +                    </source-folder>
    1.78 +                    <source-folder style="packages">
    1.79 +                        <label>Bridge</label>
    1.80 +                        <location>src-bridge</location>
    1.81 +                    </source-folder>
    1.82 +                    <source-folder style="packages">
    1.83 +                        <label>Tests</label>
    1.84 +                        <location>src-test</location>
    1.85 +                    </source-folder>
    1.86 +                    <source-file>
    1.87 +                        <location>build.xml</location>
    1.88 +                    </source-file>
    1.89 +                </items>
    1.90 +                <context-menu>
    1.91 +                    <ide-action name="build"/>
    1.92 +                    <ide-action name="rebuild"/>
    1.93 +                    <ide-action name="clean"/>
    1.94 +                    <ide-action name="test"/>
    1.95 +                </context-menu>
    1.96 +            </view>
    1.97 +        </general-data>
    1.98 +        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
    1.99 +            <compilation-unit>
   1.100 +                <package-root>src-new-api</package-root>
   1.101 +                <source-level>1.5</source-level>
   1.102 +            </compilation-unit>
   1.103 +            <compilation-unit>
   1.104 +                <package-root>src-new-spi</package-root>
   1.105 +                <classpath mode="compile">src-new-api</classpath>
   1.106 +                <source-level>1.5</source-level>
   1.107 +            </compilation-unit>
   1.108 +            <compilation-unit>
   1.109 +                <package-root>src-bridge</package-root>
   1.110 +                <classpath mode="compile">src-new-api:src-new-spi</classpath>
   1.111 +                <source-level>1.5</source-level>
   1.112 +            </compilation-unit>
   1.113 +            <compilation-unit>
   1.114 +                <package-root>src-test</package-root>
   1.115 +                <classpath mode="compile">src-api1.0:../libs/dist/junit-4.4.jar</classpath>
   1.116 +                <source-level>1.5</source-level>
   1.117 +            </compilation-unit>
   1.118 +        </java-data>
   1.119      </configuration>
   1.120  </project>