2 |
<project basedir="." default="compileAll" name="scripts"> |
<project basedir="." default="compileAll" name="scripts"> |
3 |
<property environment="env"/> |
<property environment="env"/> |
4 |
|
|
5 |
|
<!-- CONFIGURATION FILE. The properties in this file overwrite the previous properties --> |
6 |
|
<property file="../../KYoda.properties"/> |
7 |
|
<!-- CONFIGURATION FILE. The properties in this file overwrite the previous properties --> |
8 |
|
|
9 |
<!-- |
<!-- |
10 |
CONFIGURATION PARAMETERS |
CONFIGURATION PARAMETERS |
11 |
Modify here the parameters according to your own system |
Modify here the parameters according to your own system |
26 |
<property name="scripts.src" |
<property name="scripts.src" |
27 |
value="${basedir}"/> |
value="${basedir}"/> |
28 |
|
|
29 |
<!-- CONFIGURATION FILE. The properties in this file overwrite the previous properties --> |
|
|
<property file="../../KYoda.properties"/> |
|
|
<!-- CONFIGURATION FILE. The properties in this file overwrite the previous properties --> |
|
|
|
|
30 |
|
|
31 |
<!-- |
<!-- |
32 |
PARAMETRIZED PARAMETERS |
PARAMETRIZED PARAMETERS |