Repository: flex-falcon Updated Branches: refs/heads/develop 24b0daea5 -> 3134d899a
need debugger here too Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/3134d899 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/3134d899 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/3134d899 Branch: refs/heads/develop Commit: 3134d899afd111eba49c51dc62fbb8c3a1957387 Parents: 24b0dae Author: Alex Harui <[email protected]> Authored: Mon Jun 15 21:47:08 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Mon Jun 15 21:47:08 2015 -0700 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/3134d899/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index d5d1856..6ec1712 100644 --- a/build.xml +++ b/build.xml @@ -246,7 +246,7 @@ description="Packages the source release kit which is the official Apache release."/> <target name="binary-release" - depends="setup-binary-release,compiler.binary.release,compiler.jx,js.swc,compiler.oem,binary-package,javadoc" + depends="setup-binary-release,compiler.binary.release,compiler.jx,js.swc,compiler.oem,debugger,binary-package,javadoc" description="Builds and packages the binary kit which is provided as a convenience."/> <!--
