~cszikszoy/do-plugins/evolution-plugin

« back to all changes in this revision

Viewing changes to GDocs/GDocs.addin.xml

  • Committer: David Siegel
  • Date: 2008-11-17 03:22:21 UTC
  • Revision ID: david@dell-desktop-20081117032221-9bsauwj8xry014ms
Sanitize version numbers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
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>
 
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
33
</Addin>