java/SuperDAOplugin/nbproject/build-impl.xml
author František Kučera <franta-hg@frantovo.cz>
Sun Nov 23 23:10:04 2008 +0100 (2008-11-23)
changeset 1 d32edd5bcb8a
child 2 3df37f25b286
permissions -rw-r--r--
Plugin do Netbeans
franta-hg@1
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@1
     2
<!--
franta-hg@1
     3
*** GENERATED FROM project.xml - DO NOT EDIT  ***
franta-hg@1
     4
***         EDIT ../build.xml INSTEAD         ***
franta-hg@1
     5
-->
franta-hg@1
     6
<project name="cz.frantovo.superDAO-impl" basedir="..">
franta-hg@1
     7
    <property file="nbproject/private/platform-private.properties"/>
franta-hg@1
     8
    <property file="nbproject/platform.properties"/>
franta-hg@1
     9
    <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">
franta-hg@1
    10
        <attribute name="name"/>
franta-hg@1
    11
        <attribute name="value"/>
franta-hg@1
    12
        <sequential>
franta-hg@1
    13
            <property name="@{name}" value="${@{value}}"/>
franta-hg@1
    14
        </sequential>
franta-hg@1
    15
    </macrodef>
franta-hg@1
    16
    <property file="${user.properties.file}"/>
franta-hg@1
    17
    <nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
franta-hg@1
    18
    <nbmproject2:property name="netbeans.dest.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
franta-hg@1
    19
    <fail message="You must define 'nbplatform.${nbplatform.active}.harness.dir'">
franta-hg@1
    20
        <condition>
franta-hg@1
    21
            <not>
franta-hg@1
    22
                <available file="${harness.dir}" type="dir"/>
franta-hg@1
    23
            </not>
franta-hg@1
    24
        </condition>
franta-hg@1
    25
    </fail>
franta-hg@1
    26
    <import file="${harness.dir}/build.xml"/>
franta-hg@1
    27
</project>