[Xfce4-commits] <libxfce4util:master> add module description file
Brian J. Tarricone
brian at tarricone.org
Thu Aug 13 23:00:02 CEST 2009
Updating branch refs/heads/master
to 7cf3391694b1840172bb23f49819c65e02145fc6 (commit)
from 358f6f8393de687f360ef30b1a43ade5bcda4c94 (commit)
commit 7cf3391694b1840172bb23f49819c65e02145fc6
Author: Brian J. Tarricone <brian at tarricone.org>
Date: Thu Aug 13 13:58:38 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..0ada705
--- /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">libxfce4util</name>
+ <shortdesc xml:lang="en">Extension library for Xfce</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