~ubuntu-branches/ubuntu/karmic/zeroinstall-injector/karmic

« back to all changes in this revision

Viewing changes to tests/Foo.xml

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Leonard
  • Date: 2007-01-23 21:50:46 UTC
  • Revision ID: james.westby@ubuntu.com-20070123215046-3ya2x81i99m5ya8r
Tags: upstream-0.25
ImportĀ upstreamĀ versionĀ 0.25

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface"
 
3
           main='.'>
 
4
  <name>Foo</name>
 
5
  <summary>Foo</summary>
 
6
  <description>Foo</description>
 
7
  <implementation id='./one' version='0.1'/>
 
8
  <implementation id='.' version='1.0'/>
 
9
  <implementation id='./x' version='1.0' arch='Linux-weirdArch'/>
 
10
  <implementation id='./two' version='0.2'/>
 
11
</interface>