You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@portals.apache.org by ta...@apache.org on 2015/09/30 06:29:28 UTC

svn commit: r1705960 - /portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/02/default-page.xml

Author: taylor
Date: Wed Sep 30 04:29:28 2015
New Revision: 1705960

URL: http://svn.apache.org/viewvc?rev=1705960&view=rev
Log:
tutorial cleanup for 2.3

Modified:
    portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/02/default-page.xml

Modified: portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/02/default-page.xml
URL: http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/02/default-page.xml?rev=1705960&r1=1705959&r2=1705960&view=diff
==============================================================================
--- portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/02/default-page.xml (original)
+++ portals/site/jetspeed/jetspeed-2.3/jetspeed-tutorial/src/site/xdoc/02/default-page.xml Wed Sep 30 04:29:28 2015
@@ -30,12 +30,12 @@
   <body>
     <section name="Modifying the Default Page">
       <p> 
-        Now that we have created our decorators, lets put them to use on the default page.
-        Open <i>jetexpress-portal/src/main/webapp/WEB-INF/pages/default-page.psml</i>.
-        Add the following defaults immediately after the page element:
+        Now that we have created our decorators, lets put them to use as the default decorators for the portal.
+        Open <i>jetexpress-portal/src/main/webapp/WEB-INF/pages/folder.metadata</i>.
+        Edit the defaults element, replacing 'jetspeed' with 'jetexpress for both layout-decorator and portlet-decorators:
       </p>
       <source><![CDATA[<defaults layout-decorator="jetexpress"
-            portlet-decorator="jetexpress"]]></source>
+            portlet-decorator="jetexpress">]]></source>
       <p>Go ahead and save that file.</p>  
     </section>    
     <section name="Next">