forked from phoedos/pmd
76d6c7a1ac
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4761 51baf565-9d33-0410-a72c-fc3788e3496d
28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
*** GENERATED FROM project.xml - DO NOT EDIT ***
|
|
*** EDIT ../build.xml INSTEAD ***
|
|
-->
|
|
<project name="pmd-impl" basedir="..">
|
|
<property file="nbproject/private/platform-private.properties"/>
|
|
<property file="nbproject/platform.properties"/>
|
|
<macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">
|
|
<attribute name="name"/>
|
|
<attribute name="value"/>
|
|
<sequential>
|
|
<property name="@{name}" value="${@{value}}"/>
|
|
</sequential>
|
|
</macrodef>
|
|
<property file="${user.properties.file}"/>
|
|
<nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
|
|
<nbmproject2:property name="netbeans.dest.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
|
|
<fail message="You must define 'nbplatform.${nbplatform.active}.harness.dir'">
|
|
<condition>
|
|
<not>
|
|
<available file="${harness.dir}" type="dir"/>
|
|
</not>
|
|
</condition>
|
|
</fail>
|
|
<import file="${harness.dir}/build.xml"/>
|
|
</project>
|