annotate src/share/tools/IdealGraphVisualizer/SelectionCoordinator/nbproject/build-impl.xml @ 24234:ea6f94ab283b default tip

Added tag jvmci-0.36 for changeset 8128b98d4736
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Mon, 18 Sep 2017 18:49:45 +0200
parents b5516d27d657
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2898
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
2 <!--
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
3 *** GENERATED FROM project.xml - DO NOT EDIT ***
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
4 *** EDIT ../build.xml INSTEAD ***
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
5 -->
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
6 <project name="com.sun.hotspot.igv.selectioncoordinator-impl" basedir="..">
19985
b5516d27d657 Fix dependencies in IGV NetBeans project. Contributed-by: Michael Haupt <michael.haupt@oracle.com>
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 13469
diff changeset
7 <fail message="Please build using Ant 1.7.1 or higher.">
b5516d27d657 Fix dependencies in IGV NetBeans project. Contributed-by: Michael Haupt <michael.haupt@oracle.com>
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 13469
diff changeset
8 <condition>
b5516d27d657 Fix dependencies in IGV NetBeans project. Contributed-by: Michael Haupt <michael.haupt@oracle.com>
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 13469
diff changeset
9 <not>
b5516d27d657 Fix dependencies in IGV NetBeans project. Contributed-by: Michael Haupt <michael.haupt@oracle.com>
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 13469
diff changeset
10 <antversion atleast="1.7.1"/>
b5516d27d657 Fix dependencies in IGV NetBeans project. Contributed-by: Michael Haupt <michael.haupt@oracle.com>
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 13469
diff changeset
11 </not>
b5516d27d657 Fix dependencies in IGV NetBeans project. Contributed-by: Michael Haupt <michael.haupt@oracle.com>
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 13469
diff changeset
12 </condition>
b5516d27d657 Fix dependencies in IGV NetBeans project. Contributed-by: Michael Haupt <michael.haupt@oracle.com>
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 13469
diff changeset
13 </fail>
2898
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
14 <property file="nbproject/private/suite-private.properties"/>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
15 <property file="nbproject/suite.properties"/>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
16 <fail unless="suite.dir">You must set 'suite.dir' to point to your containing module suite</fail>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
17 <property file="${suite.dir}/nbproject/private/platform-private.properties"/>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
18 <property file="${suite.dir}/nbproject/platform.properties"/>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
19 <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
20 <attribute name="name"/>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
21 <attribute name="value"/>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
22 <sequential>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
23 <property name="@{name}" value="${@{value}}"/>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
24 </sequential>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
25 </macrodef>
19985
b5516d27d657 Fix dependencies in IGV NetBeans project. Contributed-by: Michael Haupt <michael.haupt@oracle.com>
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 13469
diff changeset
26 <macrodef name="evalprops" uri="http://www.netbeans.org/ns/nb-module-project/2">
b5516d27d657 Fix dependencies in IGV NetBeans project. Contributed-by: Michael Haupt <michael.haupt@oracle.com>
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 13469
diff changeset
27 <attribute name="property"/>
b5516d27d657 Fix dependencies in IGV NetBeans project. Contributed-by: Michael Haupt <michael.haupt@oracle.com>
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 13469
diff changeset
28 <attribute name="value"/>
b5516d27d657 Fix dependencies in IGV NetBeans project. Contributed-by: Michael Haupt <michael.haupt@oracle.com>
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 13469
diff changeset
29 <sequential>
b5516d27d657 Fix dependencies in IGV NetBeans project. Contributed-by: Michael Haupt <michael.haupt@oracle.com>
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 13469
diff changeset
30 <property name="@{property}" value="@{value}"/>
b5516d27d657 Fix dependencies in IGV NetBeans project. Contributed-by: Michael Haupt <michael.haupt@oracle.com>
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 13469
diff changeset
31 </sequential>
b5516d27d657 Fix dependencies in IGV NetBeans project. Contributed-by: Michael Haupt <michael.haupt@oracle.com>
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 13469
diff changeset
32 </macrodef>
2898
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
33 <property file="${user.properties.file}"/>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
34 <nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
19985
b5516d27d657 Fix dependencies in IGV NetBeans project. Contributed-by: Michael Haupt <michael.haupt@oracle.com>
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 13469
diff changeset
35 <nbmproject2:property name="nbplatform.active.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
b5516d27d657 Fix dependencies in IGV NetBeans project. Contributed-by: Michael Haupt <michael.haupt@oracle.com>
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 13469
diff changeset
36 <nbmproject2:evalprops property="cluster.path.evaluated" value="${cluster.path}" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
b5516d27d657 Fix dependencies in IGV NetBeans project. Contributed-by: Michael Haupt <michael.haupt@oracle.com>
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 13469
diff changeset
37 <fail message="Path to 'platform' cluster missing in $${cluster.path} property or using corrupt Netbeans Platform (missing harness).">
2898
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
38 <condition>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
39 <not>
19985
b5516d27d657 Fix dependencies in IGV NetBeans project. Contributed-by: Michael Haupt <michael.haupt@oracle.com>
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 13469
diff changeset
40 <contains string="${cluster.path.evaluated}" substring="platform"/>
2898
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
41 </not>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
42 </condition>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
43 </fail>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
44 <import file="${harness.dir}/build.xml"/>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
45 </project>