aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authortheuni <theuni-nospam-@xbmc.org>2012-02-25 17:36:30 -0500
committertheuni <theuni-nospam-@xbmc.org>2012-02-26 02:36:48 -0500
commit2c51abdd309d546699b870aec8b9a35478a5f13f (patch)
tree44bfcd53c3bd3a3f3647683ff0934c3c3117db14 /addons
parent6d433406097b79e822332649b7e0ebbd3f1d0fb5 (diff)
release: keep xbmc.addon in sync with major releases
This allows repository owners to filter specific XBMC versions. Note that this can currently only block at install-time (meaning install from zip or install from repo) and will not filter any manually copied repository addons.
Diffstat (limited to 'addons')
-rw-r--r--addons/repository.xbmc.org/addon.xml5
-rw-r--r--addons/xbmc.addon/addon.xml2
2 files changed, 5 insertions, 2 deletions
diff --git a/addons/repository.xbmc.org/addon.xml b/addons/repository.xbmc.org/addon.xml
index 1b663504b9..bb8a8f2087 100644
--- a/addons/repository.xbmc.org/addon.xml
+++ b/addons/repository.xbmc.org/addon.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.xbmc.org"
name="XBMC.org Add-ons"
- version="2.0.1"
+ version="2.0.2"
provider-name="Team XBMC">
+ <requires>
+ <import addon="xbmc.addon" version="11.0"/>
+ </requires>
<extension point="xbmc.addon.repository"
name="Official XBMC.org Add-on Repository">
<info compressed="true">http://mirrors.xbmc.org/addons/eden-pre/addons.xml</info>
diff --git a/addons/xbmc.addon/addon.xml b/addons/xbmc.addon/addon.xml
index ac9a69a3f9..ce7f05ac5b 100644
--- a/addons/xbmc.addon/addon.xml
+++ b/addons/xbmc.addon/addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<addon id="xbmc.addon" version="1.0" provider-name="Team XBMC">
+<addon id="xbmc.addon" version="11.0" provider-name="Team XBMC">
<requires>
<import addon="xbmc.core" version="0.1"/>
</requires>