Repository: incubator-blur Updated Branches: refs/heads/apache-blur-0.2 f6f1da0bc -> 23e3892cf
Added an exclude back in, didn't realize d3 was being used by blur-gui Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/23e3892c Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/23e3892c Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/23e3892c Branch: refs/heads/apache-blur-0.2 Commit: 23e3892cfb9fc07a32d0a8a0c86704b2fd661683 Parents: f6f1da0 Author: Chris Rohr <[email protected]> Authored: Sun Jun 22 07:06:50 2014 -0400 Committer: Chris Rohr <[email protected]> Committed: Sun Jun 22 07:06:50 2014 -0400 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/23e3892c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0ea083b..41f410a 100644 --- a/pom.xml +++ b/pom.xml @@ -268,8 +268,8 @@ under the License. <!-- These javascript libs are accounted for in the LICENSE file in root of the project --> - <!-- exclude>**/src/main/webapp/js/d3.v2.js</exclude> - <exclude>**/src/main/webapp/js/d3.v2.min.js</exclude --> + <exclude>**/src/main/webapp/js/d3.v2.js</exclude> + <exclude>**/src/main/webapp/js/d3.v2.min.js</exclude> <!-- License and Notice files for Blur --> <exclude>**/src/main/resources*/license-notes.txt</exclude>
