Repository: flex-utilities
Updated Branches:
  refs/heads/as3httpclient-work df3dcd66e -> e15c4a844


add comment so folks don't remove force-linking trick


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

Branch: refs/heads/as3httpclient-work
Commit: 66e127ebf41988782ccc570ec4be7a54063d2dba
Parents: 29e04b0
Author: Alex Harui <aha...@apache.org>
Authored: Thu Apr 9 16:24:00 2015 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Thu Apr 9 16:24:00 2015 -0700

----------------------------------------------------------------------
 installer/src/InstallApacheFlex.mxml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/66e127eb/installer/src/InstallApacheFlex.mxml
----------------------------------------------------------------------
diff --git a/installer/src/InstallApacheFlex.mxml 
b/installer/src/InstallApacheFlex.mxml
index 341f060..0fd98ac 100644
--- a/installer/src/InstallApacheFlex.mxml
+++ b/installer/src/InstallApacheFlex.mxml
@@ -114,6 +114,10 @@ variables are not required because the locations of these 
pieces are known.
          import mx.rpc.http.HTTPService;
          import mx.utils.StringUtil;
 
+         // This force-links all of the ant task handlers into the Installer.
+         // The Installer doesn't use most of them directly but some script
+         // it runs might.
+         import AntClasses; AntClasses;
          import org.apache.flex.ant.Ant;
          import org.apache.flex.packageflexsdk.model.InstallerComponentVO;
          import org.apache.flex.packageflexsdk.model.OS;

Reply via email to