You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/02/11 00:11:36 UTC

svn commit: r620355 - in /lenya/trunk/src/modules-core/i18n: sitemap.xmap xslt/emptyCatalogue.xml

Author: andreas
Date: Sun Feb 10 15:11:35 2008
New Revision: 620355

URL: http://svn.apache.org/viewvc?rev=620355&view=rev
Log:
[minor change] removed namespace prefix (use default namespace), removed unnecessary type='caching' attribute from pipeline

Modified:
    lenya/trunk/src/modules-core/i18n/sitemap.xmap
    lenya/trunk/src/modules-core/i18n/xslt/emptyCatalogue.xml

Modified: lenya/trunk/src/modules-core/i18n/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/i18n/sitemap.xmap?rev=620355&r1=620354&r2=620355&view=diff
==============================================================================
--- lenya/trunk/src/modules-core/i18n/sitemap.xmap (original)
+++ lenya/trunk/src/modules-core/i18n/sitemap.xmap Sun Feb 10 15:11:35 2008
@@ -28,7 +28,7 @@
   
   <map:pipelines>
     
-    <map:pipeline type="caching">
+    <map:pipeline>
       
       <!-- This pipeline is decoupled from the one below because the page-envelope input module
         call prevents it from being cached. -->

Modified: lenya/trunk/src/modules-core/i18n/xslt/emptyCatalogue.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/i18n/xslt/emptyCatalogue.xml?rev=620355&r1=620354&r2=620355&view=diff
==============================================================================
--- lenya/trunk/src/modules-core/i18n/xslt/emptyCatalogue.xml (original)
+++ lenya/trunk/src/modules-core/i18n/xslt/emptyCatalogue.xml Sun Feb 10 15:11:35 2008
@@ -16,6 +16,6 @@
   limitations under the License.
 -->
 
-<i18n:catalogue xmlns:i18n="http://apache.org/cocoon/i18n/2.1"/>
+<catalogue xmlns="http://apache.org/cocoon/i18n/2.1"/>
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org