[Xfce4-commits] <exo:master> Add module description file.

Nick Schermer nick at xfce.org
Tue Aug 11 17:08:01 CEST 2009


Updating branch refs/heads/master
         to 4f8a83c2121fa3fb8a7ece2b260a447d735d1eed (commit)
       from ecb1c9ad33f659f2d9c39430df103160dcddbcdd (commit)

commit 4f8a83c2121fa3fb8a7ece2b260a447d735d1eed
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Aug 11 17:06:32 2009 +0200

    Add module description file.

 module.xml |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/module.xml b/module.xml
new file mode 100644
index 0000000..e377d43
--- /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">exo</name>
+ <shortdesc xml:lang="en">Application library for the Xfce desktop environment</shortdesc>
+ <homepage rdf:resource="http://www.xfce.org/projects/libraries/"/>
+ <mailing-list rdf:resource="http://foo-projects.org/mailmain/listinfo/xfce4-dev"/>
+
+ <maintainer>
+  <foaf:Person>
+    <foaf:name>Nick Schermer</foaf:name>
+    <foaf:mbox>mailto:nick at xfce.org</foaf:mbox>
+    <gnome:userid>nick</gnome:userid>
+  </foaf:Person>
+ </maintainer>
+ <maintainer>
+  <foaf:Person>
+    <foaf:name>Benedikt Meurer</foaf:name>
+    <foaf:mbox>mailto:benny at xfce.org</foaf:mbox>
+    <gnome:userid>benny</gnome:userid>
+  </foaf:Person>
+ </maintainer>
+</Project>



More information about the Xfce4-commits mailing list