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/04/25 07:18:26 UTC

[2/2] git commit: [flex-falcon] [refs/heads/develop] - source package needs to steal swfutils first

source package needs to steal swfutils first


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

Branch: refs/heads/develop
Commit: 0cf4078dd2809fb1dba2fba703e97fe80f464051
Parents: f291089
Author: Alex Harui <ah...@apache.org>
Authored: Fri Apr 24 22:18:14 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Apr 24 22:18:14 2015 -0700

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/0cf4078d/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index bdbbabb..3a8b300 100644
--- a/build.xml
+++ b/build.xml
@@ -205,7 +205,7 @@
      This does not build the docs.  Use doc-packages or asdoc-packages.
      -->
     <target name="release"
-        depends="check-flex-home,source-release,binary-release,rat-check"
+        depends="check-flex-home,swfutils,source-release,binary-release,rat-check"
         description="Creates source and binary kits for Apache Falcon and FalconJX."/>
         
     <target name="source-release"