diff options
Diffstat (limited to 'make/build.xml')
-rwxr-xr-x | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 3d08fb5..4caf436 100755 --- a/make/build.xml +++ b/make/build.xml @@ -493,7 +493,7 @@ </target> <!-- Build binary zip archives for developers --> - <target name="developer-zip-archive" depends="init" unless="build.noarchives"> + <target name="developer-zip-archive" depends="init" if="build.archiveon"> <!-- Clean up and create temporary directory --> <delete includeEmptyDirs="true" quiet="true" dir="${archive}" failonerror="false" /> <mkdir dir="${archive}" /> |