~cszikszoy/docky/mmv3

« back to all changes in this revision

Viewing changes to StandardPlugins/Weather/Resources/Weather.addin.xml.in

  • Committer: Chris S.
  • Date: 2009-10-22 03:23:13 UTC
  • mfrom: (284.1.7 testaddins)
  • Revision ID: chris@szikszoy.com-20091022032313-2s9kikljologdsyt
enable lazy loading of addins

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin 
 
2
        id="Weather"
 
3
        namespace="Docky"
 
4
        version="1.0"
 
5
        isroot="false"
 
6
        defaultEnabled="false"
 
7
        name="Weather"
 
8
>
 
9
 
 
10
        <Dependencies>
 
11
                <Addin id="Items" version="1.0" />
 
12
        </Dependencies>
 
13
 
 
14
        <Runtime>
 
15
                <Import assembly="Weather.dll"/>
 
16
        </Runtime>
 
17
        
 
18
        <Extension path="/Docky/ItemProvider">
 
19
                <ItemProvider type="WeatherDocklet.WeatherItemProvider" />
 
20
        </Extension>    
 
21
 
 
22
</Addin>