diff options
author | alcoheca <alcoheca@svn> | 2010-05-05 13:39:33 +0000 |
---|---|---|
committer | alcoheca <alcoheca@svn> | 2010-05-05 13:39:33 +0000 |
commit | 5ff028ac245d013eba963660cf4ffed2d3e0285a (patch) | |
tree | 99a2c71befbf070c0d1db3cae60b5d1eafc15684 /addons/xbmc.core | |
parent | 3c621898002bbacb30a2c22661afee7e88986ef3 (diff) |
added: skin support via cpluff
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29814 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/xbmc.core')
-rw-r--r-- | addons/xbmc.core/addon.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addons/xbmc.core/addon.xml b/addons/xbmc.core/addon.xml new file mode 100644 index 0000000000..bc9f67d8f8 --- /dev/null +++ b/addons/xbmc.core/addon.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<addon id="xbmc.core" version="0.1" provider-name="Team XBMC"/> + <requires> + <c-pluff version="0.1"/> + </requires> +</addon> |