18 lines
679 B
XML
18 lines
679 B
XML
<?xml version='1.0'?>
|
|
<project name="properties" basedir=".">
|
|
<description>
|
|
This project file sets all properties needed during build and
|
|
installation. This file is imported in all other build.xml
|
|
files. This file provides a central place for managing
|
|
properties.
|
|
</description>
|
|
|
|
<dirname property="adempiere.base" file="${ant.file.properties}/.."/>
|
|
<property file="${user.home}/.adempiere.properties"/>
|
|
<property file="${adempiere.base}/utils_dev/mybuild.properties"/>
|
|
<property file="${adempiere.base}/utils_dev/build.properties"/>
|
|
|
|
<!-- Here we could add most common buildpaths -->
|
|
|
|
</project>
|