annotate visualizer/Util/nbproject/build-impl.xml @ 5813:3b8bc07f8d17

Add ability to give an existing to getDebugProperties Add nameTemplate to NodeInfo, use it in binary graphs improve binary graph protocol (transmit NodeClass through the constant pool including nameTemplate and edges names, transmit edges as part of nodes and blocks)
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 10 Jul 2012 15:02:41 +0200
parents 9ad6d3d11630
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4519
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
2 <!--
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
3 *** GENERATED FROM project.xml - DO NOT EDIT ***
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
4 *** EDIT ../build.xml INSTEAD ***
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
5 -->
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
6 <project name="com.sun.hotspot.igv.util-impl" basedir="..">
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
7 <property file="nbproject/private/suite-private.properties"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
8 <property file="nbproject/suite.properties"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
9 <fail unless="suite.dir">You must set 'suite.dir' to point to your containing module suite</fail>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
10 <property file="${suite.dir}/nbproject/private/platform-private.properties"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
11 <property file="${suite.dir}/nbproject/platform.properties"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
12 <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
13 <attribute name="name"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
14 <attribute name="value"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
15 <sequential>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
16 <property name="@{name}" value="${@{value}}"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
17 </sequential>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
18 </macrodef>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
19 <property file="${user.properties.file}"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
20 <nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
21 <nbmproject2:property name="netbeans.dest.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
22 <fail message="You must define 'nbplatform.${nbplatform.active}.harness.dir'">
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
23 <condition>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
24 <not>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
25 <available file="${harness.dir}" type="dir"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
26 </not>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
27 </condition>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
28 </fail>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
29 <import file="${harness.dir}/build.xml"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
30 </project>