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/07/03 17:45:27 UTC

cvs commit: gump/project mx4j.xml

bodewig     2005/07/03 08:45:27

  Modified:    project  mx4j.xml
  Log:
  depend += xml-apis
  
  Revision  Changes    Path
  1.35      +2 -1      gump/project/mx4j.xml
  
  Index: mx4j.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/mx4j.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- mx4j.xml	16 Oct 2004 14:26:10 -0000	1.34
  +++ mx4j.xml	3 Jul 2005 15:45:27 -0000	1.35
  @@ -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.
  @@ -31,6 +31,7 @@
       <ant basedir="build" target="compile.rjmx"/>
       <depend project="ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
  +    <depend project="xml-apis"/>
       <depend project="xmlunit"/>
       <depend project="logging-log4j"/>
       <depend project="bcel"/>