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/01 10:49:12 UTC

cvs commit: gump/project xmlunit.xml xml-stylebook.xml

bodewig     2005/04/01 00:49:12

  Modified:    project  xmlunit.xml xml-stylebook.xml
  Log:
  Needs explicit dependency on xml-apis
  
  Revision  Changes    Path
  1.21      +2 -1      gump/project/xmlunit.xml
  
  Index: xmlunit.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/xmlunit.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- xmlunit.xml	16 Oct 2004 14:26:10 -0000	1.20
  +++ xmlunit.xml	1 Apr 2005 08:49:12 -0000	1.21
  @@ -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.
  @@ -32,6 +32,7 @@
         <property name="test.report.dir" value="testreports"/>
       </ant>
       <depend project="ant" inherit="runtime"/>
  +    <depend project="xml-apis"/>
       <depend project="xml-xerces"/>
       <depend project="xalan" runtime="true"/>
       <work nested="classes"/>
  
  
  
  1.14      +2 -1      gump/project/xml-stylebook.xml
  
  Index: xml-stylebook.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/xml-stylebook.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- xml-stylebook.xml	16 Oct 2004 14:26:10 -0000	1.13
  +++ xml-stylebook.xml	1 Apr 2005 08:49:12 -0000	1.14
  @@ -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.
  @@ -28,6 +28,7 @@
         <property name="build.dir" value="./build2"/>
       </ant>
       <depend project="bootstrap-ant"/>
  +    <depend project="xml-apis"/>
       <depend project="xml-xerces"/>
       <depend project="xalan"/>
       <jar name="bin/stylebook-1.0-b3_xalan-2.jar"/>