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

« back to all changes in this revision

Viewing changes to tests/Source.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
           uri='http://foo/Source.xml'>
 
4
  <name>Source</name>
 
5
  <summary>Source</summary>
 
6
  <description>Source</description>
 
7
  <feed-for interface='http://foo/Binary.xml'/>
 
8
  <group>
 
9
    <requires interface='http://foo/Compiler.xml'/>
 
10
    <implementation id='sha1=234' version='1.0' arch='*-src'/>
 
11
  </group>
 
12
</interface>