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/02/21 20:39:09 UTC

git commit: [flex-sdk] [refs/heads/release4.12.0] - FLEX-34104 copy swfutils.jar so flex-fontkit will work

Repository: flex-sdk
Updated Branches:
  refs/heads/release4.12.0 e50c7739d -> b25dd5049


FLEX-34104 copy swfutils.jar so flex-fontkit will work


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

Branch: refs/heads/release4.12.0
Commit: b25dd5049e15d5431351bb677e08c529b66c3f3d
Parents: e50c773
Author: Alex Harui <ah...@apache.org>
Authored: Fri Feb 21 11:38:22 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Feb 21 11:39:00 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/b25dd504/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 2e9ad0f..bb7bd0e 100644
--- a/installer.xml
+++ b/installer.xml
@@ -557,6 +557,9 @@
         <get src="http://opensource.adobe.com/svn/opensource/flex/sdk/branches/4.y/lib/rideau.jar"
         dest="${basedir}/lib/external/optional/rideau.jar"
         verbose="false"/>
+        
+        <!-- fontkit expects swfutils in the same folder -->
+        <copy file="${basedir}/lib/swfutils.jar" tofile="${basedir}/lib/external/optional/swfutils.jar" />
     </target>
 
     <!-- BlazeDS  -->