<?xml version="1.0" encoding="UTF-8"?>
<project name="SF-PACKAGE-CONFIG">
<!-- location of this config -->
<dirname property="sf.package.config.dir" file="${ant.file.SF-PACKAGE-CONFIG}"/>
<!--
* Property defaults
-->
<!--
* Load package specific properties. Mandatory that this file exists otherwise
* the target will fail.
-->
<!-- import properties/spec for this type of build -->
<loadproperties srcFile="${sf.package.config.dir}/package.properties"/>
<import file="${sf.package.config.dir}/package_spec.ant.xml" />
<!-- import common config -->
<import file="../common/build.xml" />
</project>