don't cache sdk-installer-config filefile
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0bc65538 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/0bc65538 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/0bc65538 Branch: refs/heads/master Commit: 0bc65538ab1a362be47f7567a619f55f673ca1b1 Parents: 4e2708f Author: Alex Harui <[email protected]> Authored: Fri Feb 28 22:07:34 2014 -0800 Committer: Alex Harui <[email protected]> Committed: Fri Feb 28 22:08:57 2014 -0800 ---------------------------------------------------------------------- installer.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0bc65538/installer.xml ---------------------------------------------------------------------- diff --git a/installer.xml b/installer.xml index 49e9e97..baeecbc 100644 --- a/installer.xml +++ b/installer.xml @@ -117,6 +117,7 @@ </condition> <target name="get-data" > + <property name="do-not-cache-next-get" value="true" /> <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"/> <property name="air.sdk.url.path.ref" value="air.sdk.path.${platform}.${air.sdk.version}" />
