~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Thunderbird/src/Thunderbird.addin.xml

  • Committer: Alex Launi
  • Date: 2008-06-06 21:36:06 UTC
  • Revision ID: alex@eriktorvaldsonn-20080606213606-qsw4ihlhrpu17oz3
GCal Cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Addin id="Thunderbird" namespace= "Do" version="1.0">
 
1
<Addin
 
2
        id="Thunderbird"
 
3
        namespace="Do"
 
4
        version="1.0"
 
5
        name="Thunderbird"
 
6
        description="Indexes your Thunderbird contacts"
 
7
        author="David Siegel"
 
8
>
2
9
 
3
10
        <Runtime>
4
11
                <Import assembly="Thunderbird.dll"/>
9
16
        </Dependencies>
10
17
        
11
18
        <!-- Extensions included in this assembly -->
12
 
        <!-- Sources -->
13
19
        <Extension path = "/Do/ItemSource">
14
20
                <ItemSource type="Do.Addins.Thunderbird.ThunderbirdContactItemSource" />
15
21
        </Extension>