Index: docs/guide/antXmlbean.html
===================================================================
--- docs/guide/antXmlbean.html	(revision 232366)
+++ docs/guide/antXmlbean.html	(working copy)
@@ -45,16 +45,18 @@
     building an XMLBean JAR from XSD and WSDL files. If desired, the task can
     also generate the source code that makes up the XMLBean type system specified
     by the schema files.</p>
-  <p class="notepara"><b>Note:</b> This task depends on an external library not
-    included in the Ant distribution called xbean.jar. &nbsp;It can be found in
-    the XMLBeans developer kit at <a
+  <p class="notepara"><b>Note:</b> This task depends on two external libraries not
+    included in the Ant distribution: one called xbean.jar, one called jsr173_api.jar.
+    Both can be found in the XMLBeans developer kit at <a
  href="http://xmlbeans.apache.org/" target="_blank">http://xmlbeans.apache.org/</a>.
     The build script will need to include a taskdef for xmlbean, which could look
     like this:</p>
 </div>
 <blockquote>
   <div class="notepara">
-    <pre class="notepara">&lt;taskdef name="xmlbean" classname="org.apache.xmlbeans.impl.tool.XMLBean" classpath="path/to/xbean.jar"/&gt;</pre>
+    <pre class="notepara">&lt;taskdef name="xmlbean"
+         classname="org.apache.xmlbeans.impl.tool.XMLBean"
+         classpath="path/to/xbean.jar:path/to/jsr173_api.jar" /&gt;</pre>
   </div>
 </blockquote>
 <div>
@@ -308,7 +310,9 @@
 </div>
 <div id=topictext> Be sure to define the task in your script, like this:</div>
 <div>
-  <pre>&lt;taskdef name="xmlbean" classname="org.apache.xmlbeans.impl.tool.XMLBean" classpath="path/to/xbean.jar" /&gt;</pre>
+  <pre>&lt;taskdef name="xmlbean"
+         classname="org.apache.xmlbeans.impl.tool.XMLBean"
+         classpath="path/to/xbean.jar:path/to/jsr173_api.jar" /&gt;</pre>
   <p>The following builds all the schemas in the schemas directory and creates
     a jar called &quot;Schemas.jar&quot;.</p>
 </div>
