1<?xml version="1.0" encoding="UTF-8"?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements.  See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership.  The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the
9 * "License"); you may not use this file except in compliance
10 * with the License.  You may obtain a copy of the License at
11 *
12 *   http://www.apache.org/licenses/LICENSE-2.0
13 *
14 * Unless required by applicable law or agreed to in writing,
15 * software distributed under the License is distributed on an
16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17 * KIND, either express or implied.  See the License for the
18 * specific language governing permissions and limitations
19 * under the License.
20 *
21 ***********************************************************-->
22<project xmlns="http://www.netbeans.org/ns/project/1">
23    <type>org.netbeans.modules.ant.freeform</type>
24    <configuration>
25        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
26            <!-- Do not use Project Properties customizer when editing this file manually. -->
27            <name>javainstaller2</name>
28            <properties/>
29            <folders>
30                <source-folder>
31                    <label>src\JavaSetup</label>
32                    <type>java</type>
33                    <location>src/JavaSetup</location>
34                </source-folder>
35            </folders>
36            <ide-actions>
37                <action name="build">
38                    <target>build</target>
39                </action>
40                <action name="clean">
41                    <target>clean</target>
42                </action>
43                <action name="run">
44                    <target>run</target>
45                </action>
46                <action name="rebuild">
47                    <target>clean</target>
48                    <target>build</target>
49                </action>
50            </ide-actions>
51            <view>
52                <items>
53                    <source-folder style="packages">
54                        <label>src\JavaSetup</label>
55                        <location>src/JavaSetup</location>
56                    </source-folder>
57                    <source-file>
58                        <location>build.xml</location>
59                    </source-file>
60                </items>
61                <context-menu>
62                    <ide-action name="build"/>
63                    <ide-action name="clean"/>
64                    <ide-action name="run"/>
65                    <ide-action name="rebuild"/>
66                </context-menu>
67            </view>
68        </general-data>
69        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
70            <compilation-unit>
71                <package-root>src/JavaSetup</package-root>
72                <source-level>1.5</source-level>
73            </compilation-unit>
74        </java-data>
75    </configuration>
76</project>
77