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:50:15 UTC

cvs commit: gump/project ws-juddi.xml ws-wsif.xml

bodewig     2005/07/03 08:50:15

  Modified:    project  ws-juddi.xml ws-wsif.xml
  Log:
  depend += xml-apis
  
  Revision  Changes    Path
  1.7       +2 -2      gump/project/ws-juddi.xml
  
  Index: ws-juddi.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/ws-juddi.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ws-juddi.xml	6 Oct 2004 04:59:58 -0000	1.6
  +++ ws-juddi.xml	3 Jul 2005 15:50:15 -0000	1.7
  @@ -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.
  @@ -41,7 +41,7 @@
           <depend project="commons-pool"/>
           <depend project="jakarta-servletapi"/>
           <depend project="xml-xerces"/>
  -
  +        <depend project="xml-apis"/>
           <option project="checkstyle"/>
   
           <jar name="juddi-@@DATE@@.jar"/>
  
  
  
  1.4       +2 -1      gump/project/ws-wsif.xml
  
  Index: ws-wsif.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/ws-wsif.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ws-wsif.xml	27 Feb 2004 09:22:56 -0000	1.3
  +++ ws-wsif.xml	3 Jul 2005 15:50:15 -0000	1.4
  @@ -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.
  @@ -41,6 +41,7 @@
   
       <depend project="ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
  +    <depend project="xml-apis"/>
       <depend project="bsf"/>
       <depend project="ejb"/>
       <depend project="javamail"/>