766
|
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.servercompilerscheduler-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>
|