~d6g/do-plugins/Timer

« back to all changes in this revision

Viewing changes to GDocs/GDocs.addin.xml

  • Committer: Alex Launi
  • Date: 2008-10-20 22:21:07 UTC
  • mfrom: (248.1.8 GDocs)
  • Revision ID: alex@eriktorvaldsonn-20081020222107-xl42p0fnsg2p0tsb
Added GDocs plugin from Peng Deng

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin
 
2
        id="GoogleDocs"
 
3
        namespace= "Do"
 
4
        version="1.0"
 
5
        name="Google Documents"
 
6
        description="Allows you to index documents, spreadsheets and presentations stored at Google Docs."
 
7
        author="Peng Deng"
 
8
        >
 
9
 
 
10
        <Runtime>
 
11
                <Import assembly="GDocs.dll"/>
 
12
                <Import assembly="Google.GData.AccessControl.dll"/>
 
13
                <Import assembly="Google.GData.Documents.dll"/>
 
14
                <Import assembly="Google.GData.Client.dll"/>
 
15
                <Import assembly="Google.GData.Extensions.dll"/>
 
16
        </Runtime>
 
17
 
 
18
        <Dependencies>
 
19
                <Addin id="Core" version="1.0" />
 
20
        </Dependencies>
 
21
 
 
22
        <!-- Extensions included in this assembly -->
 
23
        <Extension path="/Do/ItemSource">
 
24
                <ItemSource type="GDocs.GDocsItemSource" />
 
25
        </Extension>
 
26
 
 
27
        <Extension path="/Do/Action">
 
28
                <Action type="GDocs.GDocsUploadDocument" />
 
29
        </Extension>
 
30
        <Extension path="/Do/Action">
 
31
                <Action type="GDocs.GDocsTrashDocument" />
 
32
        </Extension>
 
33
</Addin>