Fixed the rat errors
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7e7b4eab Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7e7b4eab Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/7e7b4eab Branch: refs/heads/master Commit: 7e7b4eab64d357348ff129561004a93c306b8953 Parents: 88d2ebd Author: Willem Jiang <ningji...@apache.org> Authored: Tue Aug 27 15:54:18 2013 +0800 Committer: Willem Jiang <ningji...@apache.org> Committed: Tue Aug 27 15:54:18 2013 +0800 ---------------------------------------------------------------------- .../services/org/apache/camel/component/rabbitmq | 16 ++++++++++++++++ pom.xml | 1 + 2 files changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/7e7b4eab/components/camel-rabbitmq/src/main/resources/META-INF/services/org/apache/camel/component/rabbitmq ---------------------------------------------------------------------- diff --git a/components/camel-rabbitmq/src/main/resources/META-INF/services/org/apache/camel/component/rabbitmq b/components/camel-rabbitmq/src/main/resources/META-INF/services/org/apache/camel/component/rabbitmq index 3211140..49009e4 100644 --- a/components/camel-rabbitmq/src/main/resources/META-INF/services/org/apache/camel/component/rabbitmq +++ b/components/camel-rabbitmq/src/main/resources/META-INF/services/org/apache/camel/component/rabbitmq @@ -1 +1,17 @@ +# +# 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. +# class=org.apache.camel.component.rabbitmq.RabbitMQComponent \ No newline at end of file http://git-wip-us.apache.org/repos/asf/camel/blob/7e7b4eab/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 152d027..8b3f6c9 100755 --- a/pom.xml +++ b/pom.xml @@ -169,6 +169,7 @@ <excludes> <exclude>**/README</exclude> <exclude>**/README.txt</exclude> + <exclude>**/README.md</exclude> <exclude>**/resources/**/*.xsd</exclude> <exclude>**/webapp/js/**/*</exclude> <exclude>**/test/resources/**/*</exclude>