[Xfce4-commits] <xfce-utils:master> add module description file

Brian J. Tarricone brian at tarricone.org
Thu Aug 13 23:02:01 CEST 2009


Updating branch refs/heads/master
         to 41958face244d58f906114cc79179127c47d219a (commit)
       from e94d508ea4816514812d8b51acd9083b1d01da16 (commit)

commit 41958face244d58f906114cc79179127c47d219a
Author: Brian J. Tarricone <brian at tarricone.org>
Date:   Thu Aug 13 14:00:43 2009 -0700

    add module description file

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

diff --git a/module.xml b/module.xml
new file mode 100644
index 0000000..1c94c6d
--- /dev/null
+++ b/module.xml
@@ -0,0 +1,19 @@
+<?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-utils</name>
+  <shortdesc xml:lang="en">Startup scripts, run dialog, and about dialog</shortdesc>
+  <homepage rdf:resource="http://xfce.org"/>
+  <mailing-list rdf:resource="http://foo-projects.org/mailmain/listinfo/xfce4-dev"/>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Xfce Core Team</foaf:name>
+      <foaf:mbox>mailto:xfce4-dev at xfce.org</foaf:mbox>
+    </foaf:Person>
+  </maintainer>
+</Project>



More information about the Xfce4-commits mailing list