You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by ve...@apache.org on 2013/11/14 03:35:01 UTC

[7/7] git commit: FALCON-194 Import external libraries into the repository. Contributed by Haohui Mai

FALCON-194 Import external libraries into the repository. Contributed by Haohui Mai


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

Branch: refs/heads/branch-0.4
Commit: 731823f08b41ce381f8bb435762165b6cd1b8c11
Parents: 151ed65
Author: Venkatesh Seetharam <ve...@apache.org>
Authored: Wed Nov 13 18:34:42 2013 -0800
Committer: Venkatesh Seetharam <ve...@apache.org>
Committed: Wed Nov 13 18:34:42 2013 -0800

----------------------------------------------------------------------
 CHANGES.txt                                     |   3 +
 html5-ui/css/bootstrap.min.css                  |   9 +
 html5-ui/entity.html                            |  12 +-
 html5-ui/fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20290 bytes
 html5-ui/fonts/glyphicons-halflings-regular.svg | 229 +++++++++++++++++++
 html5-ui/fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 41236 bytes
 .../fonts/glyphicons-halflings-regular.woff     | Bin 0 -> 23292 bytes
 html5-ui/index.html                             |   8 +-
 html5-ui/js/bootstrap.min.js                    |   9 +
 html5-ui/js/d3.v3.min.js                        |   5 +
 html5-ui/js/dagre.min.js                        |   2 +
 html5-ui/js/dust-full-2.0.0.min.js              |   1 +
 html5-ui/js/jquery-1.10.2.min.js                |   6 +
 13 files changed, 274 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/731823f0/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 22cef0a..73e37eb 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -13,6 +13,7 @@ Trunk (Unreleased)
   BUG FIXES
 
 
+
 Release Version: 0.4-incubating
 
    NEW FEATURES
@@ -173,6 +174,8 @@ Release Version: 0.4-incubating
 
     FALCON-188: hadoop-2 profile is not carried through to oozie package
 
+    FALCON-194 Import external libraries into the repository
+
 
 
 Release Version: 0.3-incubating