~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to GoogleDocs/Resources/GoogleDocs.addin.xml.in

  • Committer: Alex Launi
  • Date: 2009-06-24 13:17:29 UTC
  • mfrom: (618.1.17 do-plugins)
  • Revision ID: alex.launi@gmail.com-20090624131729-1l9g76ejqq4leka4
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin
 
2
        id="GoogleDocs"
 
3
        namespace= "Do"
 
4
        version="1.2"
 
5
        name="Google Docs"
 
6
        description="Search documents, spreadsheets, and presentations on Google Docs."
 
7
        author="Peng Deng"
 
8
        category="Official"
 
9
        defaultEnabled="false"
 
10
        >
 
11
 
 
12
        <Runtime>
 
13
                <Import assembly="GoogleDocs.dll"/>
 
14
        </Runtime>
 
15
 
 
16
        <Localizer type="Gettext" catalog="gnome-do-plugins" location="@expanded_datadir@/locale" />
 
17
 
 
18
        <Dependencies>
 
19
                <Addin id="Universe" version="1.0" />
 
20
        </Dependencies>
 
21
 
 
22
        <Extension path="/Do/ItemSource">
 
23
                <ItemSource type="GDocs.GDocsItemSource" />
 
24
        </Extension>
 
25
 
 
26
        <Extension path="/Do/Action">
 
27
                <Action type="GDocs.GDocsUploadDocument" />
 
28
                <Action type="GDocs.GDocsTrashDocument" />
 
29
        </Extension>
 
30
</Addin>