[Xfce4-commits] <thunarx-python:master> Add module.xml file
Adam Plumb
noreply at xfce.org
Sat Dec 4 15:12:02 CET 2010
Updating branch refs/heads/master
to 390542146f50dd0c04333c8d93273400afb8e05c (commit)
from c47b29130a0b69c9866ee60a1698a34f9f52e362 (commit)
commit 390542146f50dd0c04333c8d93273400afb8e05c
Author: Adam Plumb <adamplumb at gmail.com>
Date: Sat Dec 4 08:47:04 2010 -0500
Add module.xml file
module.xml | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/module.xml b/module.xml
new file mode 100644
index 0000000..d64c24c
--- /dev/null
+++ b/module.xml
@@ -0,0 +1,18 @@
+<?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">thunarx-python</name>
+ <shortdesc xml:lang="en">Thunarx Python Bindings</shortdesc>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Adam Plumb</foaf:name>
+ <foaf:mbox>mailto:adamplumb at gmail.com</foaf:mbox>
+ <gnome:userid>adamplumb</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>
More information about the Xfce4-commits
mailing list