~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

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

  • Committer: David Siegel
  • Date: 2008-06-02 16:09:11 UTC
  • Revision ID: dave@x-20080602160911-5bc56q3okv27pg7y
Added GNOME Terminal plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Addin id="WindowManager" namespace= "Do" version="1.0">
 
1
<Addin 
 
2
        id="WindowManager" 
 
3
        namespace= "Do" 
 
4
        version="1.0"
 
5
        name="Window Manager"
 
6
        description="Perform actions on your windows or groups of windows with Do.  Also provides the ability to tile windows"
 
7
        author="Jason Smith"
 
8
>
2
9
 
3
10
        <Runtime>
4
11
                <Import assembly="WindowManager.dll"/>
36
43
        <Extension path = "/Do/ItemSource">
37
44
                <ItemSource type="WindowManager.WindowItemSource" />
38
45
        </Extension>
39
 
</Addin>
 
 
b'\\ No newline at end of file'
 
46
</Addin>