comparison src/share/tools/IdealGraphVisualizer/Data/nbproject/build-impl.xml @ 220:30369db7f5d2

6604014: add support for ideal graph visualizer Reviewed-by: kvn, jrose
author never
date Mon, 23 Jun 2008 18:21:18 -0700
parents
children
comparison
equal deleted inserted replaced
219:ab65a4c9b2e8 220:30369db7f5d2
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 *** GENERATED FROM project.xml - DO NOT EDIT ***
4 *** EDIT ../build.xml INSTEAD ***
5 -->
6 <project name="com.sun.hotspot.igv.data-impl" basedir="..">
7 <property file="nbproject/private/suite-private.properties"/>
8 <property file="nbproject/suite.properties"/>
9 <fail unless="suite.dir">You must set 'suite.dir' to point to your containing module suite</fail>
10 <property file="${suite.dir}/nbproject/private/platform-private.properties"/>
11 <property file="${suite.dir}/nbproject/platform.properties"/>
12 <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">
13 <attribute name="name"/>
14 <attribute name="value"/>
15 <sequential>
16 <property name="@{name}" value="${@{value}}"/>
17 </sequential>
18 </macrodef>
19 <property file="${user.properties.file}"/>
20 <nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
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"/>
22 <fail message="You must define 'nbplatform.${nbplatform.active}.harness.dir'">
23 <condition>
24 <not>
25 <available file="${harness.dir}" type="dir"/>
26 </not>
27 </condition>
28 </fail>
29 <import file="${harness.dir}/build.xml"/>
30 </project>