|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | +
|
| 4 | + Copyright (c) 2010-2019 Contributors to the openHAB project |
| 5 | +
|
| 6 | + See the NOTICE file(s) distributed with this work for additional |
| 7 | + information. |
| 8 | +
|
| 9 | + This program and the accompanying materials are made available under the |
| 10 | + terms of the Eclipse Public License 2.0 which is available at |
| 11 | + http://www.eclipse.org/legal/epl-2.0 |
| 12 | +
|
| 13 | + SPDX-License-Identifier: EPL-2.0 |
| 14 | +
|
| 15 | +--> |
| 16 | +<features name="${project.artifactId}-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0"> |
| 17 | + |
| 18 | + <feature name="openhab-ui-dashboard" description="Dashboard UI" version="${project.version}"> |
| 19 | + <feature>openhab-core-base</feature> |
| 20 | + <bundle>mvn:org.openhab.ui/org.openhab.ui.dashboard/${project.version}</bundle> |
| 21 | + </feature> |
| 22 | + |
| 23 | + <feature name="openhab-ui-basic" description="Basic UI" version="${project.version}"> |
| 24 | + <feature>openhab-iconset-classic</feature> |
| 25 | + <feature>openhab-core-io-rest-sitemap</feature> |
| 26 | + <feature>openhab-ui-dashboard</feature> |
| 27 | + <bundle>mvn:org.openhab.ui/org.openhab.ui.basic/${project.version}</bundle> |
| 28 | + <config name="org.eclipse.smarthome.basicui"> |
| 29 | + iconType = svg |
| 30 | + </config> |
| 31 | + </feature> |
| 32 | + |
| 33 | + <feature name="openhab-ui-classic" description="Classic UI" version="${project.version}"> |
| 34 | + <feature>openhab-iconset-classic</feature> |
| 35 | + <feature>openhab-ui-dashboard</feature> |
| 36 | + <bundle>mvn:org.openhab.ui/org.openhab.ui.classic/${project.version}</bundle> |
| 37 | + <config name="org.eclipse.smarthome.classicui"> |
| 38 | + defaultSitemap = _default |
| 39 | + </config> |
| 40 | + </feature> |
| 41 | + |
| 42 | + <feature name="openhab-ui-cometvisu" description="CometVisu Backend" version="${project.version}"> |
| 43 | + <feature>openhab-core-model-item</feature> |
| 44 | + <feature>openhab-core-model-sitemap</feature> |
| 45 | + <feature>openhab-core-ui-icon</feature> |
| 46 | + <feature>openhab-core-ui</feature> |
| 47 | + <feature>openhab-ui-dashboard</feature> |
| 48 | + <bundle>mvn:org.openhab.ui/org.openhab.ui.cometvisu/${project.version}</bundle> |
| 49 | + <bundle dependency="true">mvn:org.rrd4j/rrd4j/3.4</bundle> |
| 50 | + <config name="org.openhab.cometvisu"> |
| 51 | + webFolder=../../../CometVisu/src/ |
| 52 | + webAlias=/cometvisu |
| 53 | + |
| 54 | + icons>enableMapping=true |
| 55 | + |
| 56 | + icons.mapping>firstfloor=control_building_int_og |
| 57 | + icons.mapping>groundfloor=control_building_int_eg |
| 58 | + icons.mapping>cellar=control_building_int_kg |
| 59 | + icons.mapping>garden=scene_garden |
| 60 | + icons.mapping>sun=weather_sun |
| 61 | + icons.mapping>video=scene_livingroom |
| 62 | + icons.mapping>kitchen=scene_dinner |
| 63 | + icons.mapping>bath=scene_bath |
| 64 | + icons.mapping>corridor=scene_hall |
| 65 | + icons.mapping>office=scene_office |
| 66 | + icons.mapping>boy1=scene_childs_room |
| 67 | + icons.mapping>bedroom=scene_sleeping |
| 68 | + icons.mapping>heating=sani_heating |
| 69 | + icons.mapping>temperature=temp_temperature |
| 70 | + icons.mapping>contact=fts_window_1w |
| 71 | + </config> |
| 72 | + </feature> |
| 73 | + |
| 74 | + <feature name="openhab-ui-cometvisu-php" description="PHP support for CometVisu" version="${project.version}"> |
| 75 | + <feature>openhab-core-base</feature> |
| 76 | + <feature>openhab-ui-cometvisu</feature> |
| 77 | + <bundle>mvn:org.openhab.ui/org.openhab.ui.cometvisu.php/${project.version}</bundle> |
| 78 | + <bundle>mvn:org.openhab/com.caucho.quercus/4.0.45</bundle> |
| 79 | + </feature> |
| 80 | + |
| 81 | + <feature name="openhab-ui-habmin" description="HABmin" version="${project.version}"> |
| 82 | + <feature>openhab-ui-dashboard</feature> |
| 83 | + <bundle>mvn:org.openhab.ui/org.openhab.ui.habmin/${project.version}</bundle> |
| 84 | + <bundle dependency="true">mvn:commons-codec/commons-codec/1.10</bundle> |
| 85 | + </feature> |
| 86 | + |
| 87 | + <feature name="openhab-ui-habot" description="HABot" version="${project.version}"> |
| 88 | + <feature>openhab-ui-dashboard</feature> |
| 89 | + <feature>openhab-core-automation</feature> |
| 90 | + <bundle>mvn:org.openhab.ui/org.openhab.ui.habot/${project.version}</bundle> |
| 91 | + <bundle>mvn:org.openhab.core.bundles/org.openhab.core.semantics/${project.version}</bundle> |
| 92 | + <bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.rest/${project.version}</bundle> |
| 93 | + <bundle dependency="true">mvn:org.bouncycastle/bcprov-jdk15on/1.54</bundle> |
| 94 | + <bundle dependency="true">mvn:org.apache.opennlp/opennlp-tools/1.8.3</bundle> |
| 95 | + <bundle dependency="true">mvn:org.bitbucket.b_c/jose4j/0.6.3</bundle> |
| 96 | + </feature> |
| 97 | + |
| 98 | + <feature name="openhab-ui-habpanel" description="HABPanel" version="${project.version}"> |
| 99 | + <feature>openhab-ui-dashboard</feature> |
| 100 | + <bundle>mvn:org.openhab.ui/org.openhab.ui.habpanel/${project.version}</bundle> |
| 101 | + </feature> |
| 102 | + |
| 103 | + <feature name="openhab-ui-homebuilder" description="Home Builder" version="${project.version}"> |
| 104 | + <feature>openhab-ui-dashboard</feature> |
| 105 | + <bundle>mvn:org.openhab.ui/org.openhab.ui.homebuilder/${project.version}</bundle> |
| 106 | + </feature> |
| 107 | + |
| 108 | + <feature name="openhab-ui-paper" description="Paper UI" version="${project.version}"> |
| 109 | + <feature>openhab-io-javasound</feature> |
| 110 | + <feature>openhab-io-webaudio</feature> |
| 111 | + <feature>openhab-ui-dashboard</feature> |
| 112 | + <bundle>mvn:org.openhab.ui/org.openhab.ui.paper/${project.version}</bundle> |
| 113 | + </feature> |
| 114 | + |
| 115 | + <feature name="openhab-ui-restdocs" description="REST Documentation" version="${project.version}"> |
| 116 | + <feature>openhab-ui-dashboard</feature> |
| 117 | + <feature>openhab.tp-swagger-jax-rs-provider</feature> |
| 118 | + <bundle>mvn:org.openhab.ui/org.openhab.ui.restdocs/${project.version}</bundle> |
| 119 | + </feature> |
| 120 | + |
| 121 | + <feature name="openhab-iconset-classic" version="${project.version}"> |
| 122 | + <feature>openhab-core-ui-icon</feature> |
| 123 | + <bundle>mvn:org.openhab.ui.iconset/org.openhab.ui.iconset.classic/${project.version}</bundle> |
| 124 | + </feature> |
| 125 | + |
| 126 | +</features> |
0 commit comments