[Libreoffice-commits] .: Branch 'newbranch' - liboextensioncenter/am.liboextensioncenter

Andreas Mantke andreasma at kemper.freedesktop.org
Tue Apr 19 10:51:36 PDT 2011


 liboextensioncenter/am.liboextensioncenter/am/liboextensioncenter/profiles.zcml |   15 ++++++++++
 1 file changed, 15 insertions(+)

New commits:
commit b8a6ae121df7f9511c36fe0fde4cb9495a27ba9c
Author: Andreas Mantke <maand at gmx.de>
Date:   Tue Apr 19 19:51:28 2011 +0200

    profiles config file added

diff --git a/liboextensioncenter/am.liboextensioncenter/am/liboextensioncenter/profiles.zcml b/liboextensioncenter/am.liboextensioncenter/am/liboextensioncenter/profiles.zcml
new file mode 100644
index 0000000..a9bc470
--- /dev/null
+++ b/liboextensioncenter/am.liboextensioncenter/am/liboextensioncenter/profiles.zcml
@@ -0,0 +1,15 @@
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:gs="http://namespaces.zope.org/genericsetup"
+           i18n_domain="liboextensioncenter"
+           xmlns:zcml="http://namespaces.zope.org/zcml">
+
+   <gs:registerProfile
+        name="default"
+        title="liboextensioncenter"
+        directory="profiles/default"
+        description="What's powering the products section on plone.org"
+        provides="Products.GenericSetup.interfaces.EXTENSION"
+	/>
+
+</configure>
+


More information about the Libreoffice-commits mailing list