Path: blob/aarch64-shenandoah-jdk8u272-b10/hotspot/src/share/tools/IdealGraphVisualizer/ServerCompiler/nbproject/build-impl.xml
32288 views
<?xml version="1.0" encoding="UTF-8"?>1<!--2*** GENERATED FROM project.xml - DO NOT EDIT ***3*** EDIT ../build.xml INSTEAD ***4-->5<project name="com.sun.hotspot.igv.servercompilerscheduler-impl" basedir="..">6<property file="nbproject/private/suite-private.properties"/>7<property file="nbproject/suite.properties"/>8<fail unless="suite.dir">You must set 'suite.dir' to point to your containing module suite</fail>9<property file="${suite.dir}/nbproject/private/platform-private.properties"/>10<property file="${suite.dir}/nbproject/platform.properties"/>11<macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">12<attribute name="name"/>13<attribute name="value"/>14<sequential>15<property name="@{name}" value="${@{value}}"/>16</sequential>17</macrodef>18<property file="${user.properties.file}"/>19<nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>20<nbmproject2:property name="netbeans.dest.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>21<fail message="You must define 'nbplatform.${nbplatform.active}.harness.dir'">22<condition>23<not>24<available file="${harness.dir}" type="dir"/>25</not>26</condition>27</fail>28<import file="${harness.dir}/build.xml"/>29</project>303132