~crisoagf/do-plugins/do-music

« back to all changes in this revision

Viewing changes to Riptide/Riptide.addin.xml

Start cleanup of WindowManager
Add riptide plugin.  Downloads dem torrents!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin
 
2
        id="Riptide"
 
3
        namespace="Do"
 
4
        version="0.5"
 
5
        name="Riptide"
 
6
        description="Do Away with Torrent Sites"
 
7
        author="Jason Smith"
 
8
>
 
9
 
 
10
        <Runtime>
 
11
                <Import assembly="Riptide.dll"/>
 
12
        </Runtime>
 
13
        
 
14
        <Dependencies>
 
15
                <Addin id="Core" version="1.0" />
 
16
        </Dependencies>
 
17
        
 
18
        <!-- Extensions included in this assembly -->
 
19
 
 
20
        <!--- Actions -->
 
21
        <Extension path= "/Do/Action">
 
22
                <Action type="Do.Riptide.TorrentSearchAction" />
 
23
                <Action type="Do.Riptide.TorrentDownloadAction" />
 
24
        </Extension>
 
25
 
 
26
</Addin>