Bring back loading installer config from flex.apache.org website.
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/44960c0d Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/44960c0d Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/44960c0d Branch: refs/heads/develop Commit: 44960c0daef74fe6f2bdf01219e13da500df1d58 Parents: 3a90722 Author: OmPrakash Muppirala <[email protected]> Authored: Tue Dec 13 15:26:11 2016 -0800 Committer: OmPrakash Muppirala <[email protected]> Committed: Tue Dec 13 15:26:11 2016 -0800 ---------------------------------------------------------------------- installer.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/44960c0d/installer.xml ---------------------------------------------------------------------- diff --git a/installer.xml b/installer.xml index f86ecec..1490420 100644 --- a/installer.xml +++ b/installer.xml @@ -151,8 +151,8 @@ <target name="get-data"> <tstamp /> <property name="ts" value="${DSTAMP}${TSTAMP}" /> - <!-- <property name="xml.properties" value="http://flex.apache.org/installer/sdk-installer-config-4.0.xml?ts=${ts}" /> - <get src="${xml.properties}" dest="${basedir}/sdk-installer-config-4.0.xml" /> --> + <property name="xml.properties" value="http://flex.apache.org/installer/sdk-installer-config-4.0.xml?ts=${ts}" /> + <get src="${xml.properties}" dest="${basedir}/sdk-installer-config-4.0.xml" /> <xmlproperty file="${basedir}/sdk-installer-config-4.0.xml" semanticAttributes="true" collapseAttributes="true"/> <xmlproperty file="${basedir}/flex-sdk-description.xml" semanticAttributes="true" collapseAttributes="true"/> <condition property="air.sdk.version" value="${config.airsdk.linux.versions.default}">
