You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/10/14 13:13:14 UTC

svn commit: r1894247 - /xmlbeans/site/build/site/documentation/conInstallGuide.html

Author: fanningpj
Date: Thu Oct 14 13:13:13 2021
New Revision: 1894247

URL: http://svn.apache.org/viewvc?rev=1894247&view=rev
Log:
try to tidy up refs to xbean jar

Modified:
    xmlbeans/site/build/site/documentation/conInstallGuide.html

Modified: xmlbeans/site/build/site/documentation/conInstallGuide.html
URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/documentation/conInstallGuide.html?rev=1894247&r1=1894246&r2=1894247&view=diff
==============================================================================
--- xmlbeans/site/build/site/documentation/conInstallGuide.html (original)
+++ xmlbeans/site/build/site/documentation/conInstallGuide.html Thu Oct 14 13:13:13 2021
@@ -257,8 +257,7 @@ document.write("Last Published: " + docu
 <li>For XmlBeans 3.0.0 you need <a href="http://prdownloads.sourceforge.net/saxon/saxonb9-0-0-4j.zip?download">Saxon 9.0.0.4j</a>
 </li>
 									
-<li>For XmlBeans 4.0.0/5.0.0 you need <a href="https://search.maven.org/artifact/net.sf.saxon/Saxon-HE/10.2/jar">Saxon-HE 10.2</a>
-</li>
+<li>For XmlBeans 4.0.0/5.0.0 you need <a href="https://search.maven.org/artifact/net.sf.saxon/Saxon-HE/10.6/jar">Saxon-HE 10.6</a> (Other versions of Saxon-HE 10.x should work)</li>
                                 
 </ul>
 </li>
@@ -287,13 +286,13 @@ document.write("Last Published: " + docu
 <span class="lineno"></span><span class="codebody">    docs</span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">    lib (location of xbean.jar)</span>
+<span class="lineno"></span><span class="codebody">    lib (location of xmlbeans.jar or xbean.jar in older versions)</span>
 </div>
 <div class="codeline">
 <span class="lineno"></span><span class="codebody">    ...</span>
 </div>
 </div>
-<p>If you're building from source, paths will differ slightly (note the location of xbean.jar). You should account for this when setting up your environment.</p>
+<p>If you're building from source, paths will differ slightly (note the location of xmlbeans.jar). You should account for this when setting up your environment.</p>
 <div class="code">
 <div class="codeline">
 <span class="lineno"></span><span class="codebody">&lt;xmlbeans-version&gt;</span>
@@ -308,7 +307,7 @@ document.write("Last Published: " + docu
 <span class="lineno"></span><span class="codebody">        ...</span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">        lib (location of xbean.jar)</span>
+<span class="lineno"></span><span class="codebody">        lib (location of xmlbeans.jar or xbean.jar in older versions)</span>
 </div>
 <div class="codeline">
 <span class="lineno"></span><span class="codebody">        ...</span>
@@ -332,7 +331,7 @@ document.write("Last Published: " + docu
 <li>Edit the <span class="codefrag">PATH</span> variable so that it includes the bin directory of your XMLBeans
 				installation. For the XMLBeans release, you could add <span class="codefrag">%XMLBEANS_HOME%\bin</span>.</li>
 				
-<li>Edit the <span class="codefrag">CLASSPATH</span> variable to include the xbean.jar included with XMLBeans.
+<li>Edit the <span class="codefrag">CLASSPATH</span> variable to include the xmlbeans or xbean jar included with XMLBeans.
 				<p>This is located in the lib directory. If you built XMLBeans from source, you can also use the
 				JAR file in the build/ar or build/lib directories.</p>
 </li>



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