openhab-core/features/p2/feature.xml
Kai Kreuzer ce67d9e5f0 removed the core.init bundle as it is no longer required
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-01-08 20:53:38 +01:00

96 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2015-2015 Kai Kreuzer and others.
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.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"/>
<plugin
id="org.openhab.ui.iconset.classic"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>