sync up master build now that all libraries are back ported
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/313654fb Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/313654fb Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/313654fb Branch: refs/heads/core_js_to_as Commit: 313654fb2e69e7df9ce67e131996f32adf54da9c Parents: 240b883 Author: Alex Harui <[email protected]> Authored: Thu Dec 10 16:56:49 2015 -0800 Committer: Alex Harui <[email protected]> Committed: Thu Dec 10 16:56:49 2015 -0800 ---------------------------------------------------------------------- frameworks/build.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/313654fb/frameworks/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/build.xml b/frameworks/build.xml index 8695298..0317c2d 100644 --- a/frameworks/build.xml +++ b/frameworks/build.xml @@ -95,19 +95,13 @@ </target> <target name="compile-asjs" description="Cross-compiles all SWCs"> - <ant dir="${basedir}/projects/Formatters" target="compile-asjs"/> - <ant dir="${basedir}/projects/GoogleMaps" target="compile-asjs"/> </target> <target name="lint-js" description="Cross-compiles all SWCs"> - <ant dir="${basedir}/projects/Formatters" target="lint-js"/> - <ant dir="${basedir}/projects/GoogleMaps" target="lint-js"/> </target> <target name="re-compile" description="Builds all SWCs which should pick up the JS files from asjs"> <!-- order may matter due to dependencies --> - <ant dir="${basedir}/projects/Formatters" target="compile"/> - <ant dir="${basedir}/projects/GoogleMaps" target="compile"/> </target> <target name="js" depends="compile-asjs, lint-js" /> @@ -205,11 +199,11 @@ </target> <target name="Formatters" description="Clean build of Formatters.swc"> - <ant dir="${basedir}/projects/Formatters"/> + <ant dir="${basedir}/projects/Formatters" target="all"/> </target> <target name="GoogleMaps" description="Clean build of GoogleMaps.swc"> - <ant dir="${basedir}/projects/GoogleMaps"/> + <ant dir="${basedir}/projects/GoogleMaps" target="all"/> </target> <target name="Graphics" description="Clean build of Graphics.swc">
