Author: kwright
Date: Tue Mar  4 13:14:18 2014
New Revision: 1574090

URL: http://svn.apache.org/r1574090
Log:
Fix broken site build

Modified:
    
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
    
manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml

Modified: 
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml?rev=1574090&r1=1574089&r2=1574090&view=diff
==============================================================================
--- 
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
 (original)
+++ 
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
 Tue Mar  4 13:14:18 2014
@@ -971,8 +971,8 @@ cd example
             <caption>Advanced property.xml properties</caption>
             
<tr><th>Property</th><th>Required?</th><th>Default</th><th>Function</th></tr>
             
<tr><td>org.apache.manifoldcf.crawler.repository.store_history</td><td>No</td><td>true</td><td>If
 you do not require reports from within this will disable logging to the 
repository history (although the reports will still run they will not contain 
any content). This can increase throughput and reduce the rate of growth of the 
database.</td></tr>
-            
<tr><td>org.apache.manifoldcf.db.postgres.analyze.&#60;tablename&#62;</td><td>No</td>2000<td></td><td>For
 postgresql, specify how many changes should be carried out before carrying out 
an 'ANALYZE' on the specified table.</td></tr>
-            
<tr><td>org.apache.manifoldcf.db.postgres.analyze.&#60;tablename&#62;</td><td>No</td>250000<td></td><td>For
 postgresql, specify how many changes should be carried out before carrying out 
an 'REINDEX' on the specified table.</td></tr>
+            
<tr><td>org.apache.manifoldcf.db.postgres.analyze.&#60;tablename&#62;</td><td>No</td><td>2000</td><td>For
 postgresql, specify how many changes should be carried out before carrying out 
an 'ANALYZE' on the specified table.</td></tr>
+            
<tr><td>org.apache.manifoldcf.db.postgres.analyze.&#60;tablename&#62;</td><td>No</td><td>250000</td><td>For
 postgresql, specify how many changes should be carried out before carrying out 
an 'REINDEX' on the specified table.</td></tr>
             
<tr><td>org.apache.manifoldcf.ui.maxstatuscount</td><td>No</td><td>10000</td><td>Set
 the upper limit for the precise document count to be returned on the 'Status 
and Job Management' page.</td></tr>
           </table>
           <p></p>

Modified: 
manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml?rev=1574090&r1=1574089&r2=1574090&view=diff
==============================================================================
--- 
manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml
 (original)
+++ 
manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml
 Tue Mar  4 13:14:18 2014
@@ -971,8 +971,8 @@ cd example
             <caption>Advanced property.xml properties</caption>
             
<tr><th>Property</th><th>Required?</th><th>Default</th><th>Function</th></tr>
             
<tr><td>org.apache.manifoldcf.crawler.repository.store_history</td><td>No</td><td>true</td><td>If
 you do not require reports from within this will disable logging to the 
repository history (although the reports will still run they will not contain 
any content). This can increase throughput and reduce the rate of growth of the 
database.</td></tr>
-            
<tr><td>org.apache.manifoldcf.db.postgres.analyze.&#60;tablename&#62;</td><td>No</td>2000<td></td><td>For
 postgresql, specify how many changes should be carried out before carrying out 
an 'ANALYZE' on the specified table.</td></tr>
-            
<tr><td>org.apache.manifoldcf.db.postgres.analyze.&#60;tablename&#62;</td><td>No</td>250000<td></td><td>For
 postgresql, specify how many changes should be carried out before carrying out 
an 'REINDEX' on the specified table.</td></tr>
+            
<tr><td>org.apache.manifoldcf.db.postgres.analyze.&#60;tablename&#62;</td><td>No</td><td>2000</td><td>For
 postgresql, specify how many changes should be carried out before carrying out 
an 'ANALYZE' on the specified table.</td></tr>
+            
<tr><td>org.apache.manifoldcf.db.postgres.analyze.&#60;tablename&#62;</td><td>No</td><td>250000</td><td>For
 postgresql, specify how many changes should be carried out before carrying out 
an 'REINDEX' on the specified table.</td></tr>
             
<tr><td>org.apache.manifoldcf.ui.maxstatuscount</td><td>No</td><td>10000</td><td>Set
 the upper limit for the precise document count to be returned on the 'Status 
and Job Management' page.</td></tr>
           </table>
           <p></p>


Reply via email to