Modified: 
cayenne/site/cms/trunk/content/docs/2.0/persistent-object-lifecycle.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/persistent-object-lifecycle.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/persistent-object-lifecycle.html 
(original)
+++ cayenne/site/cms/trunk/content/docs/2.0/persistent-object-lifecycle.html 
Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 » Persistent Object Lifecycle
+Title: Persistent Object Lifecycle
 
        
 <P>A lifecycle of a persistent object can be represented as a number of states 
and transitions between them. These states are formally defined as 
&quot;int&quot; constants in <TT>org.apache.cayenne.PersistenceState</TT> 
class. Transitions between states (see the diagram below) occur in response to 
the application interacting with either persistent objects or Cayenne context. 
Whenever a transition occurs, Cayenne automatically updates 
&quot;persistenceState&quot; property of all affected objects by calling 
<TT>setPersistenceState()</TT>.</P>

Modified: cayenne/site/cms/trunk/content/docs/2.0/preferences-panel.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/preferences-panel.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/preferences-panel.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/preferences-panel.html Sat Nov 10 
12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Preferences Panel
+Title: Preferences Panel
 
        
 <P>CayenneModeler relies on a number of user-specific preferences to operate 
in a user-friendly manner. Some preferences are determined automatically behind 
the scenes (such as preferred window size or last visited directory), some can 
be configured by users via &quot;Preferences Panel&quot; described in this 
chapter.</P>

Modified: cayenne/site/cms/trunk/content/docs/2.0/prefetching.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/prefetching.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/prefetching.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/prefetching.html Sat Nov 10 
12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Prefetching
+Title: Prefetching
 
        
 <H3><A name="Prefetching-IntroductiontoPrefetching"></A>Introduction to 
Prefetching</H3>

Modified: cayenne/site/cms/trunk/content/docs/2.0/primary-key-generation.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/primary-key-generation.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/primary-key-generation.html 
(original)
+++ cayenne/site/cms/trunk/content/docs/2.0/primary-key-generation.html Sat Nov 
10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Primary Key Generation
+Title: Primary Key Generation
 
        <P>Depending on the type of persistent objects and the database design, 
primary key values can be handled in a few different ways. A decision to use 
one or another technique will affect how the mapping is done. Here is a summary 
of possible scenarios. Each one is described below in details.</P>
 <DIV class="table-wrap">

Modified: cayenne/site/cms/trunk/content/docs/2.0/qualifier-expressions.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/qualifier-expressions.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/qualifier-expressions.html 
(original)
+++ cayenne/site/cms/trunk/content/docs/2.0/qualifier-expressions.html Sat Nov 
10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Qualifier Expressions
+Title: Qualifier Expressions
 
        
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/queries-stored-in-datamap.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/queries-stored-in-datamap.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/queries-stored-in-datamap.html 
(original)
+++ cayenne/site/cms/trunk/content/docs/2.0/queries-stored-in-datamap.html Sat 
Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Queries Stored in DataMap
+Title: Queries Stored in DataMap
 
        
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/queries.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/queries.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/queries.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/queries.html Sat Nov 10 12:55:19 
2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Queries
+Title: Queries
 
        <P>Queries are Cayenne abstraction for communicating with an external 
data storage. Queries are Java objects that are generally independent from the 
SQL dialect used by the target database. Cayenne includes a number of standard 
queries in the <TT>org.apache.cayenne.query</TT> package. Many of them are only 
used internally. Here we describe the queries that can be useful in the 
application.</P>
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/querychain.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/querychain.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/querychain.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/querychain.html Sat Nov 10 12:55:19 
2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; QueryChain
+Title: QueryChain
 
        
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/quick-start.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/quick-start.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/quick-start.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/quick-start.html Sat Nov 10 
12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Quick Start
+Title: Quick Start
 
        
 <P>This chapter provides a step-by-step tutorial on writing a full database 
application with Cayenne. When you are done with it, you should have an 
understanding of the basics of object relational mapping with CayenneModeler 
and how to use Cayenne in standalone (command line or otherwise) and web 
applications. The tutorial uses the Eclipse IDE (since it is free and very 
common) and Derby database (since it supports embedded mode and thus requires 
zero setup), however it can be easily applied to any other database and/or 
IDE's.</P>

Modified: cayenne/site/cms/trunk/content/docs/2.0/relationshipquery.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/relationshipquery.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/relationshipquery.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/relationshipquery.html Sat Nov 10 
12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; RelationshipQuery
+Title: RelationshipQuery
 
        
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/relationships.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/relationships.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/relationships.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/relationships.html Sat Nov 10 
12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Relationships
+Title: Relationships
 
        
 <P>Relationships are special DataObject properties that reference other 
&quot;related&quot; objects. Semantically there are two types of relationships 
- to-one pointing to just a single DataObjects (e.g. Painting.toArtist), and 
to-many pointing to a collection of DataObjects of the same base type (e.g. 
Artist.paintingArray).</P>

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-client-deployment.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-client-deployment.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-client-deployment.html
 (original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-client-deployment.html
 Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Remote Object Persistence Client Deployment
+Title: Remote Object Persistence Client Deployment
 
        
 

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-coding-client.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-coding-client.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-coding-client.html
 (original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-coding-client.html
 Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Remote Object Persistence Coding Client
+Title: Remote Object Persistence Coding Client
 
        
 

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-coding-server.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-coding-server.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-coding-server.html
 (original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-coding-server.html
 Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Remote Object Persistence Coding Server
+Title: Remote Object Persistence Coding Server
 
        <P><BR>
 In the simplest case, there is no custom code on the server. The server would 
only contain Cayenne mapping files, persistent classes and web.xml descriptor 
<A href="remote-object-persistence-cws-deployment.html" title="Remote Object 
Persistence CWS Deployment">specifying deployment parameters</A> of the 
service. Customization is done via subclassing 
<TT>org.apache.cayenne.remote.hessian.service.HessianServlet</TT>, and adding 
business logic to the server-side persistent objects (e.g. in the validation 
methods).</P>

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-comparison.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-comparison.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-comparison.html
 (original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-comparison.html
 Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Remote Object Persistence Comparison
+Title: Remote Object Persistence Comparison
 
        
 

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-cws-deployment.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-cws-deployment.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-cws-deployment.html
 (original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-cws-deployment.html
 Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Remote Object Persistence CWS Deployment
+Title: Remote Object Persistence CWS Deployment
 
        
 <H2><A 
name="RemoteObjectPersistenceCWSDeployment-CWSDeploymentwithHessian"></A>CWS 
Deployment with Hessian</H2>

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-features.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-features.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-features.html 
(original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-features.html 
Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Remote Object Persistence Features
+Title: Remote Object Persistence Features
 
        
 

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-guide.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-guide.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-guide.html 
(original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-guide.html 
Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Remote Object Persistence Guide
+Title: Remote Object Persistence Guide
 
        <H2><A 
name="RemoteObjectPersistenceGuide-RemoteObjectPersistenceGuide"></A>Remote 
Object Persistence Guide</H2>
 

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-installation.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-installation.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-installation.html
 (original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-installation.html
 Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Remote Object Persistence Installation
+Title: Remote Object Persistence Installation
 
        
 

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-introduction.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-introduction.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-introduction.html
 (original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-introduction.html
 Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Remote Object Persistence Introduction
+Title: Remote Object Persistence Introduction
 
        
 

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-limitations.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-limitations.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-limitations.html
 (original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-limitations.html
 Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Remote Object Persistence Limitations
+Title: Remote Object Persistence Limitations
 
        
 

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-quick-start.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-quick-start.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-quick-start.html
 (original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-quick-start.html
 Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Remote Object Persistence Quick Start
+Title: Remote Object Persistence Quick Start
 
        
 <P>This tutorial is an extension of a <A href="quick-start.html" title="Quick 
Start">Quick Start</A> Cayenne tutorial, showing how to deploy an existing 
mapping project as a Cayenne web service, and then write a command-line client 
to access the service. Note that in most real applications the client will be a 
Swing or SWT GUI application. We are showing the command line example to avoid 
dealing with UI details and concentrate on Cayenne API.</P>

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-security.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-security.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-security.html 
(original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-security.html 
Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Remote Object Persistence Security
+Title: Remote Object Persistence Security
 
        
 <H3><A 
name="RemoteObjectPersistenceSecurity-SecuringCayenneWebServiceAccess"></A>Securing
 Cayenne Web Service Access</H3>

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-authentication.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-authentication.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-authentication.html
 (original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-authentication.html
 Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Remote Object Persistence Tutorial Authentication
+Title: Remote Object Persistence Tutorial Authentication
 
        
 <P>You probably don't want everybody in the world to connect to your service 
and access (and update!) arbitrary data. The first step in securing Cayenne 
service is implementing client authentication. The easiest way to do it is to 
delegate the authentication task to the web container that is running the 
service. HessianConnection used in the <A 
href="remote-object-persistence-tutorial-client-code.html" title="Remote Object 
Persistence Tutorial Client Code">previous chapter</A> supports such 
authentication on the client side.</P>

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-client-code.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-client-code.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-client-code.html
 (original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-client-code.html
 Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Remote Object Persistence Tutorial Client Code
+Title: Remote Object Persistence Tutorial Client Code
 
        
 <H3><A 
name="RemoteObjectPersistenceTutorialClientCode-StartingCommandLineClient"></A>Starting
 Command Line Client</H3>

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-client-project.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-client-project.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-client-project.html
 (original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-client-project.html
 Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Remote Object Persistence Tutorial Client Project
+Title: Remote Object Persistence Tutorial Client Project
 
        
 

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-setup.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-setup.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-setup.html
 (original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-setup.html
 Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Remote Object Persistence Tutorial Setup
+Title: Remote Object Persistence Tutorial Setup
 
        
 

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-webservice.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-webservice.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-webservice.html
 (original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/remote-object-persistence-tutorial-webservice.html
 Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Remote Object Persistence Tutorial WebService
+Title: Remote Object Persistence Tutorial WebService
 
        
 <H3><A 
name="RemoteObjectPersistenceTutorialWebService-DeployingaWebService"></A>Deploying
 a Web Service</H3>

Modified: cayenne/site/cms/trunk/content/docs/2.0/reverse-engineer-database.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/reverse-engineer-database.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/reverse-engineer-database.html 
(original)
+++ cayenne/site/cms/trunk/content/docs/2.0/reverse-engineer-database.html Sat 
Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Reverse Engineer Database
+Title: Reverse Engineer Database
 
        
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/running-cayennemodeler.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/running-cayennemodeler.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/running-cayennemodeler.html 
(original)
+++ cayenne/site/cms/trunk/content/docs/2.0/running-cayennemodeler.html Sat Nov 
10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Running CayenneModeler
+Title: Running CayenneModeler
 
        
 <P>Follow the instructions below appropriate for the type of OS and Cayenne 
distribution that you have:</P>

Modified: cayenne/site/cms/trunk/content/docs/2.0/running-queries.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/running-queries.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/running-queries.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/running-queries.html Sat Nov 10 
12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Running Queries
+Title: Running Queries
 
        
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/runtime-components.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/runtime-components.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/runtime-components.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/runtime-components.html Sat Nov 10 
12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Runtime Components
+Title: Runtime Components
 
        <P>Cayenne runtime framework is an intermediary between a Java 
application and a relational database. The picture below shows the main 
components of the framework:</P>
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/scripting-sqltemplate.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/scripting-sqltemplate.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/scripting-sqltemplate.html 
(original)
+++ cayenne/site/cms/trunk/content/docs/2.0/scripting-sqltemplate.html Sat Nov 
10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Scripting SQLTemplate
+Title: Scripting SQLTemplate
 
        
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/selecting-objects.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/selecting-objects.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/selecting-objects.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/selecting-objects.html Sat Nov 10 
12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Selecting Objects
+Title: Selecting Objects
 
        
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/selectquery-customization.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/selectquery-customization.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/selectquery-customization.html 
(original)
+++ cayenne/site/cms/trunk/content/docs/2.0/selectquery-customization.html Sat 
Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; SelectQuery Customization
+Title: SelectQuery Customization
 
        
 <P><A href="selectquery.html" title="SelectQuery">SelectQueries</A> allow to 
fine tune the behavior of the fetch using the following API:</P>

Modified: cayenne/site/cms/trunk/content/docs/2.0/selectquery.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/selectquery.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/selectquery.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/selectquery.html Sat Nov 10 
12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; SelectQuery
+Title: SelectQuery
 
        <P>The most commonly used query is SelectQuery. It is a descriptor that 
allows DataContext to fetch lists of DataObjects of the right type matching the 
specified criteria. SelectQuery together with the DataMap provides just enough 
information to the Cayenne runtime objects to build the right SQL SELECT 
statement and control various execution parameters.</P>
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/setting-datamap-defaults.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/setting-datamap-defaults.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/setting-datamap-defaults.html 
(original)
+++ cayenne/site/cms/trunk/content/docs/2.0/setting-datamap-defaults.html Sat 
Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Setting DataMap Defaults
+Title: Setting DataMap Defaults
 
        
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/sqltemplate-query.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/sqltemplate-query.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/sqltemplate-query.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/sqltemplate-query.html Sat Nov 10 
12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; SQLTemplate Query
+Title: SQLTemplate Query
 
        <P>Not all features of SQL can (or should) be mapped in the object 
model in terms of DataObjects. For such cases Cayenne provides a powerful 
mechanism for running both selecting and non-selecting SQL using scriptable 
SQLTemplate query. This chapter describes how simple SQLTemplates can be 
created and executed with DataContext to select or update the database data. 
Subsequent chapters show how to build SQL dynamically, bind parameters and 
describe result sets using SQLTemplate scripting features.</P>
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/standalone-applications.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/standalone-applications.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/standalone-applications.html 
(original)
+++ cayenne/site/cms/trunk/content/docs/2.0/standalone-applications.html Sat 
Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Standalone Applications
+Title: Standalone Applications
 
        
 <H3><A name="StandaloneApplications-SharedConfigurationSingleton"></A>Shared 
Configuration Singleton</H3>

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/stored-procedures-and-transactions.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/stored-procedures-and-transactions.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/stored-procedures-and-transactions.html 
(original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/stored-procedures-and-transactions.html 
Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Stored Procedures and Transactions
+Title: Stored Procedures and Transactions
 
        <P><BR>
 <BR>

Modified: cayenne/site/cms/trunk/content/docs/2.0/stored-procedures.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/stored-procedures.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/stored-procedures.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/stored-procedures.html Sat Nov 10 
12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Stored Procedures
+Title: Stored Procedures
 
        <P>In addition to mapping database tables and views as entities, 
Cayenne allows mapping and executing database stored procedures. Just like 
table structure is described by DbEntities, stored procedures are described by 
Procedure class. Stored procedures are created using CayenneModeler, and are 
executed using ProcedureQuery, as described in the following chapters.</P>
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/swing-applications.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/swing-applications.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/swing-applications.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/swing-applications.html Sat Nov 10 
12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Swing Applications
+Title: Swing Applications
 
        
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/to-dep-pk-checkbox.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/to-dep-pk-checkbox.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/to-dep-pk-checkbox.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/to-dep-pk-checkbox.html Sat Nov 10 
12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; To Dep PK Checkbox
+Title: To Dep PK Checkbox
 
        
 

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/turning-off-context-synchronization.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/turning-off-context-synchronization.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/turning-off-context-synchronization.html
 (original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/turning-off-context-synchronization.html
 Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Turning off Context Synchronization
+Title: Turning off Context Synchronization
 
        
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/tutorial-datacontext.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/tutorial-datacontext.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/tutorial-datacontext.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/tutorial-datacontext.html Sat Nov 
10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Tutorial DataContext
+Title: Tutorial DataContext
 
        
 <UL>

Modified: cayenne/site/cms/trunk/content/docs/2.0/tutorial-dataobjects.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/tutorial-dataobjects.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/tutorial-dataobjects.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/tutorial-dataobjects.html Sat Nov 
10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Tutorial DataObjects
+Title: Tutorial DataObjects
 
        
 <P>Persistent classes in Cayenne implement a <A href="dataobjects.html" 
title="DataObjects">DataObject interface</A>. If you inspect any of classes <A 
href="tutorial-generate-database-and-java-classes.html" title="Tutorial 
Generate Database and Java Classes">generated earlier</A> in this tutorial 
(e.g. <TT>cayenne.tutorial.Artist</TT>), you'll see that it extends a class 
with the name that starts with underscore 
(<TT>cayenne.tutorial.auto._Artist</TT>), which in turn extends from 
<TT>org.apache.cayenne.CayenneDataObject</TT>. Splitting each persistent class 
into user-customizable subclass (Xyz) and a generated superclass (_Xyz) is a 
useful technique to avoid overwriting of the custom code when refreshing 
classes from the mapping model.</P>

Modified: cayenne/site/cms/trunk/content/docs/2.0/tutorial-delete.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/tutorial-delete.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/tutorial-delete.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/tutorial-delete.html Sat Nov 10 
12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Tutorial Delete
+Title: Tutorial Delete
 
        
 

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/tutorial-generate-database-and-java-classes.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/tutorial-generate-database-and-java-classes.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/tutorial-generate-database-and-java-classes.html
 (original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/tutorial-generate-database-and-java-classes.html
 Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Tutorial Generate Database and Java Classes
+Title: Tutorial Generate Database and Java Classes
 
        
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/tutorial-mapping-query.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/tutorial-mapping-query.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/tutorial-mapping-query.html 
(original)
+++ cayenne/site/cms/trunk/content/docs/2.0/tutorial-mapping-query.html Sat Nov 
10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Tutorial Mapping Query
+Title: Tutorial Mapping Query
 
        
 

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/tutorial-object-relational-mapping.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/tutorial-object-relational-mapping.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/tutorial-object-relational-mapping.html 
(original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/tutorial-object-relational-mapping.html 
Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Tutorial Object Relational Mapping
+Title: Tutorial Object Relational Mapping
 
        
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/tutorial-selectquery.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/tutorial-selectquery.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/tutorial-selectquery.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/tutorial-selectquery.html Sat Nov 
10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Tutorial SelectQuery
+Title: Tutorial SelectQuery
 
        
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/tutorial-setup.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/tutorial-setup.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/tutorial-setup.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/tutorial-setup.html Sat Nov 10 
12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Tutorial Setup
+Title: Tutorial Setup
 
        <H3><A name="TutorialSetup-InstallJava"></A>Install Java</H3>
 

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/tutorial-starting-mapping-project.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/tutorial-starting-mapping-project.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- 
cayenne/site/cms/trunk/content/docs/2.0/tutorial-starting-mapping-project.html 
(original)
+++ 
cayenne/site/cms/trunk/content/docs/2.0/tutorial-starting-mapping-project.html 
Sat Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Tutorial Starting Mapping Project
+Title: Tutorial Starting Mapping Project
 
        
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/tutorial-webapp.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/tutorial-webapp.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/tutorial-webapp.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/tutorial-webapp.html Sat Nov 10 
12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Tutorial Webapp
+Title: Tutorial Webapp
 
        
 <P>Now we'll convert the tutorial that we created to a web application. The 
web part of it is done in JSP and is intentionally primitive from the UI 
perspective, to concentrate on Cayenne integration aspect. There may be some 
specifics depending on the web framework used (JSP, Struts, JSF, Click, 
WebWork, Tapestry, etc.), still the procedure outlined here is quite universal 
as it relies on the J2EE servlet specification.</P>

Modified: 
cayenne/site/cms/trunk/content/docs/2.0/understanding-transactions.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/understanding-transactions.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/understanding-transactions.html 
(original)
+++ cayenne/site/cms/trunk/content/docs/2.0/understanding-transactions.html Sat 
Nov 10 12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Understanding Transactions
+Title: Understanding Transactions
 
        
 <P>Cayenne has its own simple transaction API centered around 
<TT>org.apache.cayenne.access.Transaction</TT> class. Its goal is to ensure 
consistency of the DataContext database operations. It works either as a 
standalone mechanism, or in conjunction with another transaction framework, 
such as JTA or Spring. To switch between the two modes of operation, use 
&quot;Container-Managed Transactions&quot; checkbox in the DataDomain editing 
panel in CayenneModeler:</P>

Modified: cayenne/site/cms/trunk/content/docs/2.0/upgrade.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/upgrade.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/upgrade.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/upgrade.html Sat Nov 10 12:55:19 
2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Upgrade
+Title: Upgrade
 
        
 <H3><A name="Upgrade-GeneralUpgradeRecommendations"></A>General Upgrade 
Recommendations</H3>

Modified: cayenne/site/cms/trunk/content/docs/2.0/user-guide.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/user-guide.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/user-guide.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/user-guide.html Sat Nov 10 12:55:19 
2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; User Guide
+Title: User Guide
 
        <H2><A name="UserGuide-UserGuide"></A>User Guide</H2>
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/using-jndi.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/using-jndi.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/using-jndi.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/using-jndi.html Sat Nov 10 12:55:19 
2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Using JNDI
+Title: Using JNDI
 
        
 

Modified: cayenne/site/cms/trunk/content/docs/2.0/using-orderings.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/using-orderings.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/using-orderings.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/using-orderings.html Sat Nov 10 
12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Using Orderings
+Title: Using Orderings
 
        
 <P>To sort SelectQuery results, orderings are used. Orderings use path 
expressions discussed in the previous section to identify the attributes that 
must be used in sorting. For example to order results by artist name, the 
following code can be used:</P>

Modified: cayenne/site/cms/trunk/content/docs/2.0/web-applications.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/2.0/web-applications.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/docs/2.0/web-applications.html (original)
+++ cayenne/site/cms/trunk/content/docs/2.0/web-applications.html Sat Nov 10 
12:55:19 2012
@@ -1,4 +1,4 @@
-Title: 2.0 &raquo; Web Applications
+Title: Web Applications
 
        
 <H3><A 
name="WebApplications-PuttingCayenneFilesinWebApplicationCLASSPATH"></A>Putting 
Cayenne Files in Web Application CLASSPATH</H3>

Modified: cayenne/site/cms/trunk/templates/legacy_confluence20.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/templates/legacy_confluence20.html?rev=1407805&r1=1407804&r2=1407805&view=diff
==============================================================================
--- cayenne/site/cms/trunk/templates/legacy_confluence20.html (original)
+++ cayenne/site/cms/trunk/templates/legacy_confluence20.html Sat Nov 10 
12:55:19 2012
@@ -1,5 +1,5 @@
 {% extends "skeleton.html" %}
-{% block title %}{{ headers.title|safe }}{% endblock %}
+{% block title %}{{ headers.title|safe }} | Documentation v.2.0{% endblock %}
 {% block keywords %}{{ "cayenne 2.0 documentation," }}{% endblock %}
 {% block description %}{{ "User documentation for Apache Cayenne version 2.0." 
}}{% endblock %}
 {% block menu %}{% include "legacy_menu20.html" %}{% endblock %}


Reply via email to