samples/apifest1/infrastructure/testing-template/nbproject/build-impl.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:52:45 +0200
changeset 52 4257f4cf226b
permissions -rw-r--r--
Adding samples from API fest to the repository, including pieces of their code in the document, not just links
jtulach@52
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@52
     2
<!--
jtulach@52
     3
*** GENERATED FROM project.xml - DO NOT EDIT  ***
jtulach@52
     4
***         EDIT ../build.xml INSTEAD         ***
jtulach@52
     5
-->
jtulach@52
     6
<project name="org.netbeans.apifest.testingtemplate-impl" basedir=".." xmlns:nbmproject="http://www.netbeans.org/ns/nb-module-project/2">
jtulach@52
     7
    <property file="nbproject/private/platform-private.properties"/>
jtulach@52
     8
    <property file="nbproject/platform.properties"/>
jtulach@52
     9
    <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">
jtulach@52
    10
        <attribute name="name"/>
jtulach@52
    11
        <attribute name="value"/>
jtulach@52
    12
        <sequential>
jtulach@52
    13
            <property name="@{name}" value="${@{value}}"/>
jtulach@52
    14
        </sequential>
jtulach@52
    15
    </macrodef>
jtulach@52
    16
    <property file="${user.properties.file}"/>
jtulach@52
    17
    <nbmproject:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir"/>
jtulach@52
    18
    <nbmproject:property name="netbeans.dest.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir"/>
jtulach@52
    19
    <fail message="You must define 'nbplatform.${nbplatform.active}.harness.dir'">
jtulach@52
    20
        <condition>
jtulach@52
    21
            <not>
jtulach@52
    22
                <available file="${harness.dir}" type="dir"/>
jtulach@52
    23
            </not>
jtulach@52
    24
        </condition>
jtulach@52
    25
    </fail>
jtulach@52
    26
    <import file="${harness.dir}/build.xml"/>
jtulach@52
    27
</project>