Skip to content

Commit

Permalink
follow-up previous commit. webinterfaces now require xbmc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
theuni committed Apr 29, 2011
1 parent 879af7d commit e5fe718
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions addons/webinterface.default/addon.xml
Expand Up @@ -6,6 +6,7 @@
provider-name="Team XBMC">
<requires>
<import addon="xbmc.gui" version="3.00"/>
<import addon="xbmc.json" version="2.00"/>
</requires>
<extension
point="xbmc.gui.webinterface"/>
Expand Down
6 changes: 6 additions & 0 deletions addons/xbmc.json/addon.xml
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.json" version="2.0" provider-name="Team XBMC">
<requires>
<import addon="xbmc.core" version="0.1"/>
</requires>
</addon>

0 comments on commit e5fe718

Please sign in to comment.