mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-02-04 19:34:05 +01:00
c755e85281
* Update configfile lines for renamed openhab-addons-external artifactId * Add missing 2.5.x configfiles files which were never merged into the main branch * Fix configfile lines not aggregated in feature.xml file Fixes openhab/openhab-distro#1205 Signed-off-by: Wouter Born <github@maindrain.net>
12 lines
773 B
XML
12 lines
773 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<features name="org.openhab.persistence.jpa-${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>
|
|
|
|
<feature name="openhab-persistence-jpa" description="JPA Persistence" version="${project.version}">
|
|
<feature>openhab-runtime-base</feature>
|
|
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.persistence.jpa/${project.version}</bundle>
|
|
<configfile finalname="${openhab.conf}/services/jpa.cfg" override="false">mvn:${project.groupId}/org.openhab.addons.features.karaf.openhab-addons-external/${project.version}/cfg/jpa</configfile>
|
|
</feature>
|
|
|
|
</features>
|