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/05/06 23:24:50 UTC

git commit: [flex-sdk] [refs/heads/develop] - more use tofile instead of todir

Repository: flex-sdk
Updated Branches:
  refs/heads/develop 6553ec9e0 -> 6fc0cfaa4


more use tofile instead of todir


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/6fc0cfaa
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/6fc0cfaa
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/6fc0cfaa

Branch: refs/heads/develop
Commit: 6fc0cfaa4c477ac16f32418f4e611b9ba6a8348a
Parents: 6553ec9
Author: Alex Harui <ah...@apache.org>
Authored: Tue May 6 14:24:39 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue May 6 14:24:39 2014 -0700

----------------------------------------------------------------------
 installer.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/6fc0cfaa/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 5929ac5..32bfa7a 100644
--- a/installer.xml
+++ b/installer.xml
@@ -638,9 +638,9 @@
             <replacefilter token="{airHome}/frameworks/libs"
             value="libs"/>
         </replace>
-        <copy file="${FLEX_HOME}/frameworks/flex-config.xml" todir="${FLEX_HOME}/ide/flashbuilder/config" overwrite="true" />
-        <copy file="${FLEX_HOME}/frameworks/air-config.xml" todir="${FLEX_HOME}/ide/flashbuilder/config" overwrite="true" />
-        <copy file="${FLEX_HOME}/frameworks/airmobile-config.xml" todir="${FLEX_HOME}/ide/flashbuilder/config" overwrite="true" />
+        <copy file="${FLEX_HOME}/frameworks/flex-config.xml" tofile="${FLEX_HOME}/ide/flashbuilder/config/flex-config.xml" overwrite="true" />
+        <copy file="${FLEX_HOME}/frameworks/air-config.xml" tofile="${FLEX_HOME}/ide/flashbuilder/config/air-config.xml" overwrite="true" />
+        <copy file="${FLEX_HOME}/frameworks/airmobile-config.xml" tofile="${FLEX_HOME}/ide/flashbuilder/config/airmobile-config.xml" overwrite="true" />
     </target>
     
     <target name="fixup-config-files-version" if="flash.version.changed">