You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by jo...@apache.org on 2004/08/26 08:20:56 UTC

cvs commit: ws-jaxme/src/documentation/manual firststeps.xml

jochen      2004/08/25 23:20:55

  Modified:    src/documentation/manual firststeps.xml
  Log:
  Fixed a misleading comment on the "produces" element.
  
  Revision  Changes    Path
  1.4       +7 -2      ws-jaxme/src/documentation/manual/firststeps.xml
  
  Index: firststeps.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/src/documentation/manual/firststeps.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- firststeps.xml	23 Jul 2004 07:17:58 -0000	1.3
  +++ firststeps.xml	26 Aug 2004 06:20:55 -0000	1.4
  @@ -94,8 +94,13 @@
           schema="examples/misc/address.xsd" 
           target="build/src">
               <!--
  -            The source files to be created. The implictly identifies the package
  -            to which the sources will belong.
  +            The source files being created. The xjc task uses these for
  +            a check, whether they are uptodate. If so, the generation is
  +            skipped, for improved speed.
  +            Specifying the package isn't necessary, unless you have other
  +            files in the target directory as well, for example manually
  +            written files or files created by another generator or xjc call.
  +            If so, these need to be excluded from the uptodate check.
               -->
               <produces includes="org/apache/ws/jaxme/examples/misc/address/*.java"/>
         </xjc>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org