You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/01/11 15:02:49 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/axis/xdocs index.xml

dion        2003/01/11 06:02:49

  Modified:    src/plugins-build/axis/xdocs index.xml
  Log:
  Fix missing <p>
  
  Revision  Changes    Path
  1.2       +4 -2      jakarta-turbine-maven/src/plugins-build/axis/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/axis/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	11 Jan 2003 13:33:15 -0000	1.1
  +++ index.xml	11 Jan 2003 14:02:49 -0000	1.2
  @@ -7,8 +7,10 @@
     </properties>
     <body>
       <section name="Overview">
  -      This plugin exposes the functionality of Apache's XML Axis project
  -      for usage within Maven
  +      <p>
  +        This plugin exposes the functionality of Apache's XML Axis project
  +        for usage within Maven.
  +      </p>
       </section>
     </body>
   </document>