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

Andreas Mantke andreasma at kemper.freedesktop.org
Tue Apr 19 10:40:18 PDT 2011


 liboextensioncenter/am.liboextensioncenter/am/liboextensioncenter/namespace/configure.zcml |    4 ++--
 liboextensioncenter/am.liboextensioncenter/am/liboextensioncenter/namespace/pypiproject.pt |    2 +-
 liboextensioncenter/am.liboextensioncenter/am/liboextensioncenter/namespace/pypisimple.pt  |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit faef3e1c88ee1bea9e26b8b339d69f17d0355720
Author: Andreas Mantke <maand at gmx.de>
Date:   Tue Apr 19 19:40:10 2011 +0200

    change to liboextensioncenter

diff --git a/liboextensioncenter/am.liboextensioncenter/am/liboextensioncenter/namespace/configure.zcml b/liboextensioncenter/am.liboextensioncenter/am/liboextensioncenter/namespace/configure.zcml
index 50d23c2..6ca5d12 100644
--- a/liboextensioncenter/am.liboextensioncenter/am/liboextensioncenter/namespace/configure.zcml
+++ b/liboextensioncenter/am.liboextensioncenter/am/liboextensioncenter/namespace/configure.zcml
@@ -4,13 +4,13 @@
 
   <adapter 
      name="simple"
-     for="LibOExtensionCenter.interfaces.ISoftwareCenterContent"
+     for="am.liboextensioncenter.interfaces.ISoftwareCenterContent"
      factory=".pypisimple.PyPISimpleTraverser"
      provides="zope.traversing.interfaces.ITraversable" />
 
   <view
     name="simple"
-    for="am.LibOExtensionCenter.interfaces.ISoftwareCenterContent"
+    for="am.liboextensioncenter.interfaces.ISoftwareCenterContent"
     type="zope.interface.Interface"
     provides="zope.traversing.interfaces.ITraversable" 
     factory=".pypisimple.PyPISimpleTraverser"  
diff --git a/liboextensioncenter/am.liboextensioncenter/am/liboextensioncenter/namespace/pypiproject.pt b/liboextensioncenter/am.liboextensioncenter/am/liboextensioncenter/namespace/pypiproject.pt
index 68daa06..25da5b5 100644
--- a/liboextensioncenter/am.liboextensioncenter/am/liboextensioncenter/namespace/pypiproject.pt
+++ b/liboextensioncenter/am.liboextensioncenter/am/liboextensioncenter/namespace/pypiproject.pt
@@ -9,7 +9,7 @@
   <title tal:content="title">Links for the project</title>
  </head>
  <body>
-  <p i18n:translate="label_pypi_links">This page is generated automatically by LibOExtensionCenter</p>
+  <p i18n:translate="label_pypi_links">This page is generated automatically by liboextensioncenter</p>
   <h1 tal:content="title">Links for the project</h1>
   <tal:block tal:repeat="release view/get_links">
   <a title=""
diff --git a/liboextensioncenter/am.liboextensioncenter/am/liboextensioncenter/namespace/pypisimple.pt b/liboextensioncenter/am.liboextensioncenter/am/liboextensioncenter/namespace/pypisimple.pt
index 71eedfb..6b68f74 100644
--- a/liboextensioncenter/am.liboextensioncenter/am/liboextensioncenter/namespace/pypisimple.pt
+++ b/liboextensioncenter/am.liboextensioncenter/am/liboextensioncenter/namespace/pypisimple.pt
@@ -8,7 +8,7 @@
   <title>Simple Index</title>
  </head>
  <body>
-  <p i18n:translate="label_pypi_links">This page is generated automatically by LibOExtensionCenter</p>
+  <p i18n:translate="label_pypi_links">This page is generated automatically by liboextensioncenter</p>
   <tal:block tal:repeat="project view/get_projects">
    <a title=""
       tal:attributes="href project/url;


More information about the Libreoffice-commits mailing list