sandbox/java.hints/hintsimpl/nbproject/build-impl.xml
branchdonation_review
changeset 1043 57843026e60b
parent 1027 205b7632914c
parent 1040 f7b6892fd754
child 1044 7feb751ba76b
     1.1 --- a/sandbox/java.hints/hintsimpl/nbproject/build-impl.xml	Mon Dec 19 11:37:36 2016 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,45 +0,0 @@
     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.jackpot30.hintsimpl-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>