diff --git a/README.md b/README.md index 65af8726..d6ac276e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,11 @@ Building with Apache Ant Notes about old build environments: + * If you are using Ant older than 1.10.2: + + Edit `build.xml` and remove the `modificationtime="${timestamp}"` + attributes from the `` elements. + * If you are using Ant older than 1.9.8: Edit `build.xml` and remove the release attributes from the diff --git a/build.xml b/build.xml index a91326e9..05f4cdc1 100644 --- a/build.xml +++ b/build.xml @@ -8,6 +8,10 @@ + + + + @@ -71,7 +75,7 @@ description="Creates JAR packages"> - + @@ -95,7 +99,9 @@ - @@ -103,7 +109,9 @@ - @@ -111,7 +119,9 @@ - @@ -119,7 +129,9 @@ - @@ -127,7 +139,9 @@ - @@ -135,7 +149,9 @@ - @@ -143,7 +159,9 @@ - @@ -176,9 +194,11 @@ preservelastmodified="true" overwrite="true"/> - +