openhab-core/features/p2/feature.xml
Kai Kreuzer 9128539c0a
added io.sound to p2 repo
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-10-10 14:13:04 +02:00

96 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2015-2016 by the respective copyright holders.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-->
<feature
id="org.openhab.feature.p2"
label="openHAB Core Components"
version="2.0.0.qualifier"
provider-name="openHAB.org">
<description>
This features defines all bundles that form the openHAB core runtime.
</description>
<license url="%licenseURL">
%license
</license>
<plugin
id="org.openhab.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.openhab.io.transport.serial"
download-size="0"
install-size="0"
version="0.0.0"/>
<plugin
id="org.openhab.core.compat1x"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.openhab.io.jetty.certificate"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.openhab.io.sound"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.openhab.ui.dashboard"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.openhab.io.rest.docs"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.openhab.ui.classicui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.openhab.ui.basicui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.openhab.ui.paperui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>