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