Remove OFL query Signed-off-by: Erik de Bruin <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/edab4da2 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/edab4da2 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/edab4da2 Branch: refs/heads/master Commit: edab4da2356c7b276bce06e68d1e3110a7cc35c2 Parents: 1c7d4e2 Author: Erik de Bruin <[email protected]> Authored: Mon Jan 19 10:02:18 2015 +0100 Committer: Erik de Bruin <[email protected]> Committed: Mon Jan 19 10:02:18 2015 +0100 ---------------------------------------------------------------------- installer.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/edab4da2/installer.xml ---------------------------------------------------------------------- diff --git a/installer.xml b/installer.xml index 5b88f8d..6418fc9 100644 --- a/installer.xml +++ b/installer.xml @@ -127,9 +127,8 @@ <condition property="fontswf.donot.ask" value="true"> <isset property="installer" /> </condition> - <condition property="ofl.donot.ask" value="true"> - <isset property="installer" /> - </condition> + <property name="ofl.donot.ask" value="true" /> + <property name="do.ofl.install" value="true" /> <condition property="java.home" value="${env.JAVA_HOME}"> <and>
