samples/nbproject/project.xml
changeset 262 e59755da1aa6
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/samples/nbproject/project.xml	Sat Jun 14 16:40:49 2008 +0200
     1.3 @@ -0,0 +1,48 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<project xmlns="http://www.netbeans.org/ns/project/1">
     1.6 +    <type>org.netbeans.modules.ant.freeform</type>
     1.7 +    <configuration>
     1.8 +        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
     1.9 +            <!-- Do not use Project Properties customizer when editing this file manually. -->
    1.10 +            <name>Samples for API Design Book</name>
    1.11 +            <properties/>
    1.12 +            <ide-actions>
    1.13 +                <action name="build">
    1.14 +                    <target>build</target>
    1.15 +                </action>
    1.16 +                <action name="clean">
    1.17 +                    <target>clean</target>
    1.18 +                </action>
    1.19 +                <action name="javadoc">
    1.20 +                    <target>sources</target>
    1.21 +                </action>
    1.22 +                <action name="run">
    1.23 +                    <target>test</target>
    1.24 +                </action>
    1.25 +                <action name="test">
    1.26 +                    <target>test</target>
    1.27 +                </action>
    1.28 +                <action name="rebuild">
    1.29 +                    <target>clean</target>
    1.30 +                    <target>build</target>
    1.31 +                </action>
    1.32 +            </ide-actions>
    1.33 +            <view>
    1.34 +                <items>
    1.35 +                    <source-file>
    1.36 +                        <location>build.xml</location>
    1.37 +                    </source-file>
    1.38 +                </items>
    1.39 +                <context-menu>
    1.40 +                    <ide-action name="build"/>
    1.41 +                    <ide-action name="rebuild"/>
    1.42 +                    <ide-action name="clean"/>
    1.43 +                    <ide-action name="javadoc"/>
    1.44 +                    <ide-action name="run"/>
    1.45 +                    <ide-action name="test"/>
    1.46 +                </context-menu>
    1.47 +            </view>
    1.48 +        </general-data>
    1.49 +        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"/>
    1.50 +    </configuration>
    1.51 +</project>