java/SuperDAOplugin/nbproject/build-impl.xml
changeset 2 3df37f25b286
parent 1 d32edd5bcb8a
     1.1 --- a/java/SuperDAOplugin/nbproject/build-impl.xml	Sun Nov 23 23:10:04 2008 +0100
     1.2 +++ b/java/SuperDAOplugin/nbproject/build-impl.xml	Wed Feb 11 22:23:22 2009 +0100
     1.3 @@ -4,8 +4,11 @@
     1.4  ***         EDIT ../build.xml INSTEAD         ***
     1.5  -->
     1.6  <project name="cz.frantovo.superDAO-impl" basedir="..">
     1.7 -    <property file="nbproject/private/platform-private.properties"/>
     1.8 -    <property file="nbproject/platform.properties"/>
     1.9 +    <property file="nbproject/private/suite-private.properties"/>
    1.10 +    <property file="nbproject/suite.properties"/>
    1.11 +    <fail unless="suite.dir">You must set 'suite.dir' to point to your containing module suite</fail>
    1.12 +    <property file="${suite.dir}/nbproject/private/platform-private.properties"/>
    1.13 +    <property file="${suite.dir}/nbproject/platform.properties"/>
    1.14      <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">
    1.15          <attribute name="name"/>
    1.16          <attribute name="value"/>