[Xfce4-commits] <xfce4-dev-tools:master> add module description file

Brian J. Tarricone brian at tarricone.org
Thu Aug 13 03:28:01 CEST 2009


Updating branch refs/heads/master
         to 0b27b7072a807c3aff15c85aee9bf5fe4317b958 (commit)
       from f03b6d77c4a2bcf7bdf4855a61ff6501e83021b6 (commit)

commit 0b27b7072a807c3aff15c85aee9bf5fe4317b958
Author: Brian J. Tarricone <brian at tarricone.org>
Date:   Wed Aug 12 18:27:24 2009 -0700

    add module description file

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

diff --git a/module.xml b/module.xml
new file mode 100644
index 0000000..cf5b7f7
--- /dev/null
+++ b/module.xml
@@ -0,0 +1,28 @@
+<?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">xfce4-dev-tools</name>
+  <shortdesc xml:lang="en">Autoconf macros and scripts to augment app build systems</shortdesc>
+  <homepage rdf:resource="http://xfce.org"/>
+  <mailing-list rdf:resource="http://foo-projects.org/mailmain/listinfo/xfce4-dev"/>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Brian Tarricone</foaf:name>
+      <foaf:mbox>mailto:kelnos at xfce.org</foaf:mbox>
+      <gnome:userid>kelnos</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <developer>
+    <foaf:Person>
+      <foaf:name>Benedikt Meurer</foaf:name>
+      <foaf:mbox>mailto:benny at xfce.org</foaf:mbox>
+      <gnome:userid>benny</gnome:userid>
+    </foaf:Person>
+  </developer>
+</Project>



More information about the Xfce4-commits mailing list