~ubuntu-branches/ubuntu/karmic/mono-addins/karmic

« back to all changes in this revision

Viewing changes to Test/FileExtender/ExtraExtender.addin.xml

  • Committer: Bazaar Package Importer
  • Author(s): Mirco Bauer
  • Date: 2007-07-14 12:07:48 UTC
  • Revision ID: james.westby@ubuntu.com-20070714120748-2elczfsjlrdsrpms
Tags: upstream-0.2
ImportĀ upstreamĀ versionĀ 0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin 
 
2
                id="ExtraExtender"
 
3
                version="0.1.0"
 
4
       namespace   = "SimpleApp">
 
5
 
 
6
        <Dependencies>
 
7
                <Addin id="Core" version="0.1.0" />
 
8
                <Addin id="FileContentExtension" version="0.1.0" />
 
9
                <Addin id="SystemInfoExtension" version="0.1.0" />
 
10
        </Dependencies>
 
11
 
 
12
        <!-- Extensions -->
 
13
        
 
14
        <Extension path = "/SimpleApp/ExtraWriters">
 
15
                <Condition id="GlobalInfo" value="testChildren">
 
16
                        <FileContent id="SomeParentFile" fileName="someFile1" insertafter="first">
 
17
                                <Content xpath="child1" />
 
18
                                <Condition id="InputParameter" value="tc1">
 
19
                                        <Content xpath="child2" />
 
20
                                </Condition>
 
21
                        </FileContent>
 
22
                </Condition>
 
23
        </Extension>
 
24
        
 
25
</Addin>