~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to SystemServices/Resources/SystemServices.addin.xml

  • Committer: Alex Launi
  • Date: 2009-06-24 13:17:29 UTC
  • mfrom: (618.1.17 do-plugins)
  • Revision ID: alex.launi@gmail.com-20090624131729-1l9g76ejqq4leka4
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Addin 
2
 
        id="SystemServices"
3
 
        namespace="Do"
4
 
        version="1.0"
5
 
        name="System Services"
6
 
        description="Start, stop, and restart system services."
7
 
        author="Karol Będkowski, David Siegel"
8
 
        category="Community"
9
 
        defaultEnabled="false"
10
 
        >
11
 
 
12
 
        <Runtime>
13
 
                <Import assembly="SystemServices.dll"/>
14
 
        </Runtime>
15
 
 
16
 
        <Dependencies>
17
 
                <Addin id="Universe" version="1.0" />
18
 
        </Dependencies>
19
 
 
20
 
        <Extension path = "/Do/ItemSource">
21
 
                <ItemSource type="SystemServices.ServiceItemSource" />
22
 
        </Extension>
23
 
        <Extension path = "/Do/Action">
24
 
                <Action type="SystemServices.ServiceRestartAction" />
25
 
                <Action type="SystemServices.ServiceStopAction" />
26
 
                <Action type="SystemServices.ServiceStartAction" />
27
 
        </Extension>
28
 
</Addin>