~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Archive/src/Archive.addin.xml

Adding missing files and Archive plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin id="Archive" namespace= "Do" version="1.0">
 
2
 
 
3
        <Runtime>
 
4
                <Import assembly="Archive.dll"/>
 
5
        </Runtime>
 
6
        
 
7
        <Dependencies>
 
8
                <Addin id="Core" version="1.0" />
 
9
        </Dependencies>
 
10
        
 
11
        <!-- Extensions included in this assembly -->
 
12
        <!-- Sources -->
 
13
        <Extension path = "/Do/Action">
 
14
                <Action type="Archive.ArchiveAction" />
 
15
        </Extension>
 
16
        <Extension path = "/Do/Action">
 
17
                <Action type="Archive.ExtractAction" />
 
18
        </Extension>
 
19
</Addin>