Repository: flex-utilities Updated Branches: refs/heads/develop e6302faa6 -> e09e191bf
for some reason it would not build without this Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/118668a2 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/118668a2 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/118668a2 Branch: refs/heads/develop Commit: 118668a2b72da770b1f11d99d36b00ad438d146e Parents: e6302fa Author: Alex Harui <[email protected]> Authored: Thu Jun 14 15:30:41 2018 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Jun 14 15:30:41 2018 -0700 ---------------------------------------------------------------------- flex-installer/build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/118668a2/flex-installer/build.xml ---------------------------------------------------------------------- diff --git a/flex-installer/build.xml b/flex-installer/build.xml index d0129e5..4cf987e 100644 --- a/flex-installer/build.xml +++ b/flex-installer/build.xml @@ -326,6 +326,7 @@ <source-path path-element="${SOURCE_DIR}"/> <source-path path-element="${COMMON_SOURCE_DIR}"/> <external-library-path file="${AIR_HOME}/frameworks/libs/air/airglobal.swc" append="true"/> + <external-library-path file="${AIR_HOME}/frameworks/libs/air/applicationupdater.swc" append="true"/> <library-path dir="${LIBRARY_DIR}" includes="*.swc" append="true"/> <library-path dir="${ANT_ON_AIR_DIR}" includes="*.swc" append="true"/> <!--<library-path dir="${LIBRARY_DIR}/temp/as3httpclient-master/lib" includes="*.swc" append="true"/>-->
