~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Flickr/Flickr.addin.xml

  • Committer: Christopher Halse Rogers
  • Date: 2008-08-24 08:44:24 UTC
  • mfrom: (244.1.2 do-plugins)
  • Revision ID: raof@ubuntu.com-20080824084424-8gp5ff6v9nku9z21
Merge in the tip of 0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin
 
2
        id="Flickr"
 
3
        namespace="Do"
 
4
        version="1.4"
 
5
        name="Flickr"
 
6
        description="Upload photos to Flickr"
 
7
        author="Alex Launi"
 
8
>
 
9
 
 
10
        <Runtime>
 
11
                <Import assembly="Flickr.dll"/>
 
12
        </Runtime>
 
13
        
 
14
        <Dependencies>
 
15
                <Addin id="Core" version="1.0" />
 
16
        </Dependencies>
 
17
        
 
18
        <!-- Extensions included in this assembly -->
 
19
        <Extension path= "/Do/Action">
 
20
                <Action type="Flickr.UploadAction"/>
 
21
        </Extension>
 
22
        <Extension path = "/Do/ItemSource">
 
23
                <ItemSource type="Flickr.FlickrItemSource" />
 
24
        </Extension>
 
25
</Addin>