You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2006/10/10 02:11:17 UTC

svn commit: r454569 - /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resources/COB-INF/portal-sample.xsamples

Author: cziegeler
Date: Mon Oct  9 17:11:17 2006
New Revision: 454569

URL: http://svn.apache.org/viewvc?view=rev&rev=454569
Log:
Hint for getting the portal running

Modified:
    cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resources/COB-INF/portal-sample.xsamples

Modified: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resources/COB-INF/portal-sample.xsamples
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resources/COB-INF/portal-sample.xsamples?view=diff&rev=454569&r1=454568&r2=454569
==============================================================================
--- cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resources/COB-INF/portal-sample.xsamples (original)
+++ cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resources/COB-INF/portal-sample.xsamples Mon Oct  9 17:11:17 2006
@@ -18,9 +18,11 @@
 <!-- SVN $Id: portal.xsamples 126208 2005-01-23 11:03:50Z cziegeler $ -->
 <xsamples xpath="/samples" unless="group[@name='Portal Engine']">
 
-  <group name="Portal Engine">
+  <group name="Portal Block">
     <sample name="Portal Block" href="portal-sample/portal">
-      This is a demo of the new powerful portal engine based on Apache Cocoon.
+      This is a demo of the powerful portal engine based on Apache Cocoon. Make sure that
+      you have installed the portlet api 1.0 (e.g. in commons/lib for Tomcat or WEB-INF/lib
+      for Jetty).
     </sample>
   </group>