~do-win/do/test-paths

« back to all changes in this revision

Viewing changes to Do.Platform/Resources/.svn/text-base/Do.Platform.addin.xml.svn-base

  • Committer: Chris S.
  • Date: 2009-06-21 03:37:34 UTC
  • Revision ID: chris@szikszoy.com-20090621033734-ud2jdcd5pq9r3ue9
initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin id="Platform" namespace="Do" version="1.0" isroot="true" category="Hidden">
 
2
 
 
3
        <Runtime>
 
4
                <Import assembly="Do.Platform.dll" />
 
5
        </Runtime>
 
6
 
 
7
        <Dependencies>
 
8
                <Addin id="Universe" version="1.0" />
 
9
        </Dependencies>
 
10
        
 
11
        <ExtensionPoint path="/Do/Service">
 
12
                <ExtensionNode name="Service" objectType="Do.Platform.ServiceStack.IService" />
 
13
        </ExtensionPoint>
 
14
 
 
15
        <Extension path="/Do/Action">
 
16
                <Action type="Do.Universe.Common.EmailAction" />
 
17
                <Action type="Do.Universe.Common.OpenAction" />
 
18
                <Action type="Do.Universe.Common.OpenUrlAction" />
 
19
                <Action type="Do.Universe.Common.OpenWithAction" />
 
20
                <Action type="Do.Universe.Common.RevealAction" />
 
21
                <Action type="Do.Universe.Common.RunAction" />
 
22
        </Extension>
 
23
        
 
24
</Addin>
 
25