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 rd...@apache.org on 2004/02/28 15:12:14 UTC

cvs commit: ws-jaxme build.xml

rdonkin     2004/02/28 06:12:14

  Modified:    .        build.xml
  Log:
  Added support for an javadoc overview document into the build script.
  
  Revision  Changes    Path
  1.14      +2 -1      ws-jaxme/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml	1 Jan 2004 17:51:00 -0000	1.13
  +++ build.xml	28 Feb 2004 14:12:14 -0000	1.14
  @@ -154,7 +154,8 @@
                    splitindex="false"
                           use="false"
                       version="true"
  -               packagenames="javax.xml.*,org.apache.ws.jaxme.*">
  +               packagenames="javax.xml.*,org.apache.ws.jaxme.*"
  +               overview="src/overview.html">
         <excludepackage name="org.apache.ws.jaxme.examples.misc.address"/>
         <excludepackage name="org.apache.ws.jaxme.junit"/>
         <excludepackage name="org.apache.ws.jaxme.pm.junit"/>
  
  
  

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