You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/19 15:59:53 UTC

[camel-kafka-connector] 05/05: Remove wrong backported file

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

acosentino pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 38ca576d8de2797240b8480e4c41d54c0683328d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 19 16:34:50 2021 +0100

    Remove wrong backported file
---
 .../test/resources/template-connector-package.xml  | 57 ----------------------
 1 file changed, 57 deletions(-)

diff --git a/tooling/camel-kafka-connector-generator-maven-plugin/src/test/resources/template-connector-package.xml b/tooling/camel-kafka-connector-generator-maven-plugin/src/test/resources/template-connector-package.xml
deleted file mode 100644
index 2a0d738..0000000
--- a/tooling/camel-kafka-connector-generator-maven-plugin/src/test/resources/template-connector-package.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-<#ftl output_format="XML" strip_whitespace=false>
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    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.
-
--->
-<assembly>
-  <!-- Assembles a packaged version targeting OS installation. -->
-  <id>package</id>
-  <formats>
-    <format>tar.gz</format>
-  </formats>
-  <includeBaseDirectory>false</includeBaseDirectory>
-  <fileSets>
-    <fileSet>
-      <directory><#noparse>${project.basedir}/../..</#noparse></directory>
-      <outputDirectory><#noparse>${project.artifactId}/</#noparse></outputDirectory>
-      <includes>
-        <include>README*</include>
-        <include>LICENSE*</include>
-        <include>NOTICE*</include>
-        <include>licenses/</include>
-      </includes>
-    </fileSet>
-    <fileSet>
-      <directory><#noparse>${project.basedir}/src/main/docs</#noparse></directory>
-      <outputDirectory><#noparse>docs/</#noparse></outputDirectory>
-      <includes>
-        <include>**/*</include>
-      </includes>
-    </fileSet>
-  </fileSets>
-  <dependencySets>
-    <dependencySet>
-      <outputDirectory><#noparse>${project.artifactId}/</#noparse></outputDirectory>
-      <useProjectArtifact>true</useProjectArtifact>
-      <useTransitiveFiltering>true</useTransitiveFiltering>
-      <excludes>
-        <exclude>org.apache.kafka:connect-api</exclude>
-      </excludes>
-    </dependencySet>
-  </dependencySets>
-</assembly>