samples/visitor/traversal/nbproject/project.xml
changeset 261 3df7beca6fd8
parent 260 e82f20a1130b
child 262 e59755da1aa6
     1.1 --- a/samples/visitor/traversal/nbproject/project.xml	Sat Jun 14 10:32:31 2008 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,107 +0,0 @@
     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>traversal</name>
    1.10 -        </general-data>
    1.11 -        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
    1.12 -            <!-- Do not use Project Properties customizer when editing this file manually. -->
    1.13 -            <name>traversal</name>
    1.14 -            <properties/>
    1.15 -            <folders>
    1.16 -                <source-folder>
    1.17 -                    <label>src-api1.0</label>
    1.18 -                    <type>java</type>
    1.19 -                    <location>src-api1.0</location>
    1.20 -                    <encoding>UTF-8</encoding>
    1.21 -                </source-folder>
    1.22 -                <source-folder>
    1.23 -                    <label>src-api2.0</label>
    1.24 -                    <type>java</type>
    1.25 -                    <location>src-api2.0</location>
    1.26 -                    <encoding>UTF-8</encoding>
    1.27 -                </source-folder>
    1.28 -                <source-folder>
    1.29 -                    <label>test</label>
    1.30 -                    <type>java</type>
    1.31 -                    <location>src-test</location>
    1.32 -                    <encoding>UTF-8</encoding>
    1.33 -                </source-folder>
    1.34 -                <source-folder>
    1.35 -                    <label>test-2.0</label>
    1.36 -                    <type>java</type>
    1.37 -                    <location>src-test2.0</location>
    1.38 -                    <encoding>UTF-8</encoding>
    1.39 -                </source-folder>
    1.40 -            </folders>
    1.41 -            <ide-actions>
    1.42 -                <action name="build">
    1.43 -                    <target>build</target>
    1.44 -                </action>
    1.45 -                <action name="clean">
    1.46 -                    <target>clean</target>
    1.47 -                </action>
    1.48 -                <action name="test">
    1.49 -                    <target>test</target>
    1.50 -                </action>
    1.51 -                <action name="run">
    1.52 -                    <target>test</target>
    1.53 -                </action>
    1.54 -                <action name="rebuild">
    1.55 -                    <target>clean</target>
    1.56 -                    <target>build</target>
    1.57 -                </action>
    1.58 -            </ide-actions>
    1.59 -            <view>
    1.60 -                <items>
    1.61 -                    <source-folder style="packages">
    1.62 -                        <label>API Version 1.0</label>
    1.63 -                        <location>src-api1.0</location>
    1.64 -                    </source-folder>
    1.65 -                    <source-folder style="packages">
    1.66 -                        <label>API Version 2.0</label>
    1.67 -                        <location>src-api2.0</location>
    1.68 -                    </source-folder>
    1.69 -                    <source-folder style="packages">
    1.70 -                        <label>Usage of the API</label>
    1.71 -                        <location>src-test</location>
    1.72 -                    </source-folder>
    1.73 -                    <source-folder style="packages">
    1.74 -                        <label>Usage of new structures with old visitor</label>
    1.75 -                        <location>src-test2.0</location>
    1.76 -                    </source-folder>
    1.77 -                    <source-file>
    1.78 -                        <location>build.xml</location>
    1.79 -                    </source-file>
    1.80 -                </items>
    1.81 -                <context-menu>
    1.82 -                    <ide-action name="build"/>
    1.83 -                    <ide-action name="rebuild"/>
    1.84 -                    <ide-action name="clean"/>
    1.85 -                    <ide-action name="test"/>
    1.86 -                </context-menu>
    1.87 -            </view>
    1.88 -        </general-data>
    1.89 -        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
    1.90 -            <compilation-unit>
    1.91 -                <package-root>src-api1.0</package-root>
    1.92 -                <source-level>1.5</source-level>
    1.93 -            </compilation-unit>
    1.94 -            <compilation-unit>
    1.95 -                <package-root>src-api2.0</package-root>
    1.96 -                <source-level>1.5</source-level>
    1.97 -            </compilation-unit>
    1.98 -            <compilation-unit>
    1.99 -                <package-root>src-test</package-root>
   1.100 -                <classpath mode="compile">src-api1.0:../../libs/dist/junit-4.4.jar</classpath>
   1.101 -                <source-level>1.5</source-level>
   1.102 -            </compilation-unit>
   1.103 -            <compilation-unit>
   1.104 -                <package-root>src-test2.0</package-root>
   1.105 -                <classpath mode="compile">src-api2.0:src-test:../../libs/dist/junit-4.4.jar</classpath>
   1.106 -                <source-level>1.5</source-level>
   1.107 -            </compilation-unit>
   1.108 -        </java-data>
   1.109 -    </configuration>
   1.110 -</project>