rleland     2003/08/19 21:19:15

  Modified:    validator maven.xml
  Log:
  Enable html->xdoc for Validator 1.0.2 javadoc
  For a documentation system you gotta dig into the
  source code to get this to work. Sometimes
  you can't see the trees for the Forrest....
  
  Revision  Changes    Path
  1.3       +4 -0      jakarta-commons/validator/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml 5 Jun 2003 01:26:19 -0000       1.2
  +++ maven.xml 20 Aug 2003 04:19:15 -0000      1.3
  @@ -1,5 +1,9 @@
   <project default="java:jar">
   
  +  <preGoal name="xdoc:jelly-transform">
  +    <attainGoal name="html2xdoc"/>
  +  </preGoal>
  +
     <postGoal name="java:compile">
       
       <copy    todir="${maven.build.dir}/classes/">
  
  
  

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

Reply via email to