~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

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

  • Committer: David Siegel
  • Date: 2008-06-02 19:48:18 UTC
  • Revision ID: dave@x-20080602194818-i7rtmvlbq2461ey3
Added repo.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin 
 
2
        id="GMail Contacts"
 
3
        namespace= "Do"
 
4
        version="1.0"
 
5
        name="GMail Contacts"
 
6
        description="Indexes your GMail contacts"
 
7
        author="Alex Launi"
 
8
>
 
9
 
 
10
        <Runtime>
 
11
                <Import assembly="GMailContacts.dll"/>
 
12
                <Import assembly="Google.GData.Contacts.dll"/>
 
13
                <Import assembly="Google.GData.Client.dll"/>
 
14
                <Import assembly="Google.GData.Extensions.dll"/>
 
15
        </Runtime>
 
16
        
 
17
        <Dependencies>
 
18
                <Addin id="Core" version="1.0" />
 
19
        </Dependencies>
 
20
        
 
21
        <!-- Extensions included in this assembly -->
 
22
        <!-- Sources -->
 
23
        <Extension path = "/Do/ItemSource">
 
24
                <ItemSource type="GMailContacts.GMailContactsItemSource" />
 
25
        </Extension>
 
26
</Addin>