mac         2005/05/20 00:57:11

  Modified:    src/documentation/manual xjctask.xml
  Log:
  Fixed inconsistency in xjctask documentation
  
  Revision  Changes    Path
  1.5       +12 -12    ws-jaxme/src/documentation/manual/xjctask.xml
  
  Index: xjctask.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/src/documentation/manual/xjctask.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- xjctask.xml       23 Sep 2004 22:58:45 -0000      1.4
  +++ xjctask.xml       20 May 2005 07:57:11 -0000      1.5
  @@ -120,16 +120,6 @@
             <entry>JAXB XJC</entry>
             <entry>No, defaults to "false"</entry>
                </row>
  -             <row>
  -               <entry>schemaReader</entry>
  -               <entry>Configures the schema reader to use. Defaults to
  -            "org.apache.ws.jaxme.generator.sg.impl.JAXBSchemaReader", which 
is the JAXB compliant
  -            schema reader. An alternative schema reader is, for example,
  -            "org.apache.ws.jaxme.generator.sg.impl.JaxMeSchemaReader" 
  -            (a subclass of JAXBSchemaReader with JaxMe specific 
extensions).</entry>
  -          <entry>JaxMe</entry>
  -          <entry>No, defaults to 
"org.apache.ws.jaxme.generator.sg.impl.JAXBSchemaReader"</entry>
  -             </row>
           <row>
             <entry>stackSize</entry>
             <entry><para>Specifies the thread stack size for the XJC binding 
compiler (J2SE SDK v1.4
  @@ -210,8 +200,8 @@
                <row>
                  <entry>classpath</entry>
                  <entry><para>This nested element specifies the classpath for 
loading user defined classes.
  -                   For example, the schema reader specified by the 
"schemaReader" attribute may be such
  -                   a type.</para>
  +                   For example, the schema reader specified by the 
"schemaReader" nested element may be 
  +                   such a type.</para>
                    <para>The JAXB binding compiler uses this classpath when 
loading user defined types,
                      as specified by the &lt;javaType&gt; customization. This 
is currently not the case
                      for JaxMe: The type names are simply compiled in without 
an attempt to actually load
  @@ -285,6 +275,16 @@
               specifying the command line argument "-dtd".</entry>
             <entry>0..1</entry>
           </row>
  +             <row>
  +               <entry>schemaReader</entry>
  +               <entry>Configures the schema reader to use. Defaults to
  +            "org.apache.ws.jaxme.generator.sg.impl.JAXBSchemaReader", which 
is the JAXB compliant
  +            schema reader. An alternative schema reader is, for example,
  +            "org.apache.ws.jaxme.generator.sg.impl.JaxMeSchemaReader" 
  +            (a subclass of JAXBSchemaReader with JaxMe specific 
extensions).</entry>
  +          <entry>JaxMe</entry>
  +          <entry>0..1</entry>
  +             </row>        
         </tbody>
       </tgroup>
       </table>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to