2796N/A<?xml version="1.0" encoding="UTF-8"?>
2796N/A
2796N/A<!--
2796N/A Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
2796N/A
2796N/A Redistribution and use in source and binary forms, with or without
2796N/A modification, are permitted provided that the following conditions
2796N/A are met:
2796N/A
2796N/A - Redistributions of source code must retain the above copyright
2796N/A notice, this list of conditions and the following disclaimer.
2796N/A
2796N/A - Redistributions in binary form must reproduce the above copyright
2796N/A notice, this list of conditions and the following disclaimer in the
2796N/A documentation and/or other materials provided with the distribution.
2796N/A
2796N/A - Neither the name of Oracle nor the names of its
2796N/A contributors may be used to endorse or promote products derived
2796N/A from this software without specific prior written permission.
2796N/A
2796N/A THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
2796N/A IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
2796N/A THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2796N/A PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
2796N/A CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2796N/A EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2796N/A PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2796N/A PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
2796N/A LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
2796N/A NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2796N/A SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2796N/A-->
2796N/A
2796N/A<project xmlns="http://www.netbeans.org/ns/project/1">
2796N/A <type>org.netbeans.modules.ant.freeform</type>
2796N/A <configuration>
2796N/A <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
2796N/A <!--Do not use Project Properties customizer when editing this file manually.-->
2796N/A <name>J2DBench</name>
2796N/A <folders>
2796N/A <source-folder>
2796N/A <label>src</label>
2796N/A <type>java</type>
2796N/A <location>src</location>
2796N/A </source-folder>
2796N/A <source-folder>
2796N/A <label>src</label>
2796N/A <location>src</location>
2796N/A </source-folder>
2972N/A </folders>
2972N/A <ide-actions>
2796N/A <action name="build">
2972N/A <target>compile</target>
2796N/A </action>
2796N/A <action name="clean">
2796N/A <target>clean</target>
2796N/A </action>
2796N/A <action name="run">
2796N/A <target>run</target>
2796N/A </action>
2796N/A <action name="rebuild">
2796N/A <target>clean</target>
2796N/A <target>compile</target>
2796N/A </action>
2796N/A </ide-actions>
2796N/A <view>
2796N/A <items>
2796N/A <source-folder style="packages">
2796N/A <label>src</label>
2796N/A <location>src</location>
2796N/A </source-folder>
2796N/A <source-file>
2796N/A <location>build.xml</location>
2796N/A </source-file>
2796N/A </items>
2796N/A <context-menu>
2796N/A <ide-action name="build"/>
2796N/A <ide-action name="clean"/>
2796N/A <ide-action name="run"/>
2796N/A <ide-action name="rebuild"/>
2796N/A </context-menu>
2796N/A </view>
2842N/A </general-data>
2796N/A <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
2796N/A <compilation-unit>
2796N/A <package-root>src</package-root>
2796N/A <source-level>1.5</source-level>
2796N/A </compilation-unit>
2796N/A </java-data>
2796N/A </configuration>
2796N/A</project>
2796N/A