You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by ce...@apache.org on 2012/08/15 18:53:27 UTC

svn commit: r1373527 - in /xmlbeans/site: build/site/ build/site/skin/ src/documentation/content/xdocs/

Author: cezar
Date: Wed Aug 15 16:53:26 2012
New Revision: 1373527

URL: http://svn.apache.org/viewvc?rev=1373527&view=rev
Log:
Small fixes.


Modified:
    xmlbeans/site/build/site/index.html
    xmlbeans/site/build/site/linkmap.html
    xmlbeans/site/build/site/news.html
    xmlbeans/site/build/site/overview.html
    xmlbeans/site/build/site/skin/basic.css
    xmlbeans/site/build/site/skin/print.css
    xmlbeans/site/build/site/skin/screen.css
    xmlbeans/site/src/documentation/content/xdocs/index.xml
    xmlbeans/site/src/documentation/content/xdocs/news.xml
    xmlbeans/site/src/documentation/content/xdocs/site.xml

Modified: xmlbeans/site/build/site/index.html
URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/index.html?rev=1373527&r1=1373526&r2=1373527&view=diff
==============================================================================
--- xmlbeans/site/build/site/index.html (original)
+++ xmlbeans/site/build/site/index.html Wed Aug 15 16:53:26 2012
@@ -131,10 +131,10 @@ document.write("Last Published: " + docu
 <a href="docs/1.0.4/reference/index.html" title="v1.0.4 API">v1.0.4 Javadoc</a>
 </div>
 <div class="menuitem">
-<a href="docs/2.2.0/reference/index.html" title="v2.2.0 API">v2.2.0 Javadoc</a>
+<a href="docs/2.4.0/reference/index.html" title="v2.4.0 API">v2.4.0 Javadoc</a>
 </div>
 <div class="menuitem">
-<a href="docs/2.4.0/reference/index.html" title="v2.4.0 API">v2.4.0 Javadoc</a>
+<a href="docs/2.6.0/reference/index.html" title="v2.6.0 API">v2.6.0 Javadoc</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.1.2', 'skin/')" id="menu_1.1.2Title" class="menutitle">Get XMLBeans</div>
@@ -231,7 +231,7 @@ document.write("Last Published: " + docu
 <h2 class="h3">Release: Apache XMLBeans 2.6.0 (August 14, 2012)</h2>
 <div class="section">
 <p>
-	Latest release files<a href="http://www.apache.org/dyn/closer.cgi/xmlbeans">are available</a>.
+	Latest release files <a href="http://www.apache.org/dyn/closer.cgi/xmlbeans">are available</a>.
     </p>
 <p>
 	Few of the improvements in this release (for a more complete list of changes see 
@@ -241,8 +241,7 @@ document.write("Last Published: " + docu
 	
 <li>Add new xml option CopyUseNewSynchronizationDomain used for copy. This fixes the scenario when copy and access (ex. selectPath) are used in a multithreading environment.</li>
 	
-<li>Entitize \r when not in pretty print, this helps with maintainig \r
-	7 entities</li>
+<li>Entitize \r when not in pretty print, this helps with maintainig \r entities</li>
 	
 <li>Update durations to latest spec.</li>
 	

Modified: xmlbeans/site/build/site/linkmap.html
URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/linkmap.html?rev=1373527&r1=1373526&r2=1373527&view=diff
==============================================================================
--- xmlbeans/site/build/site/linkmap.html (original)
+++ xmlbeans/site/build/site/linkmap.html Wed Aug 15 16:53:26 2012
@@ -263,10 +263,10 @@ document.write("Last Published: " + docu
 <a href="docs/1.0.4/reference/index.html" title="v1.0.4 API">v1.0.4 Javadoc</a>
 </div>
 <div class="menuitem">
-<a href="docs/2.2.0/reference/index.html" title="v2.2.0 API">v2.2.0 Javadoc</a>
+<a href="docs/2.4.0/reference/index.html" title="v2.4.0 API">v2.4.0 Javadoc</a>
 </div>
 <div class="menuitem">
-<a href="docs/2.4.0/reference/index.html" title="v2.4.0 API">v2.4.0 Javadoc</a>
+<a href="docs/2.6.0/reference/index.html" title="v2.6.0 API">v2.6.0 Javadoc</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.6.2', 'skin/')" id="menu_1.6.2Title" class="menutitle">Get XMLBeans</div>
@@ -656,15 +656,15 @@ document.write("Last Published: " + docu
 <li>
 <a href="docs/1.0.4/reference/index.html">v1.0.4 Javadoc</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>javadoc104</em>&nbsp;: v1.0.4 API</li>
 </ul>
-            
+	    
 <ul>
 <li>
-<a href="docs/2.2.0/reference/index.html">v2.2.0 Javadoc</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>javadoc200</em>&nbsp;: v2.2.0 API</li>
+<a href="docs/2.4.0/reference/index.html">v2.4.0 Javadoc</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>javadoc200</em>&nbsp;: v2.4.0 API</li>
 </ul>
-	    
+            
 <ul>
 <li>
-<a href="docs/2.4.0/reference/index.html">v2.4.0 Javadoc</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>javadoc200</em>&nbsp;: v2.4.0 API</li>
+<a href="docs/2.6.0/reference/index.html">v2.6.0 Javadoc</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>javadoc200</em>&nbsp;: v2.6.0 API</li>
 </ul>
         
 </ul>

Modified: xmlbeans/site/build/site/news.html
URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/news.html?rev=1373527&r1=1373526&r2=1373527&view=diff
==============================================================================
--- xmlbeans/site/build/site/news.html (original)
+++ xmlbeans/site/build/site/news.html Wed Aug 15 16:53:26 2012
@@ -131,10 +131,10 @@ document.write("Last Published: " + docu
 <a href="docs/1.0.4/reference/index.html" title="v1.0.4 API">v1.0.4 Javadoc</a>
 </div>
 <div class="menuitem">
-<a href="docs/2.2.0/reference/index.html" title="v2.2.0 API">v2.2.0 Javadoc</a>
+<a href="docs/2.4.0/reference/index.html" title="v2.4.0 API">v2.4.0 Javadoc</a>
 </div>
 <div class="menuitem">
-<a href="docs/2.4.0/reference/index.html" title="v2.4.0 API">v2.4.0 Javadoc</a>
+<a href="docs/2.6.0/reference/index.html" title="v2.6.0 API">v2.6.0 Javadoc</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.1.2', 'skin/')" id="menu_1.1.2Title" class="menutitle">Get XMLBeans</div>
@@ -204,7 +204,7 @@ document.write("Last Published: " + docu
 <h2 class="h3">Release: Apache XMLBeans 2.6.0 (August 14, 2012)</h2>
 <div class="section">
 <p>
-	Latest release files<a href="http://www.apache.org/dyn/closer.cgi/xmlbeans">are available</a>.
+	Latest release files <a href="http://www.apache.org/dyn/closer.cgi/xmlbeans">are available</a>.
     </p>
 <p>
 	Few of the improvements in this release (for a more complete list of changes see 
@@ -214,8 +214,7 @@ document.write("Last Published: " + docu
 	
 <li>Add new xml option CopyUseNewSynchronizationDomain used for copy. This fixes the scenario when copy and access (ex. selectPath) are used in a multithreading environment.</li>
 	
-<li>Entitize \r when not in pretty print, this helps with maintainig \r
-	7 entities</li>
+<li>Entitize \r when not in pretty print, this helps with maintainig \r entities</li>
 	
 <li>Update durations to latest spec.</li>
 	

Modified: xmlbeans/site/build/site/overview.html
URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/overview.html?rev=1373527&r1=1373526&r2=1373527&view=diff
==============================================================================
--- xmlbeans/site/build/site/overview.html (original)
+++ xmlbeans/site/build/site/overview.html Wed Aug 15 16:53:26 2012
@@ -131,10 +131,10 @@ document.write("Last Published: " + docu
 <a href="docs/1.0.4/reference/index.html" title="v1.0.4 API">v1.0.4 Javadoc</a>
 </div>
 <div class="menuitem">
-<a href="docs/2.2.0/reference/index.html" title="v2.2.0 API">v2.2.0 Javadoc</a>
+<a href="docs/2.4.0/reference/index.html" title="v2.4.0 API">v2.4.0 Javadoc</a>
 </div>
 <div class="menuitem">
-<a href="docs/2.4.0/reference/index.html" title="v2.4.0 API">v2.4.0 Javadoc</a>
+<a href="docs/2.6.0/reference/index.html" title="v2.6.0 API">v2.6.0 Javadoc</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.1.2', 'skin/')" id="menu_1.1.2Title" class="menutitle">Get XMLBeans</div>

Modified: xmlbeans/site/build/site/skin/basic.css
URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/skin/basic.css?rev=1373527&r1=1373526&r2=1373527&view=diff
==============================================================================
--- xmlbeans/site/build/site/skin/basic.css (original)
+++ xmlbeans/site/build/site/skin/basic.css Wed Aug 15 16:53:26 2012
@@ -164,4 +164,4 @@ p {
 .codefrag {
   font-family: "Courier New", Courier, monospace;
   font-size: 110%;
-}
+}
\ No newline at end of file

Modified: xmlbeans/site/build/site/skin/print.css
URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/skin/print.css?rev=1373527&r1=1373526&r2=1373527&view=diff
==============================================================================
--- xmlbeans/site/build/site/skin/print.css (original)
+++ xmlbeans/site/build/site/skin/print.css Wed Aug 15 16:53:26 2012
@@ -51,4 +51,4 @@ a:link, a:visited {
 
 acronym {
   border: 0;
-}
+}
\ No newline at end of file

Modified: xmlbeans/site/build/site/skin/screen.css
URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/skin/screen.css?rev=1373527&r1=1373526&r2=1373527&view=diff
==============================================================================
--- xmlbeans/site/build/site/skin/screen.css (original)
+++ xmlbeans/site/build/site/skin/screen.css Wed Aug 15 16:53:26 2012
@@ -584,4 +584,4 @@ p.instruction {
   list-style-image: url('../images/instruction_arrow.png');
   list-style-position: outside;
   margin-left: 2em;
-} 
+} 
\ No newline at end of file

Modified: xmlbeans/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/index.xml?rev=1373527&r1=1373526&r2=1373527&view=diff
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/index.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/index.xml Wed Aug 15 16:53:26 2012
@@ -29,7 +29,7 @@
   <section>
     <title>Release: Apache XMLBeans 2.6.0 (August 14, 2012)</title>
     <p>
-	Latest release files<link href="http://www.apache.org/dyn/closer.cgi/xmlbeans">are available</link>.
+	Latest release files <link href="http://www.apache.org/dyn/closer.cgi/xmlbeans">are available</link>.
     </p>
     <p>
 	Few of the improvements in this release (for a more complete list of changes see 
@@ -37,8 +37,7 @@
     </p>
     <ul>
 	<li>Add new xml option CopyUseNewSynchronizationDomain used for copy. This fixes the scenario when copy and access (ex. selectPath) are used in a multithreading environment.</li>
-	<li>Entitize \r when not in pretty print, this helps with maintainig \r
-	7 entities</li>
+	<li>Entitize \r when not in pretty print, this helps with maintainig \r entities</li>
 	<li>Update durations to latest spec.</li>
 	<li>Fix for compiling schema that contains complex type with simple
 content that has facets defined in the base simple type</li>

Modified: xmlbeans/site/src/documentation/content/xdocs/news.xml
URL: http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/news.xml?rev=1373527&r1=1373526&r2=1373527&view=diff
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/news.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/news.xml Wed Aug 15 16:53:26 2012
@@ -11,7 +11,7 @@
   <section>
     <title>Release: Apache XMLBeans 2.6.0 (August 14, 2012)</title>
     <p>
-	Latest release files<link href="http://www.apache.org/dyn/closer.cgi/xmlbeans">are available</link>.
+	Latest release files <link href="http://www.apache.org/dyn/closer.cgi/xmlbeans">are available</link>.
     </p>
     <p>
 	Few of the improvements in this release (for a more complete list of changes see 
@@ -19,8 +19,7 @@
     </p>
     <ul>
 	<li>Add new xml option CopyUseNewSynchronizationDomain used for copy. This fixes the scenario when copy and access (ex. selectPath) are used in a multithreading environment.</li>
-	<li>Entitize \r when not in pretty print, this helps with maintainig \r
-	7 entities</li>
+	<li>Entitize \r when not in pretty print, this helps with maintainig \r entities</li>
 	<li>Update durations to latest spec.</li>
 	<li>Fix for compiling schema that contains complex type with simple
 content that has facets defined in the base simple type</li>

Modified: xmlbeans/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/site.xml?rev=1373527&r1=1373526&r2=1373527&view=diff
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/site.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/site.xml Wed Aug 15 16:53:26 2012
@@ -109,8 +109,8 @@ See http://xml.apache.org/forrest/linkin
                 href="documentation/tutorial_getstarted.html" description="Write some XMLBeans code."/>
             <sample label="Samples" href="samples/index.html" description="See a list of samples for download."/>
             <javadoc104 label="v1.0.4 Javadoc" href="docs/1.0.4/reference/index.html" description="v1.0.4 API"/>
-            <javadoc200 label="v2.2.0 Javadoc" href="docs/2.2.0/reference/index.html" description="v2.2.0 API"/>
 	    <javadoc200 label="v2.4.0 Javadoc" href="docs/2.4.0/reference/index.html" description="v2.4.0 API"/>
+            <javadoc200 label="v2.6.0 Javadoc" href="docs/2.6.0/reference/index.html" description="v2.6.0 API"/>
         </learn>
         <download label="Get XMLBeans">
             <currentRelease label="Current Release" href="sourceAndBinaries/index.html#Current+Release"



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: commits-help@xmlbeans.apache.org