build-impl.xml revision 220:30369db7f5d2
1270866Simp<?xml version="1.0" encoding="UTF-8"?>
2270866Simp<!--
3270866Simp*** GENERATED FROM project.xml - DO NOT EDIT  ***
4270866Simp***         EDIT ../build.xml INSTEAD         ***
5270866Simp-->
6270866Simp<project name="com.sun.hotspot.igv.hierarchicallayout-impl" basedir="..">
7270866Simp    <property file="nbproject/private/suite-private.properties"/>
8270866Simp    <property file="nbproject/suite.properties"/>
9270866Simp    <fail unless="suite.dir">You must set 'suite.dir' to point to your containing module suite</fail>
10270866Simp    <property file="${suite.dir}/nbproject/private/platform-private.properties"/>
11270866Simp    <property file="${suite.dir}/nbproject/platform.properties"/>
12270866Simp    <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">
13270866Simp        <attribute name="name"/>
14270866Simp        <attribute name="value"/>
15270866Simp        <sequential>
16270866Simp            <property name="@{name}" value="${@{value}}"/>
17270866Simp        </sequential>
18270866Simp    </macrodef>
19270866Simp    <property file="${user.properties.file}"/>
20270866Simp    <nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
21270866Simp    <nbmproject2:property name="netbeans.dest.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
22270866Simp    <fail message="You must define 'nbplatform.${nbplatform.active}.harness.dir'">
23270866Simp        <condition>
24270866Simp            <not>
25270866Simp                <available file="${harness.dir}" type="dir"/>
26270866Simp            </not>
27270866Simp        </condition>
28270866Simp    </fail>
29270866Simp    <import file="${harness.dir}/build.xml"/>
30270866Simp</project>
31270866Simp