Path: blob/aarch64-shenandoah-jdk8u272-b10/hotspot/src/share/tools/IdealGraphVisualizer/nbproject/build-impl.xml
38828 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="IdealGraphVisualizer-impl" basedir=".." xmlns:sproject="http://www.netbeans.org/ns/nb-module-suite-project/1">6<property file="nbproject/private/platform-private.properties"/>7<property file="nbproject/platform.properties"/>8<macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-suite-project/1">9<attribute name="name"/>10<attribute name="value"/>11<sequential>12<property name="@{name}" value="${@{value}}"/>13</sequential>14</macrodef>15<property file="${user.properties.file}"/>16<sproject:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir"/>17<sproject:property name="netbeans.dest.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir"/>18<fail message="You must define 'nbplatform.${nbplatform.active}.harness.dir'">19<condition>20<not>21<available file="${harness.dir}" type="dir"/>22</not>23</condition>24</fail>25<import file="${harness.dir}/suite.xml"/>26</project>272829