~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to Dropbox/Resources/Dropbox.addin.xml

  • Committer: Stephen Elson
  • Date: 2009-05-07 21:32:56 UTC
  • mto: This revision was merged to the branch mainline in revision 619.
  • Revision ID: stephen.elson@gmail.com-20090507213256-wdlhj0ou2l59sith
Initial commit of Dropbox plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin 
 
2
        id="Dropbox"
 
3
        namespace="Do"
 
4
        version="1.0"
 
5
        name="Dropbox"
 
6
        description="Control Dropbox."
 
7
        author="Stephen Elson"
 
8
        category="Community"
 
9
        >
 
10
 
 
11
        <Runtime>
 
12
                <Import assembly="Dropbox.dll"/>
 
13
        </Runtime>
 
14
 
 
15
        <Dependencies>
 
16
                <Addin id="Universe" version="1.0" />
 
17
        </Dependencies>
 
18
        
 
19
        <Extension path="/Do/Action">
 
20
                <Action type="Dropbox.DropboxPuburlAction" />
 
21
                <Action type="Dropbox.DropboxStartAction" />
 
22
                <Action type="Dropbox.DropboxStopAction" />
 
23
        </Extension>
 
24
 
 
25
</Addin>