samples/messagedigest/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:52:26 +0200
changeset 51 130e099942d8
parent 50 019f1e9f7741
permissions -rw-r--r--
Merge: Geertjan's changes up to 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>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                 <action name="debug.single">
    52                     <target>-do-test</target>
    53                     <context>
    54                         <property>include</property>
    55                         <folder>src-test</folder>
    56                         <format>relative-path-noext</format>
    57                         <arity>
    58                             <one-file-only/>
    59                         </arity>
    60                     </context>
    61                 </action>
    62             </ide-actions>
    63             <export>
    64                 <type>folder</type>
    65                 <location>build/bridge/classes</location>
    66                 <build-target>build</build-target>
    67             </export>
    68             <export>
    69                 <type>folder</type>
    70                 <location>build/new-api/classes</location>
    71                 <build-target>build</build-target>
    72             </export>
    73             <export>
    74                 <type>folder</type>
    75                 <location>build/test/classes</location>
    76                 <build-target>build</build-target>
    77             </export>
    78             <view>
    79                 <items>
    80                     <source-folder style="packages">
    81                         <label>src-new-api</label>
    82                         <location>src-new-api</location>
    83                     </source-folder>
    84                     <source-folder style="packages">
    85                         <label>src-bridge</label>
    86                         <location>src-bridge</location>
    87                     </source-folder>
    88                     <source-folder style="packages">
    89                         <label>test</label>
    90                         <location>src-test</location>
    91                     </source-folder>
    92                     <source-file>
    93                         <location>build.xml</location>
    94                     </source-file>
    95                 </items>
    96                 <context-menu>
    97                     <ide-action name="build"/>
    98                     <ide-action name="rebuild"/>
    99                     <ide-action name="clean"/>
   100                     <ide-action name="test"/>
   101                     <ide-action name="debug"/>
   102                 </context-menu>
   103             </view>
   104             <subprojects/>
   105         </general-data>
   106         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
   107             <compilation-unit>
   108                 <package-root>src-new-api</package-root>
   109                 <built-to>build/bridge/classes</built-to>
   110                 <built-to>build/new-api/classes</built-to>
   111                 <built-to>build/test/classes</built-to>
   112                 <source-level>1.5</source-level>
   113             </compilation-unit>
   114             <compilation-unit>
   115                 <package-root>src-bridge</package-root>
   116                 <classpath mode="compile">src-new-api</classpath>
   117                 <source-level>1.5</source-level>
   118             </compilation-unit>
   119             <compilation-unit>
   120                 <package-root>src-test</package-root>
   121                 <classpath mode="compile">src-new-api:../libs/dist/junit-4.4.jar</classpath>
   122                 <source-level>1.5</source-level>
   123             </compilation-unit>
   124         </java-data>
   125     </configuration>
   126 </project>