~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

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

  • Committer: David Siegel
  • Date: 2008-01-24 04:48:52 UTC
  • Revision ID: dave@ja7gggggggg9-20080124044852-9vnlo01h9kkyz12a
Added Epiphany plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Addin id="Evolution" namespace= "Do" version="1.0">
2
 
 
3
 
        <Runtime>
4
 
                <Import assembly="Evolution.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/ItemSource">
14
 
                <ItemSource type="Do.Addins.Evolution.EvolutionContactItemSource" />
15
 
        </Extension>
16
 
</Addin>