[java-atk-wrapper] Updated .doap file



commit 3645e6dca48c461afa6d4ffa61a710c85b7bcf0c
Author: Alejandro Piñeiro <apinheiro igalia com>
Date:   Tue May 6 18:44:22 2014 +0200

    Updated .doap file
    
    Adding Alejandro Piñeiro as maintainer, as will start to review
    patches from the community, and making releases if needed.
    
    Also removed MAINTAINERS file, as the list of maintainers is already
    at the doap file, so it is better to avoid having the same info twice
    (and probably out of sync).
    
    Updated AUTHORS file accordingly.

 AUTHORS               |    1 +
 MAINTAINERS           |    7 -------
 java-atk-wrapper.doap |   10 ++++++++++
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index ca5cfcc..9041d58 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,5 @@
 Authors:  Ke Wang (ke wang sun com)
+          Li Yuan (lee yuan oracle com)
 
 Contains inspiration and possibly a little code from java-access-bridge, written
 by:
diff --git a/java-atk-wrapper.doap b/java-atk-wrapper.doap
index ea52954..ce1a0f3 100644
--- a/java-atk-wrapper.doap
+++ b/java-atk-wrapper.doap
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
          xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
          xmlns:foaf="http://xmlns.com/foaf/0.1/";
@@ -17,4 +18,13 @@
       <gnome:userid>kewang</gnome:userid>
     </foaf:Person>
   </maintainer>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Alejandro Piñeiro Iglesias</foaf:name>
+      <foaf:mbox rdf:resource="mailto:apinheiro igalia com" />
+      <gnome:userid>apinheiro</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
 </Project>


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