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 2004/10/26 16:52:29 UTC

cvs commit: gump/project jakarta-cactus.xml

bodewig     2004/10/26 07:52:29

  Modified:    project  jakarta-cactus.xml
  Log:
  Projects with xml-apis on the bootclasspath must also depend on Xalan if they want to run XSLT transformations in JDK 1.5
  
  Revision  Changes    Path
  1.52      +2 -0      gump/project/jakarta-cactus.xml
  
  Index: jakarta-cactus.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-cactus.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- jakarta-cactus.xml	22 Oct 2004 03:02:35 -0000	1.51
  +++ jakarta-cactus.xml	26 Oct 2004 14:52:29 -0000	1.52
  @@ -161,6 +161,7 @@
     
       <depend project="ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
  +    <depend project="xalan"/>
       <option project="checkstyle" inherit="runtime"/>
   
       <work nested="integration/ant/target-12/classes/java"/>
  @@ -210,6 +211,7 @@
     
       <depend project="ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
  +    <depend project="xalan"/>
       <option project="checkstyle" inherit="runtime"/>
   
       <work nested="integration/ant/target-13/classes/java"/>