The branch, eden-pre has been updated
       via  966b60f968243ca4ae356bacd7fde0037e77d131 (commit)
       via  5c70bf3ae8b6f5566b864953e581d28912e44922 (commit)
      from  433029342159a9f78424a70b8b9dd2cf2489d791 (commit)

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

commit 966b60f968243ca4ae356bacd7fde0037e77d131
Author: spiff <[email protected]>
Date:   Thu Nov 3 10:51:51 2011 +0100

    [script.common.plugin.cache] initial version (0.8). thanks to TheCollective

diff --git a/.gitignore b/.gitignore
index 745fc45..eaa5927 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ script.tvguide/.gitignore
 script.tvguide/.idea
 script.cdartmanager/.git
 script.module.parsedom/.hg
+script.common.plugin.cache/.hg

http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=5c70bf3ae8b6f5566b864953e581d28912e44922

commit 5c70bf3ae8b6f5566b864953e581d28912e44922
Author: spiff <[email protected]>
Date:   Wed Nov 2 11:20:08 2011 +0100

    [script.module.parsedom] initial version (0.8). thanks to TheCollective

diff --git a/.gitignore b/.gitignore
index ec88270..745fc45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ script.tvguide/.git
 script.tvguide/.gitignore
 script.tvguide/.idea
 script.cdartmanager/.git
+script.module.parsedom/.hg

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

Summary of changes:
 .gitignore                                         |    2 +
 script.common.plugin.cache/addon.xml               |   18 +
 script.common.plugin.cache/changelog.txt           |    2 +
 script.common.plugin.cache/default.py              |   38 ++
 script.common.plugin.cache/lib/StorageServer.py    |  630 ++++++++++++++++++++
 script.common.plugin.cache/xbmcvfsdummy.py         |   18 +
 .../addon.xml                                      |   15 +-
 script.module.parsedom/changelog.txt               |    2 +
 script.module.parsedom/lib/CommonFunctions.py      |  230 +++++++
 9 files changed, 948 insertions(+), 7 deletions(-)
 create mode 100644 script.common.plugin.cache/addon.xml
 create mode 100644 script.common.plugin.cache/changelog.txt
 create mode 100755 script.common.plugin.cache/default.py
 create mode 100755 script.common.plugin.cache/lib/StorageServer.py
 create mode 100644 script.common.plugin.cache/xbmcvfsdummy.py
 copy {script.module.elementtree => script.module.parsedom}/addon.xml (53%)
 create mode 100644 script.module.parsedom/changelog.txt
 create mode 100644 script.module.parsedom/lib/CommonFunctions.py


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to