~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to addons/weather.xbmc.builtin/addon.xml

  • Committer: jmarshallnz
  • Date: 2010-05-25 01:10:53 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:30540
fixed: Weather script selection spinner, and reenable the weather script settings button.  Ticket #9282, thanks to Nuka1195.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 
2
<addon id="script.xbmc.builtin"
 
3
       name="Weather.com (standard)"
 
4
       version="1.0.0"
 
5
       provider-name="Team XBMC">
 
6
  <extension point="xbmc.python.weather" library=""/>
 
7
  <extension point="xbmc.addon.metadata">
 
8
    <platform>all</platform>
 
9
    <summary>Current weather conditions.</summary>
 
10
    <description>This is the default weather source.[CR][CR]It provides current weather conditions and a four day outlook.</description>
 
11
  </extension>
 
12
</addon>