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

Brian J. Tarricone brian at tarricone.org
Thu Aug 13 22:54:01 CEST 2009


Updating branch refs/heads/master
         to 5450fe4aee7738ccda97085a67277edd2ae1d9e2 (commit)
       from 77180808dffb23136c4126bfb0d8707c2a3d6a8a (commit)

commit 5450fe4aee7738ccda97085a67277edd2ae1d9e2
Author: Brian J. Tarricone <brian at tarricone.org>
Date:   Thu Aug 13 13:52:54 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..d7957a6
--- /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">libxfcegui4</name>
+  <shortdesc xml:lang="en">GUI-related extension library for Xfce (deprecated)</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