make/netbeans/nb-javac-modules/api/nbproject/build-impl.xml
branchapache-netbeans
changeset 5964 22d3043bc53f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/make/netbeans/nb-javac-modules/api/nbproject/build-impl.xml	Fri Apr 20 16:02:37 2018 +0200
     1.3 @@ -0,0 +1,45 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!--
     1.6 +*** GENERATED FROM project.xml - DO NOT EDIT  ***
     1.7 +***         EDIT ../build.xml INSTEAD         ***
     1.8 +-->
     1.9 +<project name="org.netbeans.modules.nbjavac.api-impl" basedir="..">
    1.10 +    <fail message="Please build using Ant 1.7.1 or higher.">
    1.11 +        <condition>
    1.12 +            <not>
    1.13 +                <antversion atleast="1.7.1"/>
    1.14 +            </not>
    1.15 +        </condition>
    1.16 +    </fail>
    1.17 +    <property file="nbproject/private/suite-private.properties"/>
    1.18 +    <property file="nbproject/suite.properties"/>
    1.19 +    <fail unless="suite.dir">You must set 'suite.dir' to point to your containing module suite</fail>
    1.20 +    <property file="${suite.dir}/nbproject/private/platform-private.properties"/>
    1.21 +    <property file="${suite.dir}/nbproject/platform.properties"/>
    1.22 +    <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">
    1.23 +        <attribute name="name"/>
    1.24 +        <attribute name="value"/>
    1.25 +        <sequential>
    1.26 +            <property name="@{name}" value="${@{value}}"/>
    1.27 +        </sequential>
    1.28 +    </macrodef>
    1.29 +    <macrodef name="evalprops" uri="http://www.netbeans.org/ns/nb-module-project/2">
    1.30 +        <attribute name="property"/>
    1.31 +        <attribute name="value"/>
    1.32 +        <sequential>
    1.33 +            <property name="@{property}" value="@{value}"/>
    1.34 +        </sequential>
    1.35 +    </macrodef>
    1.36 +    <property file="${user.properties.file}"/>
    1.37 +    <nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
    1.38 +    <nbmproject2:property name="nbplatform.active.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
    1.39 +    <nbmproject2:evalprops property="cluster.path.evaluated" value="${cluster.path}" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
    1.40 +    <fail message="Path to 'platform' cluster missing in $${cluster.path} property or using corrupt Netbeans Platform (missing harness).">
    1.41 +        <condition>
    1.42 +            <not>
    1.43 +                <contains string="${cluster.path.evaluated}" substring="platform"/>
    1.44 +            </not>
    1.45 +        </condition>
    1.46 +    </fail>
    1.47 +    <import file="${harness.dir}/build.xml"/>
    1.48 +</project>