[Xfce4-commits] <xfce-git-hooks:master> Add module.xml
Jannis Pohlmann
jannis at xfce.org
Wed Aug 12 14:58:01 CEST 2009
Updating branch refs/heads/master
to 6ccaa34c182199efcb816f55e8a5ba2c200ff2ab (commit)
from 02863306495270b4756816dbdc8588172d89b8f0 (commit)
commit 6ccaa34c182199efcb816f55e8a5ba2c200ff2ab
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Wed Aug 12 14:57:06 2009 +0200
Add module.xml
module.xml | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/module.xml b/module.xml
new file mode 100644
index 0000000..736d148
--- /dev/null
+++ b/module.xml
@@ -0,0 +1,27 @@
+<?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/"
+ xmlns:gnome="http://api.gnome.org/doap-extensions#"
+ xmlns="http://usefulinc.com/ns/doap#">
+
+ <name xml:lang="en">xfce-git-hooks</name>
+ <shortdesc xml:lang="en">Git hooks used for Xfce repositories</shortdesc>
+ <homepage rdf:resource="http://git.xfce.org/admin/xfce-git-hooks"/>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Jannis Pohlmann</foaf:name>
+ <foaf:mbox>mailto:jannis at xfce.org</foaf:mbox>
+ <gnome:userid>jannis</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+ <developer>
+ <foaf:Person>
+ <foaf:name>Brian Tarricone</foaf:name>
+ <foaf:mbox>mailto:kelnos at xfce.org</foaf:mbox>
+ <gnome:userid>kelnos</gnome:userid>
+ </foaf:Person>
+ </developer>
+</Project>
More information about the Xfce4-commits
mailing list