911f441787
Make it possible to use NetBeans to edit the jaxp sources and to generate a preview of the associated javadoc. Reviewed-by: joehw, alanb
69 lines
2.6 KiB
XML
69 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://www.netbeans.org/ns/project/1">
|
|
<type>org.netbeans.modules.ant.freeform</type>
|
|
<configuration>
|
|
<general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
|
|
<name>jaxp</name>
|
|
</general-data>
|
|
<general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
|
|
<!-- Do not use Project Properties customizer when editing this file manually. -->
|
|
<name>jaxp</name>
|
|
<properties/>
|
|
<folders>
|
|
<source-folder>
|
|
<label>jaxp</label>
|
|
<location>.</location>
|
|
<encoding>UTF-8</encoding>
|
|
</source-folder>
|
|
<source-folder>
|
|
<label>src</label>
|
|
<type>java</type>
|
|
<location>src</location>
|
|
<encoding>UTF-8</encoding>
|
|
</source-folder>
|
|
</folders>
|
|
<ide-actions>
|
|
<action name="build">
|
|
<target>build</target>
|
|
</action>
|
|
<action name="clean">
|
|
<target>clean</target>
|
|
</action>
|
|
<action name="rebuild">
|
|
<target>clean</target>
|
|
<target>build</target>
|
|
</action>
|
|
<action name="javadoc">
|
|
<target>javadoc-nb</target>
|
|
</action>
|
|
</ide-actions>
|
|
<view>
|
|
<items>
|
|
<source-folder style="packages">
|
|
<label>src</label>
|
|
<location>src</location>
|
|
</source-folder>
|
|
<source-file>
|
|
<location>build.xml</location>
|
|
</source-file>
|
|
</items>
|
|
<context-menu>
|
|
<ide-action name="build"/>
|
|
<ide-action name="rebuild"/>
|
|
<ide-action name="clean"/>
|
|
<ide-action name="javadoc"/>
|
|
</context-menu>
|
|
</view>
|
|
<subprojects/>
|
|
</general-data>
|
|
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
|
|
<compilation-unit>
|
|
<package-root>src</package-root>
|
|
</compilation-unit>
|
|
</java-data>
|
|
<preferences xmlns="http://www.netbeans.org/ns/auxiliary-configuration-preferences/1">
|
|
<module name="org-netbeans-modules-editor-indent"/>
|
|
</preferences>
|
|
</configuration>
|
|
</project>
|