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/03 07:29:21 UTC

git commit: [flex-falcon] [refs/heads/develop] - better fix for build

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 2bbff414d -> fc1fe3883


better fix for build


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

Branch: refs/heads/develop
Commit: fc1fe3883a74eb05d2627031e32021952ee8f993
Parents: 2bbff41
Author: Alex Harui <ah...@apache.org>
Authored: Tue Jun 2 22:29:10 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Jun 2 22:29:10 2015 -0700

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


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