You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/03/01 07:42:34 UTC

git commit: [flex-sdk] [refs/heads/release4.12.0] - don't cache sdk-installer-config filefile

Repository: flex-sdk
Updated Branches:
  refs/heads/release4.12.0 4e2708f0d -> 0bc65538a


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/release4.12.0
Commit: 0bc65538ab1a362be47f7567a619f55f673ca1b1
Parents: 4e2708f
Author: Alex Harui <ah...@apache.org>
Authored: Fri Feb 28 22:07:34 2014 -0800
Committer: Alex Harui <ah...@apache.org>
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}" />