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 2007/06/12 16:41:10 UTC

svn commit: r546505 - in /lenya/trunk/src/webapp/lenya: lenya.xmap resources-shared.xmap resources.xmap

Author: andreas
Date: Tue Jun 12 07:41:09 2007
New Revision: 546505

URL: http://svn.apache.org/viewvc?view=rev&rev=546505
Log:
[minor change] code formatting

Modified:
    lenya/trunk/src/webapp/lenya/lenya.xmap
    lenya/trunk/src/webapp/lenya/resources-shared.xmap
    lenya/trunk/src/webapp/lenya/resources.xmap

Modified: lenya/trunk/src/webapp/lenya/lenya.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/lenya.xmap?view=diff&rev=546505&r1=546504&r2=546505
==============================================================================
--- lenya/trunk/src/webapp/lenya/lenya.xmap (original)
+++ lenya/trunk/src/webapp/lenya/lenya.xmap Tue Jun 12 07:41:09 2007
@@ -19,6 +19,7 @@
 <!-- $Id$ -->
 
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  
   <map:resources>
     <map:resource name="proxy-css">
       <map:act type="resource-exists" src="{url}.xml">

Modified: lenya/trunk/src/webapp/lenya/resources-shared.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/resources-shared.xmap?view=diff&rev=546505&r1=546504&r2=546505
==============================================================================
--- lenya/trunk/src/webapp/lenya/resources-shared.xmap (original)
+++ lenya/trunk/src/webapp/lenya/resources-shared.xmap Tue Jun 12 07:41:09 2007
@@ -19,9 +19,7 @@
 <!-- $Id$ -->
 
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
-  <!--<map:resources>
-    
-  </map:resources>-->
+  
   <map:resources>
     <map:resource name="proxy-css">
       <map:act type="resource-exists" src="{url}.xml">
@@ -44,6 +42,7 @@
       <map:serialize type="text" mime-type="text/css"/>
     </map:resource>
   </map:resources>
+  
   <map:pipelines>
     <map:pipeline>
       

Modified: lenya/trunk/src/webapp/lenya/resources.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/resources.xmap?view=diff&rev=546505&r1=546504&r2=546505
==============================================================================
--- lenya/trunk/src/webapp/lenya/resources.xmap (original)
+++ lenya/trunk/src/webapp/lenya/resources.xmap Tue Jun 12 07:41:09 2007
@@ -19,7 +19,8 @@
 <!-- $Id$ -->
 
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
-<map:resources>
+  
+  <map:resources>
     <map:resource name="proxy-css">
       <map:act type="resource-exists" src="{url}.xml">
         <map:generate src="{../url}.xml"/>
@@ -41,6 +42,7 @@
       <map:serialize type="text" mime-type="text/css"/>
     </map:resource>
   </map:resources>
+  
   <map:pipelines>
     <map:pipeline>
       



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