Repository: flex-falcon Updated Branches: refs/heads/develop 4f2ffe457 -> 24b0daea5
don't forget debugger Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/24b0daea Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/24b0daea Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/24b0daea Branch: refs/heads/develop Commit: 24b0daea58bed77a594f6a68e28fa647ad5ba43d Parents: 4f2ffe4 Author: Alex Harui <[email protected]> Authored: Mon Jun 15 18:01:08 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Mon Jun 15 18:01:08 2015 -0700 ---------------------------------------------------------------------- build.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/24b0daea/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 51ec380..d5d1856 100644 --- a/build.xml +++ b/build.xml @@ -68,7 +68,7 @@ <target name="main" depends="sdk, javadoc, tests" description="Default target - Builds a Falcon SDK, builds Falcon Javadoc, and runs tests."/> - <target name="all" depends="main, jx, oem" description="Builds Falcon, then FalconJX"/> + <target name="all" depends="main, jx, oem, debugger" description="Builds Falcon, then FalconJX"/> <target name="jx" depends="compiler.jx, compiler.jx.tests" description="Builds FalconJX" /> @@ -378,6 +378,15 @@ </target> <target name="stage-fb-integration"> + <copy todir="${basedir}/temp/debugger" includeEmptyDirs="false"> + <fileset dir="${basedir}/debugger"> + <include name="**"/> + <exclude name=".classpath" /> + <exclude name=".project" /> + <exclude name=".settings/**" /> + <exclude name="bin/**"/> + </fileset> + </copy> <copy todir="${basedir}/temp/flex-compiler-oem" includeEmptyDirs="false"> <fileset dir="${basedir}/flex-compiler-oem"> <include name="**"/>
