You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gi...@apache.org on 2007/06/06 15:44:07 UTC

svn commit: r544839 - in /cocoon/trunk/core/cocoon-webapp/src/main/webapp: WEB-INF/web.xml block-samples/ samples/ samples/group2samples.xsl welcome.xml

Author: giacomo
Date: Wed Jun  6 06:44:06 2007
New Revision: 544839

URL: http://svn.apache.org/viewvc?view=rev&rev=544839
Log:
more cleanup

Added:
    cocoon/trunk/core/cocoon-webapp/src/main/webapp/samples/
      - copied from r544800, cocoon/trunk/core/cocoon-webapp/src/main/webapp/block-samples/
Removed:
    cocoon/trunk/core/cocoon-webapp/src/main/webapp/block-samples/
Modified:
    cocoon/trunk/core/cocoon-webapp/src/main/webapp/WEB-INF/web.xml
    cocoon/trunk/core/cocoon-webapp/src/main/webapp/samples/group2samples.xsl
    cocoon/trunk/core/cocoon-webapp/src/main/webapp/welcome.xml

Modified: cocoon/trunk/core/cocoon-webapp/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-webapp/src/main/webapp/WEB-INF/web.xml?view=diff&rev=544839&r1=544838&r2=544839
==============================================================================
--- cocoon/trunk/core/cocoon-webapp/src/main/webapp/WEB-INF/web.xml (original)
+++ cocoon/trunk/core/cocoon-webapp/src/main/webapp/WEB-INF/web.xml Wed Jun  6 06:44:06 2007
@@ -170,7 +170,7 @@
   -->
   <servlet-mapping>
     <servlet-name>DispatcherServlet</servlet-name>
-    <url-pattern>/blocks-test/*</url-pattern>
+    <url-pattern>/blocks/*</url-pattern>
   </servlet-mapping>
 
   <!-- various MIME type mappings ====================================== -->

Modified: cocoon/trunk/core/cocoon-webapp/src/main/webapp/samples/group2samples.xsl
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-webapp/src/main/webapp/samples/group2samples.xsl?view=diff&rev=544839&r1=544800&r2=544839
==============================================================================
--- cocoon/trunk/core/cocoon-webapp/src/main/webapp/samples/group2samples.xsl (original)
+++ cocoon/trunk/core/cocoon-webapp/src/main/webapp/samples/group2samples.xsl Wed Jun  6 06:44:06 2007
@@ -40,7 +40,7 @@
   </xsl:template>
   
   <xsl:template match="sample">
-    <sample href="../blocks-test/{../../../../@name}/" name="{@name}">
+    <sample href="../blocks/{../../../../@name}/" name="{@name}">
       <xsl:copy-of select="*|text()"/>
     </sample>
   </xsl:template>

Modified: cocoon/trunk/core/cocoon-webapp/src/main/webapp/welcome.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-webapp/src/main/webapp/welcome.xml?view=diff&rev=544839&r1=544838&r2=544839
==============================================================================
--- cocoon/trunk/core/cocoon-webapp/src/main/webapp/welcome.xml (original)
+++ cocoon/trunk/core/cocoon-webapp/src/main/webapp/welcome.xml Wed Jun  6 06:44:06 2007
@@ -28,6 +28,6 @@
     your Apache Cocoon installation was successful.
   </message>
   <message>
-    To know more about Cocoon capabilities, look at the <link href="block-samples/">sample blocks</link>.    
+    To know more about Cocoon capabilities, look at the <link href="blocks/">sample blocks</link>.    
   </message>
-</welcome>
\ No newline at end of file
+</welcome>