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 2023/03/08 09:47:34 UTC

[camel] 02/02: Fixed should be a component

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2da0662c5e29443af98305e3ff34cfc687e745fe
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 8 10:46:31 2023 +0100

    Fixed should be a component
---
 .../services/org/apache/camel/other.properties     | 24 ----------------------
 .../camel-zeebe/src/generated/resources/zeebe.json | 14 -------------
 2 files changed, 38 deletions(-)

diff --git a/components/camel-zeebe/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-zeebe/src/generated/resources/META-INF/services/org/apache/camel/other.properties
deleted file mode 100644
index 93067037991..00000000000
--- a/components/camel-zeebe/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ /dev/null
@@ -1,24 +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.
-#
-
-# Generated by camel build tools - do NOT edit this file!
-name=zeebe
-groupId=org.apache.camel
-artifactId=camel-zeebe
-version=3.20.1-SNAPSHOT
-projectName=Camel :: Zeebe
-projectDescription=Camel Zeebe support
diff --git a/components/camel-zeebe/src/generated/resources/zeebe.json b/components/camel-zeebe/src/generated/resources/zeebe.json
deleted file mode 100644
index 8ea8dd808f0..00000000000
--- a/components/camel-zeebe/src/generated/resources/zeebe.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "other": {
-    "kind": "other",
-    "name": "zeebe",
-    "title": "Zeebe",
-    "description": "Camel Zeebe support",
-    "deprecated": false,
-    "firstVersion": "3.20",
-    "supportLevel": "Experimental",
-    "groupId": "org.apache.camel",
-    "artifactId": "camel-zeebe",
-    "version": "3.20.1-SNAPSHOT"
-  }
-}