Repository: incubator-blur Updated Branches: refs/heads/console-v2 90aa550c9 -> 0e2ad4304
Removed the license header and added bower.json to the excludes as it doesn't support comments Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/03d7db06 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/03d7db06 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/03d7db06 Branch: refs/heads/console-v2 Commit: 03d7db066ae8d09937f0e50daed9cce2b1be9428 Parents: 90aa550 Author: Chris Rohr <[email protected]> Authored: Mon Feb 17 15:42:34 2014 -0500 Committer: Chris Rohr <[email protected]> Committed: Mon Feb 17 15:42:34 2014 -0500 ---------------------------------------------------------------------- contrib/blur-console/ui/bower.json | 16 ---------------- contrib/blur-console/ui/test/bower.json | 16 ---------------- pom.xml | 1 + 3 files changed, 1 insertion(+), 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/03d7db06/contrib/blur-console/ui/bower.json ---------------------------------------------------------------------- diff --git a/contrib/blur-console/ui/bower.json b/contrib/blur-console/ui/bower.json index 55426a2..4c0ae05 100644 --- a/contrib/blur-console/ui/bower.json +++ b/contrib/blur-console/ui/bower.json @@ -1,19 +1,3 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ { "name": "ui", "private": true, http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/03d7db06/contrib/blur-console/ui/test/bower.json ---------------------------------------------------------------------- diff --git a/contrib/blur-console/ui/test/bower.json b/contrib/blur-console/ui/test/bower.json index d1059a4..5453ee2 100644 --- a/contrib/blur-console/ui/test/bower.json +++ b/contrib/blur-console/ui/test/bower.json @@ -1,19 +1,3 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ { "name": "ui", "private": true, http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/03d7db06/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0f14b3c..147e4d7 100644 --- a/pom.xml +++ b/pom.xml @@ -260,6 +260,7 @@ under the License. <exclude>contrib/blur-console/ui/.editorconfig</exclude> <exclude>contrib/blur-console/ui/.jshintrc</exclude> <exclude>contrib/blur-console/ui/package.json</exclude> + <exclude>contrib/blur-console/ui/**/bower.json</exclude> <!-- Legacy blur console --> <exclude>contrib/blur-console-v1/**</exclude>
