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