~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

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

  • Committer: Alex Launi
  • Date: 2008-06-07 05:52:01 UTC
  • Revision ID: alex@eriktorvaldsonn-20080607055201-gip5v5ppp2emon37
Fix null error and config in GMail

Show diffs side-by-side

added added

removed removed

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