src/share/tools/IdealGraphVisualizer/nbproject/build-impl.xml

Thu, 30 Oct 2008 17:08:48 -0700

author
never
date
Thu, 30 Oct 2008 17:08:48 -0700
changeset 852
f4fe12e429a4
parent 0
f90c822e73f8
permissions
-rw-r--r--

6764622: IdealGraphVisualizer fixes
Reviewed-by: rasbold, jrose

     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="IdealGraphVisualizer-impl" basedir=".." xmlns:sproject="http://www.netbeans.org/ns/nb-module-suite-project/1">
     7     <property file="nbproject/private/platform-private.properties"/>
     8     <property file="nbproject/platform.properties"/>
     9     <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-suite-project/1">
    10         <attribute name="name"/>
    11         <attribute name="value"/>
    12         <sequential>
    13             <property name="@{name}" value="${@{value}}"/>
    14         </sequential>
    15     </macrodef>
    16     <property file="${user.properties.file}"/>
    17     <sproject:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir"/>
    18     <sproject:property name="netbeans.dest.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir"/>
    19     <fail message="You must define 'nbplatform.${nbplatform.active}.harness.dir'">
    20         <condition>
    21             <not>
    22                 <available file="${harness.dir}" type="dir"/>
    23             </not>
    24         </condition>
    25     </fail>
    26     <import file="${harness.dir}/suite.xml"/>
    27 </project>

mercurial