This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit 7cd384c103cc9391efbbc32e030f45c20ea48e68 Author: Dan Klco <[email protected]> AuthorDate: Wed Feb 3 16:31:41 2021 -0500 Minor: Removing no-longer needed properties file --- feature/src/main/assembly/standalone.xml | 4 ---- feature/src/main/resources/slingcms.properties | 10 ---------- 2 files changed, 14 deletions(-) diff --git a/feature/src/main/assembly/standalone.xml b/feature/src/main/assembly/standalone.xml index 60d81ec..c379615 100644 --- a/feature/src/main/assembly/standalone.xml +++ b/feature/src/main/assembly/standalone.xml @@ -40,10 +40,6 @@ <outputDirectory>org/apache/sling/cms/feature</outputDirectory> </file> <file> - <source>src/main/resources/slingcms.properties</source> - <filtered>true</filtered> - </file> - <file> <source>target/classes/META-INF/NOTICE</source> <outputDirectory>META-INF</outputDirectory> </file> diff --git a/feature/src/main/resources/slingcms.properties b/feature/src/main/resources/slingcms.properties deleted file mode 100644 index acc00cf..0000000 --- a/feature/src/main/resources/slingcms.properties +++ /dev/null @@ -1,10 +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. -version=0.16.3-SNAPSHOT \ No newline at end of file
