samples/messagedigest/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:52:25 +0200
changeset 47 f464a16d553a
parent 46 c75861f07646
child 48 c5742322dbc8
permissions -rw-r--r--
Simplified to does not contain the friend API, instead the SPI is directly define by the API
     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>MessageDigest and 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-bridge</label>
    21                     <type>java</type>
    22                     <location>src-bridge</location>
    23                     <encoding>UTF-8</encoding>
    24                 </source-folder>
    25                 <source-folder>
    26                     <label>test</label>
    27                     <type>java</type>
    28                     <location>src-test</location>
    29                     <encoding>UTF-8</encoding>
    30                 </source-folder>
    31                 <source-folder>
    32                     <label>MessageDigest and Bridges</label>
    33                     <location>.</location>
    34                     <encoding>UTF-8</encoding>
    35                 </source-folder>
    36             </folders>
    37             <ide-actions>
    38                 <action name="build">
    39                     <target>build</target>
    40                 </action>
    41                 <action name="clean">
    42                     <target>clean</target>
    43                 </action>
    44                 <action name="test">
    45                     <target>test</target>
    46                 </action>
    47                 <action name="rebuild">
    48                     <target>clean</target>
    49                     <target>build</target>
    50                 </action>
    51             </ide-actions>
    52             <export>
    53                 <type>folder</type>
    54                 <location>build/bridge/classes</location>
    55                 <build-target>build</build-target>
    56             </export>
    57             <export>
    58                 <type>folder</type>
    59                 <location>build/new-api/classes</location>
    60                 <build-target>build</build-target>
    61             </export>
    62             <export>
    63                 <type>folder</type>
    64                 <location>build/test/classes</location>
    65                 <build-target>build</build-target>
    66             </export>
    67             <view>
    68                 <items>
    69                     <source-folder style="packages">
    70                         <label>src-new-api</label>
    71                         <location>src-new-api</location>
    72                     </source-folder>
    73                     <source-folder style="packages">
    74                         <label>src-bridge</label>
    75                         <location>src-bridge</location>
    76                     </source-folder>
    77                     <source-folder style="packages">
    78                         <label>test</label>
    79                         <location>src-test</location>
    80                     </source-folder>
    81                     <source-file>
    82                         <location>build.xml</location>
    83                     </source-file>
    84                 </items>
    85                 <context-menu>
    86                     <ide-action name="build"/>
    87                     <ide-action name="rebuild"/>
    88                     <ide-action name="clean"/>
    89                     <ide-action name="test"/>
    90                 </context-menu>
    91             </view>
    92             <subprojects/>
    93         </general-data>
    94         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
    95             <compilation-unit>
    96                 <package-root>src-new-api</package-root>
    97                 <built-to>build/bridge/classes</built-to>
    98                 <built-to>build/new-api/classes</built-to>
    99                 <built-to>build/test/classes</built-to>
   100                 <source-level>1.5</source-level>
   101             </compilation-unit>
   102             <compilation-unit>
   103                 <package-root>src-bridge</package-root>
   104                 <classpath mode="compile">src-new-api</classpath>
   105                 <source-level>1.5</source-level>
   106             </compilation-unit>
   107             <compilation-unit>
   108                 <package-root>src-test</package-root>
   109                 <classpath mode="compile">src-new-api:../libs/dist/junit-4.4.jar</classpath>
   110                 <source-level>1.5</source-level>
   111             </compilation-unit>
   112         </java-data>
   113     </configuration>
   114 </project>