You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ne...@apache.org on 2007/05/07 21:00:35 UTC

svn commit: r535953 - in /lenya/trunk/src/webapp/lenya: config/sitemap/pipelines.xmap xslt/util/generate-insertAsset-xsl.xsl xslt/util/profile2html.xsl

Author: nettings
Date: Mon May  7 12:00:34 2007
New Revision: 535953

URL: http://svn.apache.org/viewvc?view=rev&rev=535953
Log:
removed unused xslts from core, removed dead profile generation code
(now in module)

Removed:
    lenya/trunk/src/webapp/lenya/xslt/util/generate-insertAsset-xsl.xsl
    lenya/trunk/src/webapp/lenya/xslt/util/profile2html.xsl
Modified:
    lenya/trunk/src/webapp/lenya/config/sitemap/pipelines.xmap

Modified: lenya/trunk/src/webapp/lenya/config/sitemap/pipelines.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/config/sitemap/pipelines.xmap?view=diff&rev=535953&r1=535952&r2=535953
==============================================================================
--- lenya/trunk/src/webapp/lenya/config/sitemap/pipelines.xmap (original)
+++ lenya/trunk/src/webapp/lenya/config/sitemap/pipelines.xmap Mon May  7 12:00:34 2007
@@ -33,18 +33,6 @@
       </map:match>
     </map:pipeline>
 
-    <!-- 
-    <map:pipeline>
-      <map:match pattern="profiler.html">
-        <map:generate type="profiler"/>
-        <map:transform src="lenya/xslt/util/profile2html.xsl">
-          <map:parameter name="use-request-parameters" value="true"/>
-         </map:transform>
-         <map:serialize type="html"/>
-      </map:match>
-    </map:pipeline>
-    -->
-
     <map:pipeline>
     
     <!-- Lenya GUI screen -->



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