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/02/17 17:21:43 UTC

cvs commit: gump/project jakarta-poi3.xml

bodewig     2005/02/17 08:21:43

  Modified:    project  jakarta-poi3.xml
  Log:
  POI depends on Xalan, says the JDK 1.5 build
  
  Revision  Changes    Path
  1.13      +2 -1      gump/project/jakarta-poi3.xml
  
  Index: jakarta-poi3.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-poi3.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- jakarta-poi3.xml	7 Dec 2004 07:44:26 -0000	1.12
  +++ jakarta-poi3.xml	17 Feb 2005 16:21:43 -0000	1.13
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!--
  -  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 @@
           <depend project="junit"/>
       <depend project="xml-apis"/>
           <depend project="xml-xerces"/>
  +    <depend project="xalan"/>
           <work nested="build/classes"/>
           <work nested="build/contrib-classes"/>
           <work nested="build/scratchpad-classes"/>