~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to ide/projectimport/bluej/nbproject/build-impl.xml

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

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