You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/06/16 03:01:15 UTC

git commit: [flex-falcon] [refs/heads/develop] - don't forget debugger

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 <ah...@apache.org>
Authored: Mon Jun 15 18:01:08 2015 -0700
Committer: Alex Harui <ah...@apache.org>
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="**"/>