[Xfce4-commits] <libfrap:master> Add module.xml.

Nick Schermer noreply at xfce.org
Tue Nov 9 23:26:01 CET 2010


Updating branch refs/heads/master
         to a1e6a2efc3cd0726b64ba650cd3f83ca48d57235 (commit)
       from 29b0a707d96289be7cc57ee603215b2bf6094bb9 (commit)

commit a1e6a2efc3cd0726b64ba650cd3f83ca48d57235
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Nov 9 23:24:02 2010 +0100

    Add module.xml.

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

diff --git a/module.xml b/module.xml
new file mode 100644
index 0000000..820eb67
--- /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">libfrap</name>
+ <shortdesc xml:lang="en">Sandbox library</shortdesc>
+ <homepage rdf:resource="http://www.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