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

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


Updating branch refs/heads/master
         to 1d1e61492701193c6d94775eb924af4147c412bf (commit)
       from 76571de512785160b31f611a2f63ee63ed6247cd (commit)

commit 1d1e61492701193c6d94775eb924af4147c412bf
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Nov 9 23:04:21 2010 +0100

    Add module.xml.

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

diff --git a/module.xml b/module.xml
new file mode 100644
index 0000000..495b379
--- /dev/null
+++ b/module.xml
@@ -0,0 +1,34 @@
+<?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">thunar-vfs</name>
+ <shortdesc xml:lang="en">The virtual filesystem, previously shipped with Thunar</shortdesc>
+ <homepage rdf:resource="http://thunar.xfce.org"/>
+ <mailing-list rdf:resource="http://foo-projects.org/mailmain/listinfo/xfce4-dev"/>
+
+ <maintainer>
+  <foaf:Person>
+    <foaf:name>Jannis Pohlmann</foaf:name>
+    <foaf:mbox>mailto:jannis at xfce.org</foaf:mbox>
+    <gnome:userid>jannis</gnome:userid>
+  </foaf:Person>
+ </maintainer>
+ <developer>
+  <foaf:Person>
+    <foaf:name>Nick Schermer</foaf:name>
+    <foaf:mbox>mailto:nick at xfce.org</foaf:mbox>
+    <gnome:userid>nick</gnome:userid>
+  </foaf:Person>
+ </developer>
+ <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