The branch, eden-pre has been updated
       via  83017203cbb93029dd531ce4f5e9a4ffb603c967 (commit)
      from  0a9e8ee35709986696e5b53237859cf4c4b24bb1 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=83017203cbb93029dd531ce4f5e9a4ffb603c967

commit 83017203cbb93029dd531ce4f5e9a4ffb603c967
Author: spiff <[email protected]>
Date:   Sat Jan 28 23:39:08 2012 +0100

    replace ' by " to workaround script bug

diff --git a/plugin.video.bliptv/addon.xml b/plugin.video.bliptv/addon.xml
index 3f2d734..f79357d 100644
--- a/plugin.video.bliptv/addon.xml
+++ b/plugin.video.bliptv/addon.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
-<addon id='plugin.video.bliptv' version='0.3.0' name='BlipTV' 
provider-name='TheCollective'>
+<addon id="plugin.video.bliptv" version="0.3.0" name="BlipTV" 
provider-name="TheCollective">
   <requires>
     <import addon='xbmc.python' version='2.0'/>
     <import addon='script.common.plugin.cache' version='0.9.1'/>
diff --git a/plugin.video.youtube/addon.xml b/plugin.video.youtube/addon.xml
index 56cf4b9..97ab8f4 100644
--- a/plugin.video.youtube/addon.xml
+++ b/plugin.video.youtube/addon.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
-<addon id='plugin.video.youtube' version='2.9.0' name='YouTube' 
provider-name='TheCollective'>
+<addon id="plugin.video.youtube" version="2.9.0" name="YouTube" 
provider-name="TheCollective">
   <requires>
     <import addon='xbmc.python' version='2.0'/>
     <import addon='script.module.simplejson' version='2.0.10'/>

-----------------------------------------------------------------------

Summary of changes:
 plugin.video.bliptv/addon.xml  |    2 +-
 plugin.video.youtube/addon.xml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to