diff --git a/apache-commons-cli-build.xml b/apache-commons-cli-build.xml index 643b9b2..af4ba64 100644 --- a/apache-commons-cli-build.xml +++ b/apache-commons-cli-build.xml @@ -6,7 +6,15 @@ - + + + + + + + + + @@ -43,10 +51,11 @@ debug="true" optimize="false" deprecation="true" - target="8" - verbose="false" - fork="false" - source="8"> + release="${compiler.release}" + target="${compiler.target}" + verbose="false" + fork="false" + source="${compiler.source}"> @@ -84,7 +93,7 @@ nonavbar="false" serialwarn="false" charset="ISO-8859-1" - source="8" + source="${compiler.source}" linksource="true" breakiterator="false"> @@ -109,17 +118,17 @@ - - + + - + - + - +