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

[04/38] git commit: [flex-utilities] [refs/heads/master] - add comment

add comment


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

Branch: refs/heads/master
Commit: a0ffbf7267abeda942776404ad64d5db678fd3e9
Parents: 495b782
Author: Alex Harui <ah...@apache.org>
Authored: Sat Oct 25 21:59:00 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Sat Oct 25 21:59:00 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/a0ffbf72/installer/src/InstallApacheFlex.mxml
----------------------------------------------------------------------
diff --git a/installer/src/InstallApacheFlex.mxml b/installer/src/InstallApacheFlex.mxml
index dc12d2b..815384c 100644
--- a/installer/src/InstallApacheFlex.mxml
+++ b/installer/src/InstallApacheFlex.mxml
@@ -117,7 +117,11 @@ variables are not required because the locations of these pieces are known.
         import spark.events.IndexChangeEvent;
         import spark.events.TextOperationEvent;
         
+        // 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.ant.tags.Checksum;
         import org.apache.flex.ant.tags.Copy;