samples/componentinjection/anagram-modular/nbproject/project.xml
changeset 215 43b122711ae1
child 216 0be61dc2e9b5
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/samples/componentinjection/anagram-modular/nbproject/project.xml	Sat Jun 14 10:06:45 2008 +0200
     1.3 @@ -0,0 +1,88 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<project xmlns="http://www.netbeans.org/ns/project/1" xmlns:ns4="null">
     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 +            <name>Anagram Modular</name>
    1.10 +        </general-data>
    1.11 +        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
    1.12 +            <name>Anagram Modular</name>
    1.13 +            <properties/>
    1.14 +            <folders>
    1.15 +                <source-folder>
    1.16 +                    <label>src-api</label>
    1.17 +                    <type>java</type>
    1.18 +                    <location>src-api</location>
    1.19 +                    <encoding>UTF-8</encoding>
    1.20 +                </source-folder>
    1.21 +                <source-folder>
    1.22 +                    <label>Anagram Modular</label>
    1.23 +                    <location>.</location>
    1.24 +                    <encoding>UTF-8</encoding>
    1.25 +                </source-folder>
    1.26 +            </folders>
    1.27 +            <ide-actions>
    1.28 +                <action name="build">
    1.29 +                    <target>build</target>
    1.30 +                </action>
    1.31 +                <action name="clean">
    1.32 +                    <target>clean</target>
    1.33 +                </action>
    1.34 +                <action name="test">
    1.35 +                    <target>test</target>
    1.36 +                </action>
    1.37 +                <action name="rebuild">
    1.38 +                    <target>clean</target>
    1.39 +                    <target>build</target>
    1.40 +                </action>
    1.41 +                <action name="debug.single">
    1.42 +                    <target>-do-test</target>
    1.43 +                    <context>
    1.44 +                        <property>include</property>
    1.45 +                        <folder>src-test</folder>
    1.46 +                        <format>relative-path-noext</format>
    1.47 +                        <arity>
    1.48 +                            <one-file-only/>
    1.49 +                        </arity>
    1.50 +                    </context>
    1.51 +                </action>
    1.52 +            </ide-actions>
    1.53 +            <export>
    1.54 +                <type>folder</type>
    1.55 +                <location>build/api/classes</location>
    1.56 +                <build-target>build</build-target>
    1.57 +            </export>
    1.58 +            <view>
    1.59 +                <items>
    1.60 +                    <source-folder style="packages">
    1.61 +                        <label>src-api</label>
    1.62 +                        <location>src-api</location>
    1.63 +                    </source-folder>
    1.64 +                    <source-file>
    1.65 +                        <location>build.xml</location>
    1.66 +                    </source-file>
    1.67 +                </items>
    1.68 +                <context-menu>
    1.69 +                    <ide-action name="build"/>
    1.70 +                    <ide-action name="rebuild"/>
    1.71 +                    <ide-action name="clean"/>
    1.72 +                    <ide-action name="test"/>
    1.73 +                    <ide-action name="debug"/>
    1.74 +                </context-menu>
    1.75 +            </view>
    1.76 +            <subprojects/>
    1.77 +        </general-data>
    1.78 +        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
    1.79 +            <compilation-unit>
    1.80 +                <package-root>src-api</package-root>
    1.81 +                <built-to>build/api/classes</built-to>
    1.82 +                <source-level>1.5</source-level>
    1.83 +            </compilation-unit>
    1.84 +            <compilation-unit>
    1.85 +                <package-root>src-test</package-root>
    1.86 +                <classpath mode="compile">src-new-api:../libs/dist/junit-4.4.jar</classpath>
    1.87 +                <source-level>1.5</source-level>
    1.88 +            </compilation-unit>
    1.89 +        </java-data>
    1.90 +    </configuration>
    1.91 +</project>