[libxml++] add doap file



commit 6755a13240a7d76f6c896ca041b54e2781e59fde
Author: Jonathon Jongsma <jonathon jongsma collabora co uk>
Date:   Wed Apr 22 00:08:50 2009 -0500

    add doap file
---
 libxml++.doap |   22 ++++++++--------------
 1 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/libxml++.doap b/libxml++.doap
index 639b1eb..a6a523e 100644
--- a/libxml++.doap
+++ b/libxml++.doap
@@ -4,27 +4,21 @@
          xmlns:gnome="http://api.gnome.org/doap-extensions#";
          xmlns="http://usefulinc.com/ns/doap#";>
 
-  <name xml:lang="en">gtkmm</name>
-  <!-- Description, e.g.
-       "Falling blocks game"
-       "Internationalized text layout and rendering library"
-  -->
-  <shortdesc xml:lang="en">C++ bindings for libxml2.</shortdesc>
-  <homepage rdf:resource="http://libxmlplusplus.sf.net/"; />
-  <!--
+  <name xml:lang="en">libxml++</name>
+  <shortdesc xml:lang="en">C++ bindings for libxml2</shortdesc>
+  <homepage rdf:resource="http://www.gtkmm.org/"; />
   <mailing-list rdf:resource="mailto:gtkmm-list gnome org" />
-  -->
 
   <maintainer>
     <foaf:Person>
-      <foaf:name>Christophe de Vienne</foaf:name>
-      <foaf:mbox rdf:resource="cdevienn cvs gnome org" />
-      <gnome:userid>cdevienn</gnome:userid>
-    </foaf:Person>
-    <foaf:Person>
       <foaf:name>Murray Cumming</foaf:name>
       <foaf:mbox rdf:resource="murrayc murrayc com" />
       <gnome:userid>murrayc</gnome:userid>
     </foaf:Person>
+    <foaf:Person>
+      <foaf:name>Christophe de Vienne</foaf:name>
+      <foaf:mbox rdf:resource="cdevienn src gnome org" />
+      <gnome:userid>cdevienn</gnome:userid>
+    </foaf:Person>
   </maintainer>
 </Project>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]