[Xfce4-commits] <xfce4-panel:master> Add module.xml and drop .indent.pro.

Nick Schermer noreply at xfce.org
Sat Jun 5 18:30:01 CEST 2010


Updating branch refs/heads/master
         to 5193bf294ca014555319d95b214c391a1cddb204 (commit)
       from 5a23bb73e8ab673483ee4909fa1cfffda7887629 (commit)

commit 5193bf294ca014555319d95b214c391a1cddb204
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Jun 5 18:27:40 2010 +0200

    Add module.xml and drop .indent.pro.

 .indent.pro |    7 -------
 module.xml  |   28 ++++++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 7 deletions(-)

diff --git a/.indent.pro b/.indent.pro
deleted file mode 100644
index e125466..0000000
--- a/.indent.pro
+++ /dev/null
@@ -1,7 +0,0 @@
--gnu
--i4
--bli0
--cli4
--hnl
--bad
--nut
diff --git a/module.xml b/module.xml
new file mode 100644
index 0000000..3c25a90
--- /dev/null
+++ b/module.xml
@@ -0,0 +1,28 @@
+<?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">xfce4-panel</name>
+  <shortdesc xml:lang="en">Xfce's panel</shortdesc>
+  <homepage rdf:resource="http://www.xfce.org/projects/xfce4-panel"/>
+  <mailing-list rdf:resource="http://foo-projects.org/mailmain/listinfo/xfce4-dev"/>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Nick Schermer</foaf:name>
+      <foaf:mbox>mailto:nick at xfce.org</foaf:mbox>
+      <gnome:userid>nick</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <developer>
+    <foaf:Person>
+      <foaf:name>Jasper Huijsmans</foaf:name>
+      <foaf:mbox>mailto:jasper at xfce.org</foaf:mbox>
+      <gnome:userid>jasper</gnome:userid>
+    </foaf:Person>
+  </developer>
+</Project>



More information about the Xfce4-commits mailing list