~haakan/do-plugins/sshfix

« back to all changes in this revision

Viewing changes to PingFM/PingFM.addin.xml

  • Committer: Jason Smith
  • Date: 2008-12-24 04:37:17 UTC
  • mto: This revision was merged to the branch mainline in revision 337.
  • Revision ID: jassmith@gmail.com-20081224043717-9yq3uhajlmnyyg5k
Merge community into official

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin 
 
2
        id="PingFM" 
 
3
        namespace= "Do" 
 
4
        version="1.0"
 
5
        name="Ping.FM"
 
6
        description="Allows you to post text message as status or micro-blog via Ping.FM"
 
7
        author="Peng Deng"
 
8
        >
 
9
 
 
10
        <Runtime>
 
11
                <Import assembly="PingFM.dll"/>
 
12
        </Runtime>
 
13
 
 
14
        <Dependencies>
 
15
                <Addin id="Core" version="1.0" />
 
16
        </Dependencies>
 
17
 
 
18
        <!-- Extensions included in this assembly -->
 
19
        <Extension path="/Do/ItemSource">
 
20
                <ItemSource type="Do.Addins.PingFM.PingFMServiceItemSource" />
 
21
        </Extension>
 
22
 
 
23
        <Extension path="/Do/Action">
 
24
                <Action type="Do.Addins.PingFM.PingFMPost" />
 
25
        </Extension>
 
26
</Addin>