samples/messagedigest/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:52:26 +0200
changeset 50 019f1e9f7741
parent 48 c5742322dbc8
child 51 130e099942d8
permissions -rw-r--r--
up to line 4500
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <project xmlns="http://www.netbeans.org/ns/project/1" xmlns:ns4="null">
     3     <type>org.netbeans.modules.ant.freeform</type>
     4     <configuration>
     5         <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
     6             <name>bridges</name>
     7         </general-data>
     8         <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
     9             <!-- Do not use Project Properties customizer when editing this file manually. -->
    10             <name>MessageDigest and Bridges</name>
    11             <properties/>
    12             <folders>
    13                 <source-folder>
    14                     <label>src-new-api</label>
    15                     <type>java</type>
    16                     <location>src-new-api</location>
    17                     <encoding>UTF-8</encoding>
    18                 </source-folder>
    19                 <source-folder>
    20                     <label>src-new-spi</label>
    21                     <type>java</type>
    22                     <location>src-new-spi</location>
    23                     <encoding>UTF-8</encoding>
    24                 </source-folder>
    25                 <source-folder>
    26                     <label>src-bridge</label>
    27                     <type>java</type>
    28                     <location>src-bridge</location>
    29                     <encoding>UTF-8</encoding>
    30                 </source-folder>
    31                 <source-folder>
    32                     <label>test</label>
    33                     <type>java</type>
    34                     <location>src-test</location>
    35                     <encoding>UTF-8</encoding>
    36                 </source-folder>
    37             </folders>
    38             <ide-actions>
    39                 <action name="build">
    40                     <target>build</target>
    41                 </action>
    42                 <action name="clean">
    43                     <target>clean</target>
    44                 </action>
    45                 <action name="test">
    46                     <target>test</target>
    47                 </action>
    48                 <action name="rebuild">
    49                     <target>clean</target>
    50                     <target>build</target>
    51                 </action>
    52             </ide-actions>
    53             <view>
    54                 <items>
    55                     <source-folder style="packages">
    56                         <label>New API for Clients</label>
    57                         <location>src-new-api</location>
    58                     </source-folder>
    59                     <source-folder style="packages">
    60                         <label>New API for Providers</label>
    61                         <location>src-new-spi</location>
    62                     </source-folder>
    63                     <source-folder style="packages">
    64                         <label>Bridge</label>
    65                         <location>src-bridge</location>
    66                     </source-folder>
    67                     <source-folder style="packages">
    68                         <label>Tests</label>
    69                         <location>src-test</location>
    70                     </source-folder>
    71                     <source-file>
    72                         <location>build.xml</location>
    73                     </source-file>
    74                 </items>
    75                 <context-menu>
    76                     <ide-action name="build"/>
    77                     <ide-action name="rebuild"/>
    78                     <ide-action name="clean"/>
    79                     <ide-action name="test"/>
    80                 </context-menu>
    81             </view>
    82         </general-data>
    83         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
    84             <compilation-unit>
    85                 <package-root>src-new-api</package-root>
    86                 <source-level>1.5</source-level>
    87             </compilation-unit>
    88             <compilation-unit>
    89                 <package-root>src-new-spi</package-root>
    90                 <classpath mode="compile">src-new-api</classpath>
    91                 <source-level>1.5</source-level>
    92             </compilation-unit>
    93             <compilation-unit>
    94                 <package-root>src-bridge</package-root>
    95                 <classpath mode="compile">src-new-api:src-new-spi</classpath>
    96                 <source-level>1.5</source-level>
    97             </compilation-unit>
    98             <compilation-unit>
    99                 <package-root>src-test</package-root>
   100                 <classpath mode="compile">src-api1.0:../libs/dist/junit-4.4.jar</classpath>
   101                 <source-level>1.5</source-level>
   102             </compilation-unit>
   103         </java-data>
   104     </configuration>
   105 </project>