You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/04/21 11:10:46 UTC

cvs commit: gump/project jtidy.xml

bodewig     2005/04/21 02:10:46

  Modified:    project  jtidy.xml
  Log:
  xml-apis contains DOM3 now
  
  Revision  Changes    Path
  1.18      +3 -1      gump/project/jtidy.xml
  
  Index: jtidy.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jtidy.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- jtidy.xml	4 Nov 2004 21:54:16 -0000	1.17
  +++ jtidy.xml	21 Apr 2005 09:10:46 -0000	1.18
  @@ -1,6 +1,6 @@
   <?xml version="1.0" ?>
   <!--
  -  Copyright 2001-2004 The Apache Software Foundation
  +  Copyright 2001-2005 The Apache Software Foundation
   
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
  @@ -29,6 +29,8 @@
   
       <maven goal="jar">
         <property name="maven.final.name" value="jtidy-@@DATE@@"/>
  +      <property name="maven.jar.dom3-xml-apis"
  +        project="xml-apis" reference="jarpath"/>
       </maven>
   
       <depend project="ant" inherit="runtime"/>