[gatein-commits] gatein SVN: r8926 - in epp/docs/branches/6.0/Reference_Guide/en-US: modules/Advanced/Foundations and 6 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Oct 19 13:12:49 EDT 2012


Author: ppenicka
Date: 2012-10-19 13:12:48 -0400 (Fri, 19 Oct 2012)
New Revision: 8926

Modified:
   epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml
   epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/Configuring_Services.xml
   epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml
   epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/LDAP.xml
   epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/DefaultPortalNavigationConfiguration.xml
   epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/InternationalizationConfiguration.xml
   epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/Skinning.xml
   epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortletDevelopment/Standard.xml
   epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/backup/exojcr-backup-service.xml
   epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/cluster-config.xml
   epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/exo-jcr-configuration.xml
   epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/external-value-storages.xml
   epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/search-configuration.xml
   epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/workspace-persistence-storage.xml
   epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/lock-manager-config.xml
   epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/repository-creation-service.xml
Log:
BZ#851691 - fixed broken lines in code examples caused by callouts throughout the whole guide. Issue with image links not resolved due to Publican 3.0 bug.

Modified: epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml	2012-10-19 17:10:24 UTC (rev 8925)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml	2012-10-19 17:12:48 UTC (rev 8926)
@@ -7,7 +7,22 @@
   <title>Revision History</title>
   <simpara>
     <revhistory>
+
       <revision>
+        <revnumber>6.0.0-6</revnumber>
+        <date>Thu Oct 18 2012</date>
+        <author>
+          <firstname>Petr</firstname>
+          <surname>Penicka</surname>
+          <email/>
+        </author>
+        <revdescription>
+          <simplelist>
+			<member>BZ#851691 - fixed broken lines in code examples caused by callouts throughout the whole guide. Issue with image links not resolved due to Publican 3.0 bug.</member>
+          </simplelist>
+        </revdescription>
+      </revision>
+	  <revision>
         <revnumber>6.0.0-5</revnumber>
         <date>Thu Oct 18 2012</date>
         <author>

Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/Configuring_Services.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/Configuring_Services.xml	2012-10-19 17:10:24 UTC (rev 8925)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/Configuring_Services.xml	2012-10-19 17:12:48 UTC (rev 8926)
@@ -354,7 +354,7 @@
                 </para>
         <programlistingco>
           <areaspec>
-            <area coords="6" id="area-Reference_Guide-Components-Includes_and_special_URLs-url_schema"/>
+            <area coords="6 90" id="area-Reference_Guide-Components-Includes_and_special_URLs-url_schema"/>
           </areaspec>
           <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../../extras/Advanced_Development_Foundations/default2.xml" parse="text"/></programlisting>
           <calloutlist>

Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml	2012-10-19 17:10:24 UTC (rev 8925)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml	2012-10-19 17:12:48 UTC (rev 8926)
@@ -46,9 +46,9 @@
         </para>
     <programlistingco>
       <areaspec>
-        <area coords="7 50" id="area-Reference_Guide-Authentication_Token_Configuration-Configuring_Token_Services-name"/>
-        <area coords="8 50" id="area-Reference_Guide-Authentication_Token_Configuration-Configuring_Token_Services-time"/>
-        <area coords="9 50" id="area-Reference_Guide-Authentication_Token_Configuration-Configuring_Token_Services-unit"/>
+        <area coords="7 90" id="area-Reference_Guide-Authentication_Token_Configuration-Configuring_Token_Services-name"/>
+        <area coords="8 90" id="area-Reference_Guide-Authentication_Token_Configuration-Configuring_Token_Services-time"/>
+        <area coords="9 90" id="area-Reference_Guide-Authentication_Token_Configuration-Configuring_Token_Services-unit"/>
       </areaspec>
       <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/Authentication_Identity_AuthenticationTokenConfiguration/default95.xml" parse="text"/></programlisting>
       <calloutlist>

Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/LDAP.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/LDAP.xml	2012-10-19 17:10:24 UTC (rev 8925)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/LDAP.xml	2012-10-19 17:12:48 UTC (rev 8926)
@@ -689,10 +689,10 @@
       <programlistingco>
         <areaspec>
           <areaset coords="" id="area-Reference_Guide-LDAP_Integration-Examples-Read_Only_groupTypeMappings-config-opends">
-            <area coords="10 40" id="area-Reference_Guide-LDAP_Integration-Examples-Read_Only_groupTypeMappings-config-users-opends"/>
-            <area coords="14 40" id="area-Reference_Guide-LDAP_Integration-Examples-Read_Only_groupTypeMappings-config-groups-opends"/>
+            <area coords="10 87" id="area-Reference_Guide-LDAP_Integration-Examples-Read_Only_groupTypeMappings-config-users-opends"/>
+            <area coords="14 87" id="area-Reference_Guide-LDAP_Integration-Examples-Read_Only_groupTypeMappings-config-groups-opends"/>
           </areaset>
-          <area coords="17 40" id="area-Reference_Guide-LDAP_Integration-Examples-Read_Only_groupTypeMappings-config-read-only-opends"/>
+          <area coords="17 87" id="area-Reference_Guide-LDAP_Integration-Examples-Read_Only_groupTypeMappings-config-read-only-opends"/>
         </areaspec>
         <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/Authentication_Identity_LDAP/readonly-opends.xml" parse="text"/></programlisting>
         <calloutlist>
@@ -730,8 +730,7 @@
       <programlistingco>
         <areaspec>
           <areaset coords="" id="area-Reference_Guide-LDAP_Integration-Examples-Default_groupTypeMappings-config">
-            <area coords="10 40" id="area-Reference_Guide-LDAP_Integration-Examples-Default_groupTypeMappings-config-1"/>
-            <area coords="14 40" id="area-Reference_Guide-LDAP_Integration-Examples-Default_groupTypeMappings-config-2"/>
+            <area coords="10 87" id="area-Reference_Guide-LDAP_Integration-Examples-Default_groupTypeMappings-config-1"/>
           </areaset>
         </areaspec>
         <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/Authentication_Identity_LDAP/default-ldap.xml" parse="text"/></programlisting>

Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/DefaultPortalNavigationConfiguration.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/DefaultPortalNavigationConfiguration.xml	2012-10-19 17:10:24 UTC (rev 8925)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/DefaultPortalNavigationConfiguration.xml	2012-10-19 17:12:48 UTC (rev 8926)
@@ -42,10 +42,10 @@
         </para>
     <programlistingco>
       <areaspec>
-        <area coords="5" id="area-Reference_Guide-Portal_Navigation_Configuration-Overview-predifinedOwner"/>
-        <area coords="10" id="area-Reference_Guide-Portal_Navigation_Configuration-Overview-ownerType"/>
-        <area coords="13" id="area-Reference_Guide-Portal_Navigation_Configuration-Overview-templateLocation"/>
-        <area coords="16" id="area-Reference_Guide-Portal_Navigation_Configuration-Overview-importMode"/>
+        <area coords="5 90" id="area-Reference_Guide-Portal_Navigation_Configuration-Overview-predifinedOwner"/>
+        <area coords="10 90" id="area-Reference_Guide-Portal_Navigation_Configuration-Overview-ownerType"/>
+        <area coords="13 90" id="area-Reference_Guide-Portal_Navigation_Configuration-Overview-templateLocation"/>
+        <area coords="16 90" id="area-Reference_Guide-Portal_Navigation_Configuration-Overview-importMode"/>
       </areaspec>
       <programlisting language="XML" role="XML">&lt;object-param&gt;
    &lt;name&gt;portal.configuration&lt;/name&gt;
@@ -189,7 +189,7 @@
                     </para>
           <programlistingco>
             <areaspec>
-              <area coords="9 40" id="area-Reference_Guide-Portal_Navigation_Configuration-Portal_Navigation-subpage"/>
+              <area coords="9 83" id="area-Reference_Guide-Portal_Navigation_Configuration-Portal_Navigation-subpage"/>
             </areaspec>
             <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortalDevelopment_DefaultPortalNavigationConfiguration/subpage.xml" parse="text"/></programlisting>
             <calloutlist>

Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/InternationalizationConfiguration.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/InternationalizationConfiguration.xml	2012-10-19 17:10:24 UTC (rev 8925)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/InternationalizationConfiguration.xml	2012-10-19 17:12:48 UTC (rev 8926)
@@ -69,11 +69,11 @@
         </para>
     <programlistingco>
       <areaspec>
-        <area coords="4" id="area-Reference_Guide-Internationalization_Configuration-Locales_Configuration-locale"/>
-        <area coords="5" id="area-Reference_Guide-Internationalization_Configuration-Locales_Configuration-output-encoding"/>
-        <area coords="6" id="area-Reference_Guide-Internationalization_Configuration-Locales_Configuration-input-encoding"/>
-        <area coords="7" id="area-Reference_Guide-Internationalization_Configuration-Locales_Configuration-description"/>
-        <area coords="22" id="area-Reference_Guide-Internationalization_Configuration-Locales_Configuration-orientation"/>
+        <area coords="4 90" id="area-Reference_Guide-Internationalization_Configuration-Locales_Configuration-locale"/>
+        <area coords="5 90" id="area-Reference_Guide-Internationalization_Configuration-Locales_Configuration-output-encoding"/>
+        <area coords="6 90" id="area-Reference_Guide-Internationalization_Configuration-Locales_Configuration-input-encoding"/>
+        <area coords="7 90" id="area-Reference_Guide-Internationalization_Configuration-Locales_Configuration-description"/>
+        <area coords="22 90" id="area-Reference_Guide-Internationalization_Configuration-Locales_Configuration-orientation"/>
       </areaspec>
       <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortalDevelopment_InternationalizationConfiguration/default150.xml" parse="text"/></programlisting>
       <calloutlist>
@@ -112,8 +112,8 @@
         </para>
     <programlistingco>
       <areaspec>
-        <area coords="6 60" id="area-Reference_Guide-Internationalization_Configuration-ResourceBundleService-classpath_resources"/>
-        <area coords="24 60" id="area-Reference_Guide-Internationalization_Configuration-ResourceBundleService-portal_resource_names"/>
+        <area coords="6 90" id="area-Reference_Guide-Internationalization_Configuration-ResourceBundleService-classpath_resources"/>
+        <area coords="24 90" id="area-Reference_Guide-Internationalization_Configuration-ResourceBundleService-portal_resource_names"/>
       </areaspec>
       <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortalDevelopment_InternationalizationConfiguration/default151.xml" parse="text"/></programlisting>
       <calloutlist>

Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/Skinning.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/Skinning.xml	2012-10-19 17:10:24 UTC (rev 8925)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/Skinning.xml	2012-10-19 17:12:48 UTC (rev 8926)
@@ -197,10 +197,10 @@
                   </para>
           <programlistingco>
             <areaspec>
-              <area coords="1" id="area-Reference_Guide-Skinning_the_Portal-The_Default_Skin-uiportletapplication"/>
-              <area coords="2" id="area-Reference_Guide-Skinning_the_Portal-The_Default_Skin-components"/>
-              <area coords="3" id="area-Reference_Guide-Skinning_the_Portal-The_Default_Skin-portletthemes"/>
-              <area coords="4" id="area-Reference_Guide-Skinning_the_Portal-The_Default_Skin-portlet"/>
+              <area coords="1 83" id="area-Reference_Guide-Skinning_the_Portal-The_Default_Skin-uiportletapplication"/>
+              <area coords="2 83" id="area-Reference_Guide-Skinning_the_Portal-The_Default_Skin-components"/>
+              <area coords="3 83" id="area-Reference_Guide-Skinning_the_Portal-The_Default_Skin-portletthemes"/>
+              <area coords="4 83" id="area-Reference_Guide-Skinning_the_Portal-The_Default_Skin-portlet"/>
             </areaspec>
             <programlisting language="Java" role="Java"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortalDevelopment_Skinning/default184.java" parse="text"/></programlisting>
             <calloutlist>

Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortletDevelopment/Standard.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortletDevelopment/Standard.xml	2012-10-19 17:10:24 UTC (rev 8925)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortletDevelopment/Standard.xml	2012-10-19 17:12:48 UTC (rev 8926)
@@ -180,9 +180,9 @@
                 </para>
         <programlistingco>
           <areaspec>
-            <area coords="9" id="area-Reference_Guide-Deploying_your_first_Portlet-Package_Structure-javaclass"/>
-            <area coords="10" id="area-Reference_Guide-Deploying_your_first_Portlet-Package_Structure-portlet"/>
-            <area coords="11" id="area-Reference_Guide-Deploying_your_first_Portlet-Package_Structure-web"/>
+            <area coords="9 90" id="area-Reference_Guide-Deploying_your_first_Portlet-Package_Structure-javaclass"/>
+            <area coords="10 90" id="area-Reference_Guide-Deploying_your_first_Portlet-Package_Structure-portlet"/>
+            <area coords="11 90" id="area-Reference_Guide-Deploying_your_first_Portlet-Package_Structure-web"/>
           </areaspec>
           <programlisting language="Java" role="Java"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortletDevelopment_Standard/default244.java" parse="text"/></programlisting>
           <calloutlist>
@@ -211,11 +211,11 @@
                 </para>
         <programlistingco>
           <areaspec>
-            <area coords="6 80" id="area-Reference_Guide-Deploying_your_first_Portlet-Portlet_Class-extends"/>
-            <area coords="12 80" id="area-Reference_Guide-Deploying_your_first_Portlet-Portlet_Class-doview"/>
-            <area coords="14 80" id="area-Reference_Guide-Deploying_your_first_Portlet-Portlet_Class-writer"/>
-            <area coords="15 80" id="area-Reference_Guide-Deploying_your_first_Portlet-Portlet_Class-write"/>
-            <area coords="16 80" id="area-Reference_Guide-Deploying_your_first_Portlet-Portlet_Class-close"/>
+            <area coords="6 90" id="area-Reference_Guide-Deploying_your_first_Portlet-Portlet_Class-extends"/>
+            <area coords="12 90" id="area-Reference_Guide-Deploying_your_first_Portlet-Portlet_Class-doview"/>
+            <area coords="14 90" id="area-Reference_Guide-Deploying_your_first_Portlet-Portlet_Class-writer"/>
+            <area coords="15 90" id="area-Reference_Guide-Deploying_your_first_Portlet-Portlet_Class-write"/>
+            <area coords="16 90" id="area-Reference_Guide-Deploying_your_first_Portlet-Portlet_Class-close"/>
           </areaspec>
           <programlisting language="Java" role="Java"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortletDevelopment_Standard/SimplestHelloWorldPortlet.java" parse="text"/></programlisting>
           <calloutlist>
@@ -272,10 +272,10 @@
                 </para>
         <programlistingco>
           <areaspec>
-            <area coords="6 80" id="area-Reference_Guide-Deploying_your_first_Portlet-Application_Descriptors-portletname"/>
-            <area coords="8 80" id="area-Reference_Guide-Deploying_your_first_Portlet-Application_Descriptors-portletclass"/>
-            <area coords="10 80" id="area-Reference_Guide-Deploying_your_first_Portlet-Application_Descriptors-supports"/>
-            <area coords="13 80" id="area-Reference_Guide-Deploying_your_first_Portlet-Application_Descriptors-portletinfo"/>
+            <area coords="6 90" id="area-Reference_Guide-Deploying_your_first_Portlet-Application_Descriptors-portletname"/>
+            <area coords="8 83" id="area-Reference_Guide-Deploying_your_first_Portlet-Application_Descriptors-portletclass"/>
+            <area coords="10 90" id="area-Reference_Guide-Deploying_your_first_Portlet-Application_Descriptors-supports"/>
+            <area coords="13 90" id="area-Reference_Guide-Deploying_your_first_Portlet-Application_Descriptors-portletinfo"/>
           </areaspec>
           <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortletDevelopment_Standard/default245.xml" parse="text"/></programlisting>
           <calloutlist>
@@ -464,12 +464,12 @@
                 </para>
         <programlistingco>
           <areaspec>
-            <area coords="1 80" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSP_files_and_the_Portlet_Tag_Library-taglib"/>
-            <area coords="14 80" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSP_files_and_the_Portlet_Tag_Library-method1"/>
-            <area coords="20 80" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSP_files_and_the_Portlet_Tag_Library-method2.1"/>
-            <area coords="24 80" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSP_files_and_the_Portlet_Tag_Library-method2.2"/>
-            <area coords="30 80" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSP_files_and_the_Portlet_Tag_Library-method3.1"/>
-            <area coords="31 80" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSP_files_and_the_Portlet_Tag_Library-method3.2"/>
+            <area coords="1 90" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSP_files_and_the_Portlet_Tag_Library-taglib"/>
+            <area coords="14 90" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSP_files_and_the_Portlet_Tag_Library-method1"/>
+            <area coords="20 90" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSP_files_and_the_Portlet_Tag_Library-method2.1"/>
+            <area coords="24 90" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSP_files_and_the_Portlet_Tag_Library-method2.2"/>
+            <area coords="30 90" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSP_files_and_the_Portlet_Tag_Library-method3.1"/>
+            <area coords="31 90" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSP_files_and_the_Portlet_Tag_Library-method3.2"/>
           </areaspec>
           <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortletDevelopment_Standard/default252.xml" parse="text"/></programlisting>
           <calloutlist>
@@ -538,10 +538,10 @@
                 </para>
       <programlistingco>
         <areaspec>
-          <area coords="8 80" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-portlet"/>
-          <area coords="21 80" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-view"/>
-          <area coords="26 80" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-edit"/>
-          <area coords="31 80" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-help"/>
+          <area coords="8 90" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-portlet"/>
+          <area coords="21 90" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-view"/>
+          <area coords="26 90" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-edit"/>
+          <area coords="31 90" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-help"/>
         </areaspec>
         <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortletDevelopment_Standard/default254.xml" parse="text"/></programlisting>
         <calloutlist>

Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/backup/exojcr-backup-service.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/backup/exojcr-backup-service.xml	2012-10-19 17:10:24 UTC (rev 8925)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/backup/exojcr-backup-service.xml	2012-10-19 17:12:48 UTC (rev 8926)
@@ -169,10 +169,10 @@
         </para>
     <programlistingco>
       <areaspec>
-        <area coords="9" id="area-Reference_Guide-eXo_JCR_Backup_Service-Configuration-incremental-backup-type"/>
-        <area coords="8" id="area-Reference_Guide-eXo_JCR_Backup_Service-Configuration-full-backup-type"/>
-        <area coords="7" id="area-Reference_Guide-eXo_JCR_Backup_Service-Configuration-default-incremental-job-period"/>
-        <area coords="10" id="area-Reference_Guide-eXo_JCR_Backup_Service-Configuration-backup-dir"/>
+        <area coords="7 90" id="area-Reference_Guide-eXo_JCR_Backup_Service-Configuration-backup-dir"/>
+        <area coords="8 137" id="area-Reference_Guide-eXo_JCR_Backup_Service-Configuration-incremental-backup-type"/>
+        <area coords="9 130" id="area-Reference_Guide-eXo_JCR_Backup_Service-Configuration-full-backup-type"/>
+        <area coords="10 90" id="area-Reference_Guide-eXo_JCR_Backup_Service-Configuration-default-incremental-job-period"/>
       </areaspec>
       <programlisting language="XML">&lt;component&gt;
   &lt;key&gt;org.exoplatform.services.jcr.ext.backup.BackupManager&lt;/key&gt;
@@ -181,6 +181,9 @@
     &lt;properties-param&gt;
       &lt;name&gt;backup-properties&lt;/name&gt;
       &lt;property name=&quot;backup-dir&quot; value=&quot;target/backup&quot; /&gt;
+      &lt;property name=&quot;incremental-backup-type&quot; value=&quot;org.exoplatform.services.jcr.ext.backup.impl.fs.FullBackupJob&quot; /&gt;
+      &lt;property name=&quot;full-backup-type&quot; value=&quot;org.exoplatform.services.jcr.ext.backup.impl.rdbms.FullBackupJob&quot; /&gt;
+      &lt;property name=&quot;default-incremental-job-period&quot; value=&quot;3600&quot; /&gt;
     &lt;/properties-param&gt;
   &lt;/init-params&gt;
 &lt;/component&gt;</programlisting>

Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/cluster-config.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/cluster-config.xml	2012-10-19 17:10:24 UTC (rev 8925)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/cluster-config.xml	2012-10-19 17:12:48 UTC (rev 8926)
@@ -91,10 +91,10 @@
                     </para>
           <programlistingco>
             <areaspec>
-              <area coords="20 80" id="area-Reference_Guide-Launching_Cluster-Configuring_JCR_to_use_external_configuration-value_storages"/>
-              <area coords="26 80" id="area-Reference_Guide-Launching_Cluster-Configuring_JCR_to_use_external_configuration-conf_cache"/>
-              <area coords="31 80" id="area-Reference_Guide-Launching_Cluster-Configuring_JCR_to_use_external_configuration-conf_indexer"/>
-              <area coords="34 80" id="area-Reference_Guide-Launching_Cluster-Configuring_JCR_to_use_external_configuration-conf_lock_manager"/>
+              <area coords="19 87" id="area-Reference_Guide-Launching_Cluster-Configuring_JCR_to_use_external_configuration-value_storages"/>
+              <area coords="28 87" id="area-Reference_Guide-Launching_Cluster-Configuring_JCR_to_use_external_configuration-conf_cache"/>
+              <area coords="31 87" id="area-Reference_Guide-Launching_Cluster-Configuring_JCR_to_use_external_configuration-conf_indexer"/>
+              <area coords="34 87" id="area-Reference_Guide-Launching_Cluster-Configuring_JCR_to_use_external_configuration-conf_lock_manager"/>
             </areaspec>
             <programlisting language="XML" role="XML">&lt;repository-service default-repository=&quot;repository1&quot;&gt;
    &lt;repositories&gt;

Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/exo-jcr-configuration.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/exo-jcr-configuration.xml	2012-10-19 17:10:24 UTC (rev 8925)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/exo-jcr-configuration.xml	2012-10-19 17:12:48 UTC (rev 8926)
@@ -163,21 +163,21 @@
       <title>Repository service configuration (JCR repositories configuration)</title>
       <programlistingco>
         <areaspec>
-<!--     1     -->          <area coords="1 60" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-default-repository"/>
-<!--     2     -->          <area coords="2 60" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-repositories"/>
-<!--     3     -->          <area coords="3 125" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-name"/>
-<!--     4     -->          <area coords="3 125" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-default-workspace"/>
-<!--     5     -->          <area coords="3 125" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-system-workspace"/>
-<!--     6     -->          <area coords="4 60" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-security-domain"/>
-<!--     7     -->          <area coords="5 60" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-access-control"/>
-<!--     8     -->          <area coords="6 165" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-authentication-policy"/>
-<!--     9     -->          <area coords="9 60" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-workspaces"/>
-<!--     10     -->          <area coords="13 60" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-workspace-name"/>
-<!--     11     -->          <area coords="14 165" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-container"/>
-<!--     12     -->          <area coords="34 165" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-service_initializer"/>
-<!--     13     -->          <area coords="40 165" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-service_cache"/>
-<!--     14     -->          <area coords="48 165" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-service_query-handler"/>
-<!--     15     -->          <area coords="61 60" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-service_lock-manager-timeout"/>
+<!--     1     -->          <area coords="1 90" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-default-repository"/>
+<!--     2     -->          <area coords="2 90" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-repositories"/>
+<!--     3     -->          <area coords="3 172" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-name"/>
+<!--     4     -->          <area coords="3 172" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-default-workspace"/>
+<!--     5     -->          <area coords="3 172" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-system-workspace"/>
+<!--     6     -->          <area coords="4 90" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-security-domain"/>
+<!--     7     -->          <area coords="5 90" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-access-control"/>
+<!--     8     -->          <area coords="6 199" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-authentication-policy"/>
+<!--     9     -->          <area coords="9 90" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-workspaces"/>
+<!--     10     -->          <area coords="13 90" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-workspace-name"/>
+<!--     11     -->          <area coords="14 204" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-container"/>
+<!--     12     -->          <area coords="34 113" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-service_initializer"/>
+<!--     13     -->          <area coords="40 215" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-service_cache"/>
+<!--     14     -->          <area coords="48 115" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-service_query-handler"/>
+<!--     15     -->          <area coords="61 90" id="area-Reference_Guide-JCR_configuration-Example_of_the_portal_system_workspace-service_lock-manager-timeout"/>
         </areaspec>
         <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../../../extras/Advanced_Development_JCR_Configuration/orig.xml" parse="text"/></programlisting>
         <calloutlist>

Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/external-value-storages.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/external-value-storages.xml	2012-10-19 17:10:24 UTC (rev 8925)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/external-value-storages.xml	2012-10-19 17:12:48 UTC (rev 8926)
@@ -34,8 +34,8 @@
         </para>
          <programlistingco>
             <areaspec>
-                <area coords="1 80" id="area-Reference_Guide-External_Value_Storages-Tree_File_Value_Storage-id" />
-                 <area coords="3 80" id="area-Reference_Guide-External_Value_Storages-Tree_File_Value_Storage-path" />
+                <area coords="1 90" id="area-Reference_Guide-External_Value_Storages-Tree_File_Value_Storage-id" />
+                 <area coords="3 90" id="area-Reference_Guide-External_Value_Storages-Tree_File_Value_Storage-path" />
 
             </areaspec>
              

Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/search-configuration.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/search-configuration.xml	2012-10-19 17:10:24 UTC (rev 8925)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/search-configuration.xml	2012-10-19 17:12:48 UTC (rev 8926)
@@ -504,9 +504,9 @@
         </para>
     <programlistingco>
       <areaspec>
-        <area coords="3" id="area-Reference_Guide-Search_Configuration-Global_Search_Index-StandardFilter"/>
-        <area coords="4" id="area-Reference_Guide-Search_Configuration-Global_Search_Index-LowerCaseFilter"/>
-        <area coords="5" id="area-Reference_Guide-Search_Configuration-Global_Search_Index-StopFilter"/>
+        <area coords="3 85" id="area-Reference_Guide-Search_Configuration-Global_Search_Index-StandardFilter"/>
+        <area coords="4 85" id="area-Reference_Guide-Search_Configuration-Global_Search_Index-LowerCaseFilter"/>
+        <area coords="5 85" id="area-Reference_Guide-Search_Configuration-Global_Search_Index-StopFilter"/>
       </areaspec>
       <programlisting language="Java" role="Java"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../../../extras/Advanced_Development_JCR_search-configuration/default62.java" parse="text"/></programlisting>
       <calloutlist>

Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/workspace-persistence-storage.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/workspace-persistence-storage.xml	2012-10-19 17:10:24 UTC (rev 8925)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/workspace-persistence-storage.xml	2012-10-19 17:12:48 UTC (rev 8926)
@@ -13,14 +13,14 @@
     </para>
   <programlistingco>
     <areaspec>
-      <area coords="3" id="area-Reference_Guide-Workspace_Data_Container-source_name"/>
-      <area coords="4" id="area-Reference_Guide-Workspace_Data_Container-dialect"/>
-      <area coords="5" id="area-Reference_Guide-Workspace_Data_Container-multidb"/>
-      <area coords="6" id="area-Reference_Guide-Workspace_Data_Container-maxbuffer"/>
-      <area coords="7" id="area-Reference_Guide-Workspace_Data_Container-swap"/>
-      <area coords="8" id="area-Reference_Guide-Workspace_Data_Container-lazy-node-iterator-page-size"/>
-      <area coords="9" id="area-Reference_Guide-Workspace_Data_Container-acl-bloomfilter-false-positive-probability"/>
-      <area coords="10" id="area-Reference_Guide-Workspace_Data_Container-acl-bloomfilter-elements-number"/>
+      <area coords="3 90" id="area-Reference_Guide-Workspace_Data_Container-source_name"/>
+      <area coords="4 90" id="area-Reference_Guide-Workspace_Data_Container-dialect"/>
+      <area coords="5 90" id="area-Reference_Guide-Workspace_Data_Container-multidb"/>
+      <area coords="6 90" id="area-Reference_Guide-Workspace_Data_Container-maxbuffer"/>
+      <area coords="7 90" id="area-Reference_Guide-Workspace_Data_Container-swap"/>
+      <area coords="8 90" id="area-Reference_Guide-Workspace_Data_Container-lazy-node-iterator-page-size"/>
+      <area coords="9 90" id="area-Reference_Guide-Workspace_Data_Container-acl-bloomfilter-false-positive-probability"/>
+      <area coords="10 90" id="area-Reference_Guide-Workspace_Data_Container-acl-bloomfilter-elements-number"/>
     </areaspec>
     <programlisting language="XML" role="XML">&lt;container class=&quot;org.exoplatform.services.jcr.impl.storage.jdbc.JDBCWorkspaceDataContainer&quot;&gt;
   &lt;properties&gt;
@@ -61,17 +61,17 @@
       </callout>
 <!--      #      -->      <callout arearefs="area-Reference_Guide-Workspace_Data_Container-lazy-node-iterator-page-size">
         <para>
-                    <emphasis role="bold">lazy-node-iterator-page-size</emphasis>: &quot;Lazy&quot; child nodes iterator settings. Defines size of page, the number of nodes that are retrieved from persistent storage at once.
+                    <literal>lazy-node-iterator-page-size</literal>: &quot;Lazy&quot; child nodes iterator settings. Defines size of page, the number of nodes that are retrieved from persistent storage at once.
                 </para>
       </callout>
 <!--      #      -->      <callout arearefs="area-Reference_Guide-Workspace_Data_Container-acl-bloomfilter-false-positive-probability">
         <para>
-                    <emphasis role="bold">acl-bloomfilter-false-positive-probability</emphasis>: ACL Bloom-filter settings. ACL Bloom-filter desired false positive probability. Range [0..1]. Default value 0.1d.
+                    <literal>acl-bloomfilter-false-positive-probability</literal>: ACL Bloom-filter settings. ACL Bloom-filter desired false positive probability. Range [0..1]. Default value 0.1d.
                 </para>
       </callout>
 <!--      #      -->      <callout arearefs="area-Reference_Guide-Workspace_Data_Container-acl-bloomfilter-elements-number">
         <para>
-                    <emphasis role="bold">acl-bloomfilter-elements-number</emphasis>: ACL Bloom-filter settings. Expected number of ACL-elements in the Bloom-filter. Default value 1000000.
+                    <literal>acl-bloomfilter-elements-number</literal>: ACL Bloom-filter settings. Expected number of ACL-elements in the Bloom-filter. Default value 1000000.
                 </para>
       </callout>
     </calloutlist>
@@ -98,8 +98,8 @@
     </para>
   <programlistingco>
     <areaspec>
-      <area coords="2" id="area-Reference_Guide-Workspace_Data_Container-value_storage"/>
-      <area coords="6" id="area-Reference_Guide-Workspace_Data_Container-filters"/>
+      <area coords="2 123" id="area-Reference_Guide-Workspace_Data_Container-value_storage"/>
+      <area coords="6 90" id="area-Reference_Guide-Workspace_Data_Container-filters"/>
     </areaspec>
     <programlisting language="XML" role="XML">&lt;value-storages&gt;
   &lt;value-storage id=&quot;Storage #1&quot; class=&quot;org.exoplatform.services.jcr.impl.storage.value.fs.TreeFileValueStorage&quot;&gt;

Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/lock-manager-config.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/lock-manager-config.xml	2012-10-19 17:10:24 UTC (rev 8925)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/lock-manager-config.xml	2012-10-19 17:12:48 UTC (rev 8926)
@@ -95,7 +95,7 @@
             </para>
       <programlistingco>
         <areaspec>
-          <area coords="4 90" id="area-Reference_Guide-CacheableLockManagerImpl-Simple_JBoss_Cache_Configuration-jbosscache-lock-config.xml"/>
+          <area coords="4 173" id="area-Reference_Guide-CacheableLockManagerImpl-Simple_JBoss_Cache_Configuration-jbosscache-lock-config.xml"/>
         </areaspec>
         <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../../extras/Advanced_Development_JCR_lock-manager-config/default49.xml" parse="text"/></programlisting>
         <calloutlist>
@@ -112,10 +112,10 @@
       <programlistingco>
         <areaspec>
           <area coords="6 90" id="area-Reference_Guide-CacheableLockManagerImpl-Simple_JBoss_Cache_Configuration-clusterName"/>
-          <area coords="41 50" id="area-Reference_Guide-CacheableLockManagerImpl-Simple_JBoss_Cache_Configuration-cache.jdbc.table.name"/>
+          <area coords="41 90" id="area-Reference_Guide-CacheableLockManagerImpl-Simple_JBoss_Cache_Configuration-cache.jdbc.table.name"/>
           <areaset coords="" id="area-Reference_Guide-CacheableLockManagerImpl-Simple_JBoss_Cache_Configuration-cache.jdbc.types">
-            <area coords="48 50" id="area-Reference_Guide-CacheableLockManagerImpl-Simple_JBoss_Cache_Configuration-cache.jdbc.node.type"/>
-            <area coords="46 50" id="area-Reference_Guide-CacheableLockManagerImpl-Simple_JBoss_Cache_Configuration-cache.jdbc.fqn.type"/>
+            <area coords="48 90" id="area-Reference_Guide-CacheableLockManagerImpl-Simple_JBoss_Cache_Configuration-cache.jdbc.node.type"/>
+            <area coords="46 90" id="area-Reference_Guide-CacheableLockManagerImpl-Simple_JBoss_Cache_Configuration-cache.jdbc.fqn.type"/>
           </areaset>
         </areaspec>
         <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../../extras/Advanced_Development_JCR_lock-manager-config/default50.xml" parse="text"/></programlisting>
@@ -206,8 +206,7 @@
       <programlistingco>
         <areaspec>
           <areaset coords="" id="area-Reference_Guide-CacheableLockManagerImpl-Template_JBoss_Cache_Configuration-cache.jdbc.templates">
-            <area coords="24 50" id="area-Reference_Guide-CacheableLockManagerImpl-Template_JBoss_Cache_Configuration-cache.jdbc.table.name"/>
-            <area coords="35 50" id="area-Reference_Guide-CacheableLockManagerImpl-Template_JBoss_Cache_Configuration-cache.jdbc.datasource"/>
+            <area coords="24 90" id="area-Reference_Guide-CacheableLockManagerImpl-Template_JBoss_Cache_Configuration-cache.jdbc.table.name"/>
           </areaset>
         </areaspec>
         <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../../extras/Advanced_Development_JCR_lock-manager-config/you.xml" parse="text"/></programlisting>

Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/repository-creation-service.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/repository-creation-service.xml	2012-10-19 17:10:24 UTC (rev 8925)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/repository-creation-service.xml	2012-10-19 17:12:48 UTC (rev 8926)
@@ -46,7 +46,7 @@
         </para>
          <programlistingco>
             <areaspec>
-                <area coords="63 50" id="area-Reference_Guide-RepositoryCreationService-Configuration-factory-class-name" />
+                <area coords="63 90" id="area-Reference_Guide-RepositoryCreationService-Configuration-factory-class-name" />
 
             </areaspec>
              



More information about the gatein-commits mailing list