samples/extensionpoint/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Mon, 21 Dec 2009 16:54:12 +0100
changeset 340 9c1a298e51a9
parent 86 adf4440db888
permissions -rw-r--r--
Fixing dependencies since the org.openide.util and org.openide.util.lookup are now separate
     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>extensionpoint</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>extensionpoint</name>
    11             <properties/>
    12             <folders>
    13                 <source-folder>
    14                     <label>extensionpoint</label>
    15                     <location>.</location>
    16                     <encoding>UTF-8</encoding>
    17                 </source-folder>
    18                 <source-folder>
    19                     <label>src-hellodesign</label>
    20                     <type>java</type>
    21                     <location>src-hellodesign</location>
    22                     <encoding>UTF-8</encoding>
    23                 </source-folder>
    24                 <source-folder>
    25                     <label>src-helloworld</label>
    26                     <type>java</type>
    27                     <location>src-helloworld</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             <export>
    47                 <type>folder</type>
    48                 <location>build/api/classes</location>
    49                 <build-target>build</build-target>
    50             </export>
    51             <export>
    52                 <type>folder</type>
    53                 <location>build/api2.0/classes</location>
    54                 <build-target>build</build-target>
    55             </export>
    56             <view>
    57                 <items>
    58                     <source-folder style="packages">
    59                         <label>src-api</label>
    60                         <location>src-api</location>
    61                     </source-folder>
    62                     <source-folder style="packages">
    63                         <label>src-helloworld</label>
    64                         <location>src-helloworld</location>
    65                     </source-folder>
    66                     <source-folder style="packages">
    67                         <label>src-hellodesign</label>
    68                         <location>src-hellodesign</location>
    69                     </source-folder>
    70                     <source-file>
    71                         <location>build.xml</location>
    72                     </source-file>
    73                 </items>
    74                 <context-menu>
    75                     <ide-action name="build"/>
    76                     <ide-action name="rebuild"/>
    77                     <ide-action name="clean"/>
    78                     <ide-action name="run"/>
    79                     <ide-action name="debug"/>
    80                 </context-menu>
    81             </view>
    82             <subprojects/>
    83         </general-data>
    84         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
    85             <compilation-unit>
    86                 <package-root>src-api</package-root>
    87                 <classpath mode="compile">../libs/dist/org-openide-util-lookup.jar</classpath>
    88                 <built-to>build/api/classes</built-to>
    89                 <source-level>1.5</source-level>
    90             </compilation-unit>
    91             <compilation-unit>
    92                 <package-root>src-helloworld</package-root>
    93                 <classpath mode="compile">src-api</classpath>
    94                 <built-to>build/helloworld/classes</built-to>
    95                 <source-level>1.5</source-level>
    96             </compilation-unit>
    97             <compilation-unit>
    98                 <package-root>src-hellodesign</package-root>
    99                 <classpath mode="compile">src-api</classpath>
   100                 <built-to>build/hellodesign/classes</built-to>
   101                 <source-level>1.5</source-level>
   102             </compilation-unit>
   103         </java-data>
   104     </configuration>
   105 </project>