samples/forjoe/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:53:37 +0200
changeset 76 ee4e8d38093e
permissions -rw-r--r--
Finished review of "are abstract classes useful?", up to line 1600
     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>forjoe</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>forjoe</name>
    11             <properties/>
    12             <folders>
    13                 <source-folder>
    14                     <label>forjoe</label>
    15                     <location>.</location>
    16                     <encoding>UTF-8</encoding>
    17                 </source-folder>
    18                 <source-folder>
    19                     <label>src-api1.0</label>
    20                     <type>java</type>
    21                     <location>src-api1.0</location>
    22                     <encoding>UTF-8</encoding>
    23                 </source-folder>
    24                 <source-folder>
    25                     <label>impl</label>
    26                     <type>java</type>
    27                     <location>src-impl</location>
    28                     <encoding>UTF-8</encoding>
    29                 </source-folder>
    30             </folders>
    31             <ide-actions>
    32                 <action name="build">
    33                     <target>build</target>
    34                 </action>
    35                 <action name="clean">
    36                     <target>clean</target>
    37                 </action>
    38                 <action name="run">
    39                     <target>run</target>
    40                 </action>
    41                 <action name="rebuild">
    42                     <target>clean</target>
    43                     <target>build</target>
    44                 </action>
    45             </ide-actions>
    46             <view>
    47                 <items>
    48                     <source-folder style="packages">
    49                         <label>src-api1.0</label>
    50                         <location>src-api1.0</location>
    51                     </source-folder>
    52                     <source-folder style="packages">
    53                         <label>impl</label>
    54                         <location>src-impl</location>
    55                     </source-folder>
    56                     <source-file>
    57                         <location>build.xml</location>
    58                     </source-file>
    59                 </items>
    60                 <context-menu>
    61                     <ide-action name="build"/>
    62                     <ide-action name="rebuild"/>
    63                     <ide-action name="clean"/>
    64                     <ide-action name="run"/>
    65                 </context-menu>
    66             </view>
    67             <subprojects/>
    68         </general-data>
    69         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
    70             <compilation-unit>
    71                 <package-root>src-api1.0</package-root>
    72                 <source-level>1.5</source-level>
    73             </compilation-unit>
    74             <compilation-unit>
    75                 <package-root>src-impl</package-root>
    76                 <classpath mode="compile">src-api1.0</classpath>
    77                 <source-level>1.5</source-level>
    78             </compilation-unit>
    79         </java-data>
    80     </configuration>
    81 </project>