The branch, eden-pre has been updated
       via  f87a06e5e243bc3d0683bfbb58858c13163184c4 (commit)
      from  f2f146ba2825785c906f59fdca52ec214a432b84 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=f87a06e5e243bc3d0683bfbb58858c13163184c4

commit f87a06e5e243bc3d0683bfbb58858c13163184c4
Author: spiff <[email protected]>
Date:   Sat Jan 28 23:31:37 2012 +0100

    replace ' by " to workaround script bug for now

diff --git a/script.common.plugin.cache/addon.xml 
b/script.common.plugin.cache/addon.xml
index be45cac..e4f8167 100644
--- a/script.common.plugin.cache/addon.xml
+++ b/script.common.plugin.cache/addon.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
-<addon id='script.common.plugin.cache' version='0.9.1' name='Common plugin 
cache' provider-name='TheCollective'>
+<addon id="script.common.plugin.cache" version="0.9.1" name="Common plugin 
cache" provider-name="TheCollective">
   <requires>
     <import addon='xbmc.python' version='2.0'/>
   </requires>
@@ -10,4 +10,4 @@
     <summary lang='en'>Common caching api for xbmc plugins.</summary>
   </extension>
   <extension point='xbmc.python.module' library='lib' />
-</addon>
\ No newline at end of file
+</addon>
diff --git a/script.module.parsedom/addon.xml b/script.module.parsedom/addon.xml
index 71fa1ef..2d86dd6 100644
--- a/script.module.parsedom/addon.xml
+++ b/script.module.parsedom/addon.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
-<addon id='script.module.parsedom' version='0.9.1' name='Parsedom for xbmc 
plugins' provider-name='TheCollective'>
+<addon id="script.module.parsedom" version="0.9.1" name="Parsedom for xbmc 
plugins" provider-name="TheCollective">
   <requires>
     <import addon='xbmc.python' version='2.0'/>
   </requires>
@@ -8,4 +8,4 @@
     <summary lang='en'>Parsedom for xbmc plugins.</summary>
   </extension>
   <extension point='xbmc.python.module' library='lib' />
-</addon>
\ No newline at end of file
+</addon>
diff --git a/script.module.simple.downloader/addon.xml 
b/script.module.simple.downloader/addon.xml
index 6e79c8e..43f0758 100644
--- a/script.module.simple.downloader/addon.xml
+++ b/script.module.simple.downloader/addon.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
-<addon id='script.module.simple.downloader' version='0.9.1' name='Simple 
downloader for xbmc plugins' provider-name='TheCollective'>
+<addon id="script.module.simple.downloader" version="0.9.1" name="Simple 
downloader for xbmc plugins" provider-name="TheCollective">
   <requires>
     <import addon='xbmc.python' version='2.0'/>
     <import addon='script.common.plugin.cache' version='0.9.1'/>
@@ -11,4 +11,4 @@
     <summary lang='en'>Simple downloader for xbmc plugins.</summary>
   </extension>
   <extension point='xbmc.python.module' library='lib' />
-</addon>
\ No newline at end of file
+</addon>

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

Summary of changes:
 script.common.plugin.cache/addon.xml      |    4 ++--
 script.module.parsedom/addon.xml          |    4 ++--
 script.module.simple.downloader/addon.xml |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
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