need typedefs for this app
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/8e29ae46 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/8e29ae46 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/8e29ae46 Branch: refs/heads/feature/mdl Commit: 8e29ae46c2265b9f51086eb98ddc40a1441cd17c Parents: 9e6e093 Author: Alex Harui <[email protected]> Authored: Sun Nov 6 21:00:25 2016 -0800 Committer: Alex Harui <[email protected]> Committed: Wed Nov 9 21:52:32 2016 -0800 ---------------------------------------------------------------------- examples/flexjs/DesktopMap/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8e29ae46/examples/flexjs/DesktopMap/build.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DesktopMap/build.xml b/examples/flexjs/DesktopMap/build.xml index 647d496..7430444 100644 --- a/examples/flexjs/DesktopMap/build.xml +++ b/examples/flexjs/DesktopMap/build.xml @@ -51,7 +51,7 @@ <include file="${basedir}/../../build_example.xml" /> - <!--property name="extlib_arg" value="-external-library-path=${FALCONJX_HOME}/../externs/google_maps/out/bin/google_maps.swc"/--> + <property name="extlib_arg" value="-external-library-path=${FLEXJS_HOME}/js/libs/google_maps.swc"/> <property name="opt1_arg" value="-remove-circulars" /> <target name="main" depends="clean,build_example.compileair,build_example.compilejsair" description="Clean build of ${example}">
