You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/09/24 09:37:18 UTC

camel git commit: Add back sql which was deleted by mistake

Repository: camel
Updated Branches:
  refs/heads/master 6357550e5 -> 6dc937a00


Add back sql which was deleted by mistake


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6dc937a0
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6dc937a0
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6dc937a0

Branch: refs/heads/master
Commit: 6dc937a004fb8f8f6237102fe327f4002aaeed75
Parents: 6357550
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Sep 24 09:33:45 2015 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Sep 24 09:33:45 2015 +0200

----------------------------------------------------------------------
 .../services/org/apache/camel/component/sql       | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/6dc937a0/components/camel-sql/src/main/resources/META-INF/services/org/apache/camel/component/sql
----------------------------------------------------------------------
diff --git a/components/camel-sql/src/main/resources/META-INF/services/org/apache/camel/component/sql b/components/camel-sql/src/main/resources/META-INF/services/org/apache/camel/component/sql
new file mode 100644
index 0000000..fd5e96d
--- /dev/null
+++ b/components/camel-sql/src/main/resources/META-INF/services/org/apache/camel/component/sql
@@ -0,0 +1,18 @@
+#
+# 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.sql.SqlComponent