1 <?xml version="1.0" encoding="UTF-8"?>
   2 <project xmlns="http://www.netbeans.org/ns/project/1">
   3     <type>org.netbeans.modules.ant.freeform</type>
   4     <configuration>
   5         <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
   6             <name>jaxp</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>jaxp</name>
  11             <properties/>
  12             <folders>
  13                 <source-folder>
  14                     <label>jaxp</label>
  15                     <location>.</location>
  16                     <encoding>UTF-8</encoding>
  17                 </source-folder>
  18             </folders>
  19             <ide-actions>
  20                 <action name="build">
  21                     <target>build</target>
  22                 </action>
  23                 <action name="clean">
  24                     <target>clean</target>
  25                 </action>
  26                 <action name="rebuild">
  27                     <target>clean</target>
  28                     <target>build</target>
  29                 </action>
  30                 <action name="javadoc">
  31                     <target>javadoc-nb</target>
  32                 </action>
  33             </ide-actions>
  34             <view>
  35                 <items>
  36                     <source-folder style="packages">
  37                         <label>src</label>
  38                         <location>src</location>
  39                     </source-folder>
  40                     <source-file>
  41                         <location>build.xml</location>
  42                     </source-file>
  43                 </items>
  44                 <context-menu>
  45                     <ide-action name="build"/>
  46                     <ide-action name="rebuild"/>
  47                     <ide-action name="clean"/>
  48                     <ide-action name="javadoc"/>
  49                 </context-menu>
  50             </view>
  51             <subprojects/>
  52         </general-data>
  53         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"/>
  54         <preferences xmlns="http://www.netbeans.org/ns/auxiliary-configuration-preferences/1">
  55             <module name="org-netbeans-modules-editor-indent"/>
  56         </preferences>
  57     </configuration>
  58 </project>