project.xml revision 84:ae2bec597586
138889Sjdp<?xml version="1.0" encoding="UTF-8"?>
2218822Sdim<project xmlns="http://www.netbeans.org/ns/project/1">
338889Sjdp    <type>org.netbeans.modules.ant.freeform</type>
438889Sjdp    <configuration>
538889Sjdp        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
638889Sjdp            <name>jaxws</name>
738889Sjdp        </general-data>
838889Sjdp        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
938889Sjdp            <!-- Do not use Project Properties customizer when editing this file manually. -->
1038889Sjdp            <name>jaxws</name>
1138889Sjdp            <properties/>
1238889Sjdp            <folders>
1338889Sjdp                <source-folder>
1438889Sjdp                    <label>jaxws</label>
1538889Sjdp                    <location>.</location>
1638889Sjdp                    <encoding>UTF-8</encoding>
1738889Sjdp                </source-folder>
1838889Sjdp            </folders>
19218822Sdim            <ide-actions>
20218822Sdim                <action name="build">
2138889Sjdp                    <target>build</target>
2238889Sjdp                </action>
2338889Sjdp                <action name="clean">
2438889Sjdp                    <target>clean</target>
2538889Sjdp                </action>
2638889Sjdp                <action name="rebuild">
2738889Sjdp                    <target>clean</target>
2838889Sjdp                    <target>build</target>
2938889Sjdp                </action>
3038889Sjdp            </ide-actions>
3138889Sjdp            <view>
3238889Sjdp                <items>
3338889Sjdp                    <source-file>
3477298Sobrien                        <location>build.xml</location>
3577298Sobrien                    </source-file>
3638889Sjdp                </items>
3738889Sjdp                <context-menu>
3838889Sjdp                    <ide-action name="build"/>
3938889Sjdp                    <ide-action name="rebuild"/>
4077298Sobrien                    <ide-action name="clean"/>
4138889Sjdp                </context-menu>
4277298Sobrien            </view>
4377298Sobrien            <subprojects/>
4477298Sobrien        </general-data>
4538889Sjdp        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"/>
4638889Sjdp        <preferences xmlns="http://www.netbeans.org/ns/auxiliary-configuration-preferences/1">
4738889Sjdp            <module name="org-netbeans-modules-editor-indent"/>
4838889Sjdp        </preferences>
4938889Sjdp    </configuration>
5038889Sjdp</project>
5138889Sjdp