~ubuntu-branches/ubuntu/lucid/orbit2/lucid

« back to all changes in this revision

Viewing changes to ORBit2.doap

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-04-08 12:27:40 UTC
  • mfrom: (1.2.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20100408122740-wf9bxam9p02g2fiq
Tags: 1:2.14.18-0.1
* Non-maintainer upload.
* New upstream bugfix release, one API addition:
  + debian/patches/700-autoreconf.patch:
    - Regenerated for the new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
2
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
 
3
         xmlns:foaf="http://xmlns.com/foaf/0.1/"
 
4
         xmlns:gnome="http://api.gnome.org/doap-extensions#"
 
5
         xmlns="http://usefulinc.com/ns/doap#">
 
6
 
 
7
  <name xml:lang="en">ORBit2</name>
 
8
  <shortdesc xml:lang="en">CORBA library for GNOME</shortdesc>
 
9
  <homepage rdf:resource="http://www.gnome.org/" />
 
10
  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/desktop-devel-list" />
 
11
  <download-page rdf:resource="http://download.gnome.org/sources/ORBit2/" />
 
12
  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=ORBit2" />
 
13
  <category rdf:resource="http://api.gnome.org/doap-extensions#platform" />
 
14
 
 
15
  <maintainer>
 
16
    <foaf:Person>
 
17
      <foaf:name>Michael Meeks</foaf:name>
 
18
      <foaf:mbox rdf:resource="mailto:michael@ximian.com" />
 
19
      <gnome:userid>michael</gnome:userid>
 
20
    </foaf:Person>
 
21
  </maintainer>
 
22
  <maintainer>
 
23
    <foaf:Person>
 
24
      <foaf:name>Kjartan Maraas</foaf:name>
 
25
      <foaf:mbox rdf:resource="mailto:kmaraas@gnome.org" />
 
26
      <gnome:userid>kmaraas</gnome:userid>
 
27
    </foaf:Person>
 
28
  </maintainer>
 
29
</Project>