1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<project name="etl-using-fi-config" default="build"> |
3 |
<!-- NEVER MODIFY THIS FILE! MAKE CHANGES TO THE PROJECT TYPE. --> |
4 |
|
5 |
<property file="local-sant.properties" /> |
6 |
|
7 |
<property name="sant.home" value="### NOT SET ###"/> |
8 |
<fail> |
9 |
<condition> |
10 |
<equals arg1="${sant.home}" arg2="### NOT SET ###"/> |
11 |
</condition> |
12 |
>>> |
13 |
|
14 |
Set the property 'sant.home' in 'local-sant.properties'. You can use the |
15 |
following command: |
16 |
sant-admin create-local-sant-properties |
17 |
</fail> |
18 |
|
19 |
<property file="sant.properties" /> |
20 |
|
21 |
<import file="${sant.home}/project-types/${sant.project.type}/${sant.project.type}-build.xml" /> |
22 |
</project> |