220N/A<?xml version="1.0" encoding="UTF-8"?>
220N/A<!--
220N/A*** GENERATED FROM project.xml - DO NOT EDIT ***
220N/A*** EDIT /build.xml INSTEAD ***
220N/A-->
220N/A<project name="com.sun.hotspot.igv.layout-impl" basedir="..">
220N/A <property file="nbproject/private/suite-private.properties"/>
220N/A <property file="nbproject/suite.properties"/>
220N/A <fail unless="suite.dir">You must set 'suite.dir' to point to your containing module suite</fail>
220N/A <property file="${suite.dir}/nbproject/private/platform-private.properties"/>
220N/A <property file="${suite.dir}/nbproject/platform.properties"/>
220N/A <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">
220N/A <attribute name="name"/>
220N/A <attribute name="value"/>
220N/A <sequential>
220N/A <property name="@{name}" value="${@{value}}"/>
220N/A </sequential>
220N/A </macrodef>
220N/A <property file="${user.properties.file}"/>
220N/A <nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
220N/A <nbmproject2:property name="netbeans.dest.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
220N/A <fail message="You must define 'nbplatform.${nbplatform.active}.harness.dir'">
220N/A <condition>
220N/A <not>
220N/A <available file="${harness.dir}" type="dir"/>
220N/A </not>
220N/A </condition>
220N/A </fail>
220N/A <import file="${harness.dir}/build.xml"/>
220N/A</project>