~cklee/gephi/FDEB

« back to all changes in this revision

Viewing changes to DataTableUI/nbproject/build-impl.xml

  • Committer: Christopher Kelvin Lee
  • Date: 2010-06-20 17:17:36 UTC
  • Revision ID: cklee@christopher-kelvin-lees-macbook.local-20100620171736-hr5llyfi143k3mfr
first iteration of FDEB in FDEB_demonstration and FDEB_reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
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="org.gephi.ui.datatable-impl" basedir="..">
7
 
    <fail message="Please build using Ant 1.7.1 or higher.">
8
 
        <condition>
9
 
            <not>
10
 
                <antversion atleast="1.7.1"/>
11
 
            </not>
12
 
        </condition>
13
 
    </fail>
14
 
    <property file="nbproject/private/suite-private.properties"/>
15
 
    <property file="nbproject/suite.properties"/>
16
 
    <fail unless="suite.dir">You must set 'suite.dir' to point to your containing module suite</fail>
17
 
    <property file="${suite.dir}/nbproject/private/platform-private.properties"/>
18
 
    <property file="${suite.dir}/nbproject/platform.properties"/>
19
 
    <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">
20
 
        <attribute name="name"/>
21
 
        <attribute name="value"/>
22
 
        <sequential>
23
 
            <property name="@{name}" value="${@{value}}"/>
24
 
        </sequential>
25
 
    </macrodef>
26
 
    <macrodef name="evalprops" uri="http://www.netbeans.org/ns/nb-module-project/2">
27
 
        <attribute name="property"/>
28
 
        <attribute name="value"/>
29
 
        <sequential>
30
 
            <property name="@{property}" value="@{value}"/>
31
 
        </sequential>
32
 
    </macrodef>
33
 
    <property file="${user.properties.file}"/>
34
 
    <nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
35
 
    <nbmproject2:property name="nbplatform.active.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
36
 
    <nbmproject2:evalprops property="cluster.path.evaluated" value="${cluster.path}" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
37
 
    <fail message="Path to 'platform' cluster missing in $${cluster.path} property or using corrupt Netbeans Platform (missing harness).">
38
 
        <condition>
39
 
            <not>
40
 
                <contains string="${cluster.path.evaluated}" substring="platform"/>
41
 
            </not>
42
 
        </condition>
43
 
    </fail>
44
 
    <import file="${harness.dir}/build.xml"/>
45
 
</project>
 
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="org.gephi.ui.datatable-impl" basedir="..">
 
7
    <fail message="Please build using Ant 1.7.1 or higher.">
 
8
        <condition>
 
9
            <not>
 
10
                <antversion atleast="1.7.1"/>
 
11
            </not>
 
12
        </condition>
 
13
    </fail>
 
14
    <property file="nbproject/private/platform-private.properties"/>
 
15
    <property file="nbproject/platform.properties"/>
 
16
    <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">
 
17
        <attribute name="name"/>
 
18
        <attribute name="value"/>
 
19
        <sequential>
 
20
            <property name="@{name}" value="${@{value}}"/>
 
21
        </sequential>
 
22
    </macrodef>
 
23
    <macrodef name="evalprops" uri="http://www.netbeans.org/ns/nb-module-project/2">
 
24
        <attribute name="property"/>
 
25
        <attribute name="value"/>
 
26
        <sequential>
 
27
            <property name="@{property}" value="@{value}"/>
 
28
        </sequential>
 
29
    </macrodef>
 
30
    <property file="${user.properties.file}"/>
 
31
    <nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
 
32
    <nbmproject2:property name="nbplatform.active.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
 
33
    <nbmproject2:evalprops property="cluster.path.evaluated" value="${cluster.path}" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
 
34
    <fail message="Path to 'platform' cluster missing in $${cluster.path} property or using corrupt Netbeans Platform (missing harness).">
 
35
        <condition>
 
36
            <not>
 
37
                <contains string="${cluster.path.evaluated}" substring="platform"/>
 
38
            </not>
 
39
        </condition>
 
40
    </fail>
 
41
    <import file="${harness.dir}/build.xml"/>
 
42
</project>