You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/11/09 23:55:30 UTC

[10/13] storm git commit: Add exclude for the typeahead.jquery.min.js in pom

Add exclude for the typeahead.jquery.min.js in pom


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/9916405d
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/9916405d
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/9916405d

Branch: refs/heads/master
Commit: 9916405d75798b44e28368a679498b311d3e030d
Parents: 6764a14
Author: zhuol <zh...@yahoo-inc.com>
Authored: Mon Nov 9 13:37:30 2015 -0600
Committer: zhuol <zh...@yahoo-inc.com>
Committed: Mon Nov 9 13:37:30 2015 -0600

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/9916405d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5e6673f..c74f89f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -849,6 +849,7 @@
                         <exclude>**/src/ui/public/js/arbor-graphics.js</exclude>
                         <exclude>**/src/ui/public/js/arbor-tween.js</exclude>
                         <exclude>**/src/ui/public/js/jquery.mustache.js</exclude>
+                        <exclude>**/src/ui/public/js/typeahead.jquery.min.js</exclude>
 
                         <!-- generated by shade plugin -->
                         <exclude>**/dependency-reduced-pom.xml</exclude>