This is an automated email from the ASF dual-hosted git repository. bvahdat pushed a commit to branch remove-left-over in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/remove-left-over by this push: new 510c6e37c91 remove leftover 510c6e37c91 is described below commit 510c6e37c917bc20fcbd175a817c1341ef81376a Author: Babak Vahdat <bvah...@apache.org> AuthorDate: Mon Dec 30 23:34:22 2024 +0100 remove leftover --- components/camel-cxf/camel-cxf-spring-soap/rm.sh | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/components/camel-cxf/camel-cxf-spring-soap/rm.sh b/components/camel-cxf/camel-cxf-spring-soap/rm.sh deleted file mode 100755 index 7289056dc2e..00000000000 --- a/components/camel-cxf/camel-cxf-spring-soap/rm.sh +++ /dev/null @@ -1,20 +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. -# - -while read -r filename; do - rm "$filename" -done <list.txt