Removed non existing AMQ journal Camel component which was removed a long time ago.
Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/7868b72a Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/7868b72a Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/7868b72a Branch: refs/heads/activemq-5.9 Commit: 7868b72a1783b4d1b9ddfa4149a8cfcb61b622ae Parents: 0747d1c Author: Claus Ibsen <[email protected]> Authored: Sat Nov 2 19:34:18 2013 +0100 Committer: Hadrian Zbarcea <[email protected]> Committed: Wed Mar 12 08:31:00 2014 -0400 ---------------------------------------------------------------------- .../org/apache/camel/component/activemq.journal | 18 ------------------ 1 file changed, 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/7868b72a/activemq-camel/src/main/resources/META-INF/services/org/apache/camel/component/activemq.journal ---------------------------------------------------------------------- diff --git a/activemq-camel/src/main/resources/META-INF/services/org/apache/camel/component/activemq.journal b/activemq-camel/src/main/resources/META-INF/services/org/apache/camel/component/activemq.journal deleted file mode 100644 index bac5c46..0000000 --- a/activemq-camel/src/main/resources/META-INF/services/org/apache/camel/component/activemq.journal +++ /dev/null @@ -1,18 +0,0 @@ -# -# 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.activemq.camel.component.JournalComponent
