~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

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

  • Committer: Christopher James Halse Rogers
  • Date: 2008-02-11 23:34:16 UTC
  • Revision ID: chalserogers@gmail.com-20080211233416-8vtjulsmfhsvblgv
The Great Copyright Push continues
Add AUTHORS, COPYING & COPYRIGHT
Add license headers to Epiphany & EyeOfGNOME plugins
Add license headers to Template plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Addin id="OpenSearch" namespace= "Do" version="1.0">
2
 
 
3
 
        <Runtime>
4
 
                <Import assembly="OpenSearch.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="Do.Plugins.OpenSearch.OpenSearchAction" />
15
 
        </Extension>
16
 
</Addin>