diff options
author | montellese <montellese@xbmc.org> | 2015-02-13 19:58:25 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2015-03-01 14:52:04 +0100 |
commit | b01a6d24f1357a38303f26d20d254e57a2f2f45e (patch) | |
tree | b1ca44d19ba00e48693b83509c56c3e9965303d3 /addons/xbmc.gui/addon.xml | |
parent | da2cdb64a683a5a6290fbe79b9d48f58b48cd155 (diff) |
addons: add new xbmc.webinterface addon and CWebinterface with "type", "library" and "entry" attributes
Diffstat (limited to 'addons/xbmc.gui/addon.xml')
-rw-r--r-- | addons/xbmc.gui/addon.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/addons/xbmc.gui/addon.xml b/addons/xbmc.gui/addon.xml index 2e233be280..33c2debf36 100644 --- a/addons/xbmc.gui/addon.xml +++ b/addons/xbmc.gui/addon.xml @@ -5,5 +5,4 @@ <import addon="xbmc.core" version="0.1.0"/> </requires> <extension-point id="skin" schema="skin.xsd"/> - <extension-point id="webinterface" schema="webinterface.xsd"/> </addon> |