Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/01/genapp.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/01/genapp.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/01/genapp.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/01/genapp.xml
 Wed May 13 22:35:01 2009
@@ -54,7 +54,7 @@
        can create a customized portal based upon Jetspeed, but with a 
different name, customized to meet your organization requirements.
       </p>     
          <p>
-           <a href='first-steps.html'>Previous</a> <a 
href='build-it.html'>Next</a>
+           <a href='tutorials/maven-2/01/first-steps.html'>Previous</a> <a 
href='tutorials/maven-2/01/build-it.html'>Next</a>
          </p>            
     </section>
   </body>

Added: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/01/navigation.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/01/navigation.xml?rev=774569&view=auto
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/01/navigation.xml
 (added)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/01/navigation.xml
 Wed May 13 22:35:01 2009
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+    
+    http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<project>
+    <body>
+        <links>
+               <item name="Main Docs" href="index.html" />
+            <item name="Users Guide" href="usersguide/index.html" />
+            <item name="Admin Guide" href="adminguide/index.html" />           
+               <item name="Deployment Guide" href="deployguide/index.html" />
+               <item name="Developers Guide" href="devguide/index.html" />
+        </links>
+        <menu name="Tutorial Overview">
+            <item name="Welcome" href="tutorials/maven-2/index.html" />        
+               <item name="Build Commands" 
href="tutorials/maven-2/build-commands.html" />
+               <item name="Project Generation Archetypes" 
href="tutorials/maven-2/project-generation.html" />
+               <item name="Project Directory Overview" 
href="tutorials/maven-2/project-directory.html" />              
+        </menu>        
+        <menu name="01. Custom Portal Generation">
+               <item name="Maven First Steps" 
href="tutorials/maven-2/01/first-steps.html" />                    
+            <item name="Generating a Jetspeed Portal" 
href="tutorials/maven-2/01/genapp.html" />
+               <item name="Build and Deploy Custom Portal" 
href="tutorials/maven-2/01/build-it.html" />            
+               <item name="Run the Custom Portal" 
href="tutorials/maven-2/01/run-it.html" />            
+        </menu>
+        <menu name="02. Customizing Your Portal Design">
+            <item name="Decorators and Themes" 
href="tutorials/maven-2/02/customizing-overview.html" />        
+            <item name="Page Decoration" 
href="tutorials/maven-2/02/page-decoration.html" />
+            <item name="Portlet Decoration" 
href="tutorials/maven-2/02/portlet-decoration.html" />            
+            <item name="Desktop Themes" 
href="tutorials/maven-2/02/desktop-theme.html" />            
+            <item name="Changing the Default Page" 
href="tutorials/maven-2/02/default-page.html" />            
+            <item name="Deploying your Customizations" 
href="tutorials/maven-2/02/deploy-custom.html"/>            
+        </menu>
+        <menu name="03. Portlet Application Configuration">
+            <item name="Generating a Portlet Application" 
href="tutorials/maven-2/03/portlet-app.html" />
+            <item name="Building and Deploying" 
href="tutorials/maven-2/03/build-it.html" />            
+            <item name="Configuring Portal Pages" 
href="tutorials/maven-2/03/pages.html" />                                    
+        </menu>
+        <menu name="04. Portlet Development 101">
+            <item name="Overview" href="tutorials/maven-2/04/overview.html" />
+            <item name="Eclipse" href="tutorials/maven-2/04/eclipse.html" />   
         
+            <item name="Hello World" href="tutorials/maven-2/04/hello.html" /> 
                       
+            <item name="Adding a Page" 
href="tutorials/maven-2/04/tutorial-psml.html" />             
+            <item name="JSP and Portlet API Taglib" 
href="tutorials/maven-2/04/taglib.html" />                         
+        </menu>
+        <menu name="05. Jetspeed Services">
+            <item name="Services Tutorial Portlet" 
href="tutorials/maven-2/05/jetspeed-service.html" />
+        </menu>
+    </body>
+</project>

Propchange: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/01/navigation.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/01/run-it.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/01/run-it.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/01/run-it.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/01/run-it.xml
 Wed May 13 22:35:01 2009
@@ -51,9 +51,9 @@
           Jetspeed.
          </p>            
          <p>
-           <a href='build-it.html'>Previous</a> <a 
href='../02/customizing-overview.html'>Next</a>
+           <a href='tutorials/maven-2/01/build-it.html'>Previous</a> <a 
href='tutorials/maven-2/02/customizing-overview.html'>Next</a>
          </p>    
-         <img src="../images/min-screenshot.png"/>
+         <img src="tutorials/images/min-screenshot.png"/>
     </section>
   </body>
 </document>

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/customizing-overview.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/customizing-overview.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/customizing-overview.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/customizing-overview.xml
 Wed May 13 22:35:01 2009
@@ -54,7 +54,7 @@
       </p>     
          <p>Lets get started with customization of the default portal page 
decoration</p>
          <p>
-           <a href='../01/run-it.html'>Previous</a> <a 
href='page-decoration.html'>Next</a>
+           <a href='tutorials/maven-2/01/run-it.html'>Previous</a> <a 
href='tutorials/maven-2/02/page-decoration.html'>Next</a>
          </p>          
          </section>      
        </body>

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/default-page.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/default-page.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/default-page.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/default-page.xml
 Wed May 13 22:35:01 2009
@@ -58,7 +58,7 @@
      </source>                         
      <p>Go ahead and save that file. We are now ready to deploy your changes 
to the portal</p>  
          <p>
-           <a href='desktop-theme.html'>Previous</a> <a 
href='deploy-custom.html'>Next</a>
+           <a href='tutorials/maven-2/02/desktop-theme.html'>Previous</a> <a 
href='tutorials/maven-2/02/deploy-custom.html'>Next</a>
          </p>          
          </section>      
        </body>

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/deploy-custom.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/deploy-custom.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/deploy-custom.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/deploy-custom.xml
 Wed May 13 22:35:01 2009
@@ -51,16 +51,16 @@
      <p>Refresh the portal home page, <a 
href="http://localhost:8080/jetexpress/portal";>http://localhost:8080/jetexpress/portal</a>
      You should now see a portal with our new custom decorators:</p>  
      <p>
-     <img src="../images/jetexpress-portal.png"/>
+     <img src="tutorials/images/jetexpress-portal.png"/>
      </p>
      <p>
      and desktop theme:
      </p>
      <p>
-     <img src="../images/jetexpress-desktop.png"/>     
+     <img src="tutorials/images/jetexpress-desktop.png"/>     
      </p>
          <p>
-           <a href='default-page.html'>Previous</a> <a 
href='../03/portlet-app.html'>Next</a>
+           <a href='tutorials/maven-2/02/default-page.html'>Previous</a> <a 
href='tutorials/maven-2/03/portlet-app.html'>Next</a>
          </p>          
          </section>      
        </body>

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/desktop-theme.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/desktop-theme.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/desktop-theme.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/desktop-theme.xml
 Wed May 13 22:35:01 2009
@@ -47,7 +47,7 @@
       Jetspeed comes with a few desktop themes out of the box. The default 
desktop theme for 
       most pages is called <i>blue</i>. It looks like this:
       </p>
-      <img src="../images/theme.png"/>
+      <img src="tutorials/images/theme.png"/>
       <p>
       We are going to create a new desktop theme for this tutorial.
       This new theme can be copied into our project from the 
<i>/JetspeedTutorial/resources/themes/express/</i> directory.
@@ -143,7 +143,7 @@
        </p>
        </subsection>
          <p>
-           <a href='portlet-decoration.html'>Previous</a> <a 
href='default-page.html'>Next</a>
+           <a href='tutorials/maven-2/02/portlet-decoration.html'>Previous</a> 
<a href='tutorials/maven-2/02/default-page.html'>Next</a>
          </p>        
  </section>      
 </body>

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/page-decoration.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/page-decoration.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/page-decoration.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/page-decoration.xml
 Wed May 13 22:35:01 2009
@@ -40,7 +40,7 @@
       Jetspeed comes with several page decorations out of the box. The default 
page decorator for 
       most pages is called <i>tigris</i>. It looks like this:
       </p>
-      <img src="../images/tigris-page.png"/>
+      <img src="tutorials/images/tigris-page.png"/>
       <p>
       We are going to create a new decorator for this tutorial.
       This new decorator can be copied into our project from the 
<i>/JetspeedTutorial/resources/decorations/layout/express-page/</i> directory.
@@ -191,7 +191,7 @@
      </source>           
     </subsection>    
          <p>
-           <a href='customizing-overview.html'>Previous</a> <a 
href='portlet-decoration.html'>Next</a>
+           <a 
href='tutorials/maven-2/02/customizing-overview.html'>Previous</a> <a 
href='tutorials/maven-2/02/portlet-decoration.html'>Next</a>
          </p>        
  </section>      
 </body>

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/portlet-decoration.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/portlet-decoration.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/portlet-decoration.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/02/portlet-decoration.xml
 Wed May 13 22:35:01 2009
@@ -37,7 +37,7 @@
       Jetspeed comes with several portlet decorations out of the box. The 
default page decorator for 
       most pages is called <i>tigris</i>. It looks like this:
       </p>
-      <img src="../images/tigris-portlet.png"/>
+      <img src="tutorials/images/tigris-portlet.png"/>
       <p>
       We are going to create a new decorator for this tutorial.
       This new decorator can be copied into our project from the 
<i>/JetspeedTutorial/resources/decorations/portlet/express-portlet/</i> 
directory.
@@ -64,7 +64,7 @@
      creates a new color variation on an existing window decorator.
          </p>        
          <p>
-           <a href='page-decoration.html'>Previous</a> <a 
href='desktop-theme.html'>Next</a>
+           <a href='tutorials/maven-2/02/page-decoration.html'>Previous</a> <a 
href='tutorials/maven-2/02/desktop-theme.html'>Next</a>
          </p>            
  </section>      
 </body>

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/03/build-it.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/03/build-it.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/03/build-it.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/03/build-it.xml
 Wed May 13 22:35:01 2009
@@ -63,7 +63,7 @@
        <p>This will deploy your portlet application. Next, lets see how to add 
your new portlets to a page.
        </p>      
          <p>
-           <a href='portlet-app.html'>Previous</a> <a 
href='pages.html'>Next</a>
+           <a href='tutorials/maven-2/03/portlet-app.html'>Previous</a> <a 
href='tutorials/maven-2/03/pages.html'>Next</a>
          </p>            
     </section>
   </body>

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/03/pages.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/03/pages.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/03/pages.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/03/pages.xml
 Wed May 13 22:35:01 2009
@@ -64,13 +64,13 @@
        </source> 
        <p>This will deploy your new pages. Refresh the portal home page to see 
the new portlets:
        </p>      
-       <img src="../images/new-home.png"/>
+       <img src="tutorials/images/new-home.png"/>
        <p>
        Likewise for the desktop:
        </p>
-       <img src="../images/new-home2.png"/>    
+       <img src="tutorials/images/new-home2.png"/>     
          <p>     
-           <a href='portlet-app.html'>Previous</a> <a 
href='../04/overview.html'>Next</a>
+           <a href='tutorials/maven-2/03/build-it.html'>Previous</a> <a 
href='tutorials/maven-2/04/overview.html'>Next</a>
          </p>            
     </section>
   </body>

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/03/portlet-app.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/03/portlet-app.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/03/portlet-app.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/03/portlet-app.xml
 Wed May 13 22:35:01 2009
@@ -64,7 +64,7 @@
         sample portlet. Under the <b>test</b> directory, you will find one 
unit test. Under the <b>webapp</b>
         directory, you will find a number of files that are the basic template 
for any useful portlet application:
      </p>
-     <img src="../images/src-dir.png"/>          
+     <img src="tutorials/images/src-dir.png"/>          
      <p>
        Here you will find the portlet and servlet deployment descriptors: 
<b>portlet.xml</b> and <b>web.xml</b>.
        Review the files in this directory. We are going to copy over some more 
sample portlets for the tutorial.
@@ -77,7 +77,7 @@
        </source> 
      
          <p>
-           <a href='../02/deploy-custom.html'>Previous</a> <a 
href='build-it.html'>Next</a>
+           <a href='tutorials/maven-2/02/deploy-custom.html'>Previous</a> <a 
href='tutorials/maven-2/03/build-it.html'>Next</a>
          </p>            
     </section>
   </body>

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/eclipse.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/eclipse.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/eclipse.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/eclipse.xml
 Wed May 13 22:35:01 2009
@@ -64,8 +64,8 @@
        <p>
        Now lets import these new projects. From the eclipse menu, select 
File->Import:
        </p>
-       <img src="../images/import-project.png"/>       
-       <img src="../images/import-project2.png"/>              
+       <img src="tutorials/images/import-project.png"/>        
+       <img src="tutorials/images/import-project2.png"/>               
        <p>
        Repeat for both the applications/express-demo project.
        </p>
@@ -73,19 +73,19 @@
        Next, lets setup a classpath variable to point at the Maven Repo, 
effectively resolving the jars for Eclipse.
        In Eclipse, go to Window->Preferences->Java->Build Path->Classpath 
Variables->New...:
        </p>
-       <img src="../images/eclipse-classpath.png"/>    
+       <img src="tutorials/images/eclipse-classpath.png"/>     
          <p>
        If you would like to work with the Jetspeed source from the SVN Trunk, 
you will need to install the Subversion Plugin for Eclipse.
        After doing so, simply check out the project using the Subversion 
plugin:
          </p>  
-       <img src="../images/svn1.png"/> 
-       <img src="../images/svn2.png"/>                   
-       <img src="../images/svn3.png"/>                         
+       <img src="tutorials/images/svn1.png"/>  
+       <img src="tutorials/images/svn2.png"/>                    
+       <img src="tutorials/images/svn3.png"/>                          
          <p>
        We are now ready to start developing with Eclipse. 
          </p>
          <p>     
-           <a href='overview.html'>Previous</a> <a href='hello.html'>Next</a>
+           <a href='tutorials/maven-2/04/overview.html'>Previous</a> <a 
href='tutorials/maven-2/04/hello.html'>Next</a>
          </p>                     
          </section>
        </body>

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/hello.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/hello.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/hello.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/hello.xml
 Wed May 13 22:35:01 2009
@@ -29,12 +29,12 @@
     We are going to create a portlet using the Eclipse Java perspective.    
     Go to the <i>express-demo</i> project, click on the 
<i>com.bluesunrise.portal.portlets.tutorial</i> package, and create a new Java 
class:
        </p>      
-       <img src="../images/new-portlet.png"/>
+       <img src="tutorials/images/new-portlet.png"/>
        <p>
        You will see a new portlet in Eclipse named BonjourWorld.
        Go ahead Override and Implement the following methods:  
        </p>
-       <img src="../images/override-impl.png"/>
+       <img src="tutorials/images/override-impl.png"/>
        <p>
        Each one of these methods is associated with a portlet mode.
        Lets make these methods actually do something.
@@ -82,7 +82,7 @@
             ]]>
        </source>               
          <p>
-           <a href='overview.html'>Previous</a> <a 
href='tutorial-psml.html'>Next</a>
+           <a href='tutorials/maven-2/04/eclipse.html'>Previous</a> <a 
href='tutorials/maven-2/04/tutorial-psml.html'>Next</a>
          </p>            
     </section>
   </body>

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/overview.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/overview.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/overview.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/overview.xml
 Wed May 13 22:35:01 2009
@@ -38,7 +38,7 @@
           </ul>           
       </p>     
          <p>
-           <a href='../03/pages.html'>Previous</a> <a 
href='eclipse.html'>Next</a>
+           <a href='tutorials/maven-2/03/pages.html'>Previous</a> <a 
href='tutorials/maven-2/04/eclipse.html'>Next</a>
          </p>                     
          </section>
        </body>

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/taglib.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/taglib.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/taglib.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/taglib.xml
 Wed May 13 22:35:01 2009
@@ -163,7 +163,7 @@
      ]]>
        </source>                       
          <p>
-           <a href='hello.html'>Previous</a> <a 
href='../05/jetspeed-service.html'>Next</a>
+           <a href='tutorials/maven-2/04/tutorial-psml.html'>Previous</a> <a 
href='tutorials/maven-2/05/jetspeed-service.html'>Next</a>
          </p>            
     </section>
   </body>

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/tutorial-psml.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/tutorial-psml.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/tutorial-psml.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/04/tutorial-psml.xml
 Wed May 13 22:35:01 2009
@@ -82,7 +82,7 @@
             ]]>
        </source>               
          <p>
-           <a href='hello.html'>Previous</a> <a href='taglib.html'>Next</a>
+           <a href='tutorials/maven-2/04/hello.html'>Previous</a> <a 
href='tutorials/maven-2/04/taglib.html'>Next</a>
          </p>                  
     </section>
   </body>

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/05/jetspeed-service.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/05/jetspeed-service.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/05/jetspeed-service.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/05/jetspeed-service.xml
 Wed May 13 22:35:01 2009
@@ -332,7 +332,7 @@
        </table>
        </p>
          <p>
-           <a href='../04/taglib.html'>Previous</a> 
+           <a href='tutorials/maven-2/04/taglib.html'>Previous</a> 
          </p>          
     </section>
   </body>

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/index.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/index.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/index.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/index.xml
 Wed May 13 22:35:01 2009
@@ -50,9 +50,9 @@
          <p>
            Before getting started with the tutorial, review the Custom Build 
commands available to you:
            <ul>
-           <li><a href='build-commands.html'>Build Commands</a></li>
-           <li><a href='project-generation.html'>Project Generation 
Archetypes</a></li>
-           <li><a href='project-directory.html'>Project Directory 
Overview</a></li>
+           <li><a href='tutorials/maven-2/build-commands.html'>Build 
Commands</a></li>
+           <li><a href='tutorials/maven-2/project-generation.html'>Project 
Generation Archetypes</a></li>
+           <li><a href='tutorials/maven-2/project-directory.html'>Project 
Directory Overview</a></li>
                </ul>
          </p>
          </subsection>   
@@ -65,7 +65,7 @@
            to the portal as we progress through the tutorial.
          </p>
          <p>
-           To get started with the tutorial, click here: <a 
href='01/first-steps.html'>Start Tutorial</a>
+           To get started with the tutorial, click here: <a 
href='tutorials/maven-2/01/first-steps.html'>Start Tutorial</a>
          </p>
          </subsection>
          </section>

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/navigation.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/navigation.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/navigation.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/maven-2/navigation.xml
 Wed May 13 22:35:01 2009
@@ -18,44 +18,46 @@
 <project>
     <body>
         <links>
-               <item name="Jetspeed-1" 
href="http://portals.apache.org/jetspeed-1"; target="_nw"/>
-               <item name="Jetspeed-2" 
href="http://portals.apache.org/jetspeed-2"; target="_nw"/>
-               <item name="Bridges" href="http://portals.apache.org/bridges"; 
target="_nw"/>
+               <item name="Main Docs" href="index.html" />
+            <item name="Users Guide" href="usersguide/index.html" />
+            <item name="Admin Guide" href="adminguide/index.html" />           
+               <item name="Deployment Guide" href="deployguide/index.html" />
+               <item name="Developers Guide" href="devguide/index.html" />
         </links>
         <menu name="Tutorial Overview">
-            <item name="Welcome" href="index.html" />        
-               <item name="Build Commands" href="build-commands.html" />
-               <item name="Project Generation Archetypes" 
href="project-generation.html" />
-               <item name="Project Directory Overview" 
href="project-directory.html" />                
+            <item name="Welcome" href="tutorials/maven-2/index.html" />        
+               <item name="Build Commands" 
href="tutorials/maven-2/build-commands.html" />
+               <item name="Project Generation Archetypes" 
href="tutorials/maven-2/project-generation.html" />
+               <item name="Project Directory Overview" 
href="tutorials/maven-2/project-directory.html" />              
         </menu>        
         <menu name="01. Custom Portal Generation">
-               <item name="Maven First Steps" href="01/first-steps.html" />    
                
-            <item name="Generating a Jetspeed Portal" href="01/genapp.html" />
-               <item name="Build and Deploy Custom Portal" 
href="01/build-it.html" />            
-               <item name="Run the Custom Portal" href="01/run-it.html" />     
       
+               <item name="Maven First Steps" 
href="tutorials/maven-2/01/first-steps.html" />                    
+            <item name="Generating a Jetspeed Portal" 
href="tutorials/maven-2/01/genapp.html" />
+               <item name="Build and Deploy Custom Portal" 
href="tutorials/maven-2/01/build-it.html" />            
+               <item name="Run the Custom Portal" 
href="tutorials/maven-2/01/run-it.html" />            
         </menu>
         <menu name="02. Customizing Your Portal Design">
-            <item name="Decorators and Themes" 
href="02/customizing-overview.html" />        
-            <item name="Page Decoration" href="02/page-decoration.html" />
-            <item name="Portlet Decoration" href="02/portlet-decoration.html" 
/>            
-            <item name="Desktop Themes" href="02/desktop-theme.html" />        
    
-            <item name="Changing the Default Page" href="02/default-page.html" 
/>            
-            <item name="Deploying your Customizations" 
href="02/deploy-custom.html"/>            
+            <item name="Decorators and Themes" 
href="tutorials/maven-2/02/customizing-overview.html" />        
+            <item name="Page Decoration" 
href="tutorials/maven-2/02/page-decoration.html" />
+            <item name="Portlet Decoration" 
href="tutorials/maven-2/02/portlet-decoration.html" />            
+            <item name="Desktop Themes" 
href="tutorials/maven-2/02/desktop-theme.html" />            
+            <item name="Changing the Default Page" 
href="tutorials/maven-2/02/default-page.html" />            
+            <item name="Deploying your Customizations" 
href="tutorials/maven-2/02/deploy-custom.html"/>            
         </menu>
         <menu name="03. Portlet Application Configuration">
-            <item name="Generating a Portlet Application" 
href="03/portlet-app.html" />
-            <item name="Building and Deploying" href="03/build-it.html" />     
       
-            <item name="Configuring Portal Pages" href="03/pages.html" />      
                              
+            <item name="Generating a Portlet Application" 
href="tutorials/maven-2/03/portlet-app.html" />
+            <item name="Building and Deploying" 
href="tutorials/maven-2/03/build-it.html" />            
+            <item name="Configuring Portal Pages" 
href="tutorials/maven-2/03/pages.html" />                                    
         </menu>
         <menu name="04. Portlet Development 101">
-            <item name="Overview" href="04/overview.html" />
-            <item name="Eclipse" href="04/eclipse.html" />            
-            <item name="Hello World" href="04/hello.html" />                   
     
-            <item name="Adding a Page" href="04/tutorial-psml.html" />         
    
-            <item name="JSP and Portlet API Taglib" href="04/taglib.html" />   
                      
+            <item name="Overview" href="tutorials/maven-2/04/overview.html" />
+            <item name="Eclipse" href="tutorials/maven-2/04/eclipse.html" />   
         
+            <item name="Hello World" href="tutorials/maven-2/04/hello.html" /> 
                       
+            <item name="Adding a Page" 
href="tutorials/maven-2/04/tutorial-psml.html" />             
+            <item name="JSP and Portlet API Taglib" 
href="tutorials/maven-2/04/taglib.html" />                         
         </menu>
         <menu name="05. Jetspeed Services">
-            <item name="Services Tutorial Portlet" 
href="05/jetspeed-service.html" />
+            <item name="Services Tutorial Portlet" 
href="tutorials/maven-2/05/jetspeed-service.html" />
         </menu>
     </body>
 </project>

Modified: 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/stepbystep/guide-building-custom-portal-maven2.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/stepbystep/guide-building-custom-portal-maven2.xml?rev=774569&r1=774568&r2=774569&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/stepbystep/guide-building-custom-portal-maven2.xml
 (original)
+++ 
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/tutorials/stepbystep/guide-building-custom-portal-maven2.xml
 Wed May 13 22:35:01 2009
@@ -146,11 +146,13 @@
                                        <li>The context name of the portal</li>
                                </ul>
                                </p>
+<!-- 
                                <p>
                                Here is what the customized portal will look 
like after it is built:
                                <br/>
-                               <img src="images/custom-portal-build.png"/>
+                               <img 
src="stepbystep/images/custom-portal-build.png"/>
                                </p>
+ -->                           
                                <p>
                                As you can see, it doesn’t look like the 
default Jetspeed portal that you can download from Apache. Custom builds are 
best for developers to integrate their own portlet applications and portal 
features into a customized build environment.
                                </p>
@@ -312,7 +314,7 @@
                        <h3>Step Four: create the default PSML pages</h3>
                        <p>
                        PSML pages go in the portal/src/webapp/WEB-INF/pages 
directory by default:
-                       <img src="images/webinf-structure-psml.png"/>
+                       <img src="stepbystep/images/webinf-structure-psml.png"/>
                        </p>
                        <p>
                        Usually each portal has a set of default PSML pages. 
The users will create their own pages as they use the system.
@@ -320,7 +322,7 @@
                        <h3>Step Five: create the custom decorators</h3>
                        <p>
                        Decorators go in the 
<i>portal/src/webapp/decorators</i> directory by default:  
-                       <img src="images/webinf-structure-decorators.png"/>
+                       <img 
src="stepbystep/images/webinf-structure-decorators.png"/>
                        </p>
                        <p>
                        Here we have two kinds of decorators: page (layout) and 
portlet decorators. We have defined one of each. The page decorator defines the 
skin for the pages in our portal. The portlet decorator defines the default 
skin for the portlets.
@@ -396,7 +398,7 @@
                        <code>http://localhost:8080/jetexpress-2</code>
                        </p>
                        <p>
-                       <img src="images/startupscreen.png"/>
+                       <img src="stepbystep/images/startupscreen.png"/>
                        </p>
                        <h3>Optional Step: enable automated EAR build</h3>
                        <p>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to