3879
+ − 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
</ide-actions>
+ − 31
<view>
+ − 32
<items>
+ − 33
<source-file>
+ − 34
<location>build.xml</location>
+ − 35
</source-file>
+ − 36
</items>
+ − 37
<context-menu>
+ − 38
<ide-action name="build"/>
+ − 39
<ide-action name="rebuild"/>
+ − 40
<ide-action name="clean"/>
+ − 41
</context-menu>
+ − 42
</view>
+ − 43
<subprojects/>
+ − 44
</general-data>
+ − 45
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"/>
+ − 46
<preferences xmlns="http://www.netbeans.org/ns/auxiliary-configuration-preferences/1">
+ − 47
<module name="org-netbeans-modules-editor-indent"/>
+ − 48
</preferences>
+ − 49
</configuration>
+ − 50
</project>