~and471/+junk/do-with-docky

« back to all changes in this revision

Viewing changes to Do.Interface.Linux.Docky/Resources/Do.Interface.Linux.Docky.addin.xml

  • Committer: rugby471 at gmail
  • Date: 2010-10-15 16:08:38 UTC
  • Revision ID: rugby471@gmail.com-20101015160838-z9m3utbf7bxzb5ty
reverted to before docky removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin
 
2
        id="Interface.Linux.Docky"
 
3
        namespace="Do"
 
4
        version="1.0"
 
5
        name="Docky"
 
6
        description="Do + Dock = Docky!"
 
7
        author="Jason Smith"
 
8
        category="Hidden"
 
9
>
 
10
 
 
11
        <Runtime>
 
12
                <Import assembly="Do.Interface.Linux.Docky.dll"/>
 
13
        </Runtime>
 
14
        
 
15
        <Dependencies>
 
16
                <Addin id="Interface.Linux" version="1.0" />
 
17
        </Dependencies>
 
18
 
 
19
        <ExtensionPoint path="/Docky/Docklet">
 
20
                <ExtensionNode name="Docklet" objectType="Docky.Interface.AbstractDockletItem" />
 
21
                <!--<ExtensionNode name="DockPainter" objectType="Docky.Interface.IDockPainter" />-->
 
22
        </ExtensionPoint>
 
23
        
 
24
        <Extension path="/Docky/Docklet">
 
25
                <Docklet type="Docky.Interface.ClockDockItem" />
 
26
                <Docklet type="Docky.Interface.TrashDockItem" />
 
27
        </Extension>
 
28
        
 
29
        <Extension path = "/Do/InterfaceWindow">
 
30
                <InterfaceWindow type="Docky.Interface.DockWindow" />
 
31
        </Extension>
 
32
 
 
33
</Addin>