~testtools-committers/pyjunitxml/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:admin="http://webns.net/mvcb/">
 <name>pyjunitxml</name>
 <shortdesc>A Python unittest TestResult that outputs JUnit compatible XML.</shortdesc>
 <description>A Python unittest TestResult that outputs JUnit compatible XML.
PyJUnitXML is Copyright (c) 2009 Robert Collins, and distributed under the
GNU Library General Public Licence version 3 (LGPL-3). Broadly, this means you
have the right to use this library in any application you want, regardless of
the licence of your application, but that if you modify this library the
modifications you make need to be released under a compatible terms if you
convey the application to other users. For exact details see the COPYING and
GPL-3 files included in the source.</description>
 <homepage rdf:resource="https://launchpad.net/pyjunitxml"/>
 <download-page rdf:resource="http://pypi.python.org/pypi/junitxml"/>
 <bug-database rdf:resource="https://bugs.launchpad.net/pyjunitxml"/>
 <programming-language>Python</programming-language>
 <license rdf:resource="http://www.gnu.org/licenses/lgpl-3.0.html"/>
 <maintainer>
  <foaf:Person>
     <foaf:name>Robert Collins</foaf:name>
     <foaf:homepage rdf:resource="https://launchpad.net/~lifeless"/>
     <foaf:mbox_sha1sum>d54357326f4d8f26a96d46deb28c60a1294ded6c</foaf:mbox_sha1sum>
  </foaf:Person>
 </maintainer>
 <repository>
   <BazaarBranch>
     <location rdf:resource="https://code.edge.launchpad.net/~lifeless/pyjunitxml/trunk"/>
   </BazaarBranch>
 </repository> 
</Project>