|
|
@@ -227,9 +227,9 @@ ant.java.version the JVM version Ant detected; currently it can hold |
|
|
|
simple example build file |
|
|
|
</description> |
|
|
|
<!-- set global properties for this build --> |
|
|
|
<property name="src" value="src"/> |
|
|
|
<property name="build" value="build"/> |
|
|
|
<property name="dist" value="dist"/> |
|
|
|
<property name="src" location="src"/> |
|
|
|
<property name="build" location="build"/> |
|
|
|
<property name="dist" location="dist"/> |
|
|
|
|
|
|
|
<target name="init"> |
|
|
|
<!-- Create the time stamp --> |
|
|
|