[skeleton] Remove license header from feature.xml (#2063)

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
pull/2065/head
Fabian Wolter 2021-01-03 19:11:58 +01:00 committed by GitHub
parent 531a478a45
commit 55d2aaf5e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 14 deletions

View File

@ -435,6 +435,7 @@ Import-Package: \\
<exclude>target/**</exclude>
<exclude>**/pom.xml</exclude>
<exclude>_*.java</exclude>
<exclude>**/archetype/**/feature.xml</exclude>
</excludes>
<useDefaultExcludes>true</useDefaultExcludes>
<properties>

View File

@ -1,18 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2010-2021 Contributors to the openHAB project
See the NOTICE file(s) distributed with this work for additional
information.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0
SPDX-License-Identifier: EPL-2.0
-->
<features name="${rootArtifactId}-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
<repository>mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features</repository>