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 14:45:26 UTC

cvs commit: gump/project opensaml.xml

bodewig     2005/04/21 05:45:26

  Modified:    project  opensaml.xml
  Log:
  opensaml needs xml-apis
  
  Revision  Changes    Path
  1.5       +2 -3      gump/project/opensaml.xml
  
  Index: opensaml.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/opensaml.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- opensaml.xml	9 Mar 2005 10:17:32 -0000	1.4
  +++ opensaml.xml	21 Apr 2005 12:45:26 -0000	1.5
  @@ -33,10 +33,9 @@
       <depend project="junit"/>
       <depend project="logging-log4j" />
       <depend project="jakarta-servletapi-4"/>
  +    <depend project="xml-apis" runtime="true"/>
       <depend project="xml-security" inherit="runtime"/>
  -    <depend project="xml-xerces" inherit="runtime" runtime="true"/>
  -
  -    <depend project="xml-xerces"/>
  +    <depend project="xml-xerces" runtime="true"/>
   
       <home nested="java/dist"/>
       <jar name="opensaml.jar"/>