~ubuntu-branches/ubuntu/lucid/docky/lucid-proposed

« back to all changes in this revision

Viewing changes to StandardPlugins/GMail/Resources/GMail.addin.xml

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2010-02-17 15:10:07 UTC
  • Revision ID: james.westby@ubuntu.com-20100217151007-msxpd0lsj300ndde
Tags: upstream-2.0.0
ImportĀ upstreamĀ versionĀ 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin 
 
2
        id="GMail"
 
3
        namespace="Docky"
 
4
        version="1.0"
 
5
        isroot="false"
 
6
        defaultEnabled="false"
 
7
        name="GMail"
 
8
        description="Check GMail"
 
9
        author="Robert Dyer"
 
10
>
 
11
 
 
12
        <Dependencies>
 
13
                <Addin id="Items" version="1.0" />
 
14
                <Addin id="Widgets" version="1.0" />
 
15
        </Dependencies>
 
16
 
 
17
        <Runtime>
 
18
                <Import assembly="GMail.dll"/>
 
19
        </Runtime>
 
20
        
 
21
        <Extension path="/Docky/ItemProvider">
 
22
                <ItemProvider type="GMail.GMailItemProvider" />
 
23
        </Extension>    
 
24
 
 
25
        <Extension path="/Docky/Configuration">
 
26
                <Configuration type="GMail.GMailConfigDialog" />
 
27
        </Extension>
 
28
 
 
29
</Addin>