Repository: flex-asjs
Updated Branches:
  refs/heads/develop 18f15d727 -> ed279d639


try another way of handling 3rd party deps


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

Branch: refs/heads/develop
Commit: ed279d639053b17669afee35105f2506a82f2c54
Parents: 18f15d7
Author: Alex Harui <[email protected]>
Authored: Fri Dec 18 16:03:43 2015 -0800
Committer: Alex Harui <[email protected]>
Committed: Fri Dec 18 16:03:43 2015 -0800

----------------------------------------------------------------------
 asdoc/build.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ed279d63/asdoc/build.xml
----------------------------------------------------------------------
diff --git a/asdoc/build.xml b/asdoc/build.xml
index 2b8cee3..027e48d 100644
--- a/asdoc/build.xml
+++ b/asdoc/build.xml
@@ -79,6 +79,9 @@
             <external-library-path dir="${env.AIR_HOME}/frameworks/libs/air">
                 <include name="airglobal.swc"/>
             </external-library-path>
+            <external-library-path 
dir="${env.FALCONJX_HOME}/../externs/google_maps/out/bin">
+                <include name="google_maps.swc"/>
+            </external-library-path>
             
                </asdoc>
        </target>

Reply via email to