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/05/11 08:58:37 UTC

cvs commit: gump/project checkstyle.xml jakarta-turbine-jcs.xml

bodewig     2005/05/10 23:58:37

  Modified:    project  checkstyle.xml jakarta-turbine-jcs.xml
  Log:
  xml-apis
  
  Revision  Changes    Path
  1.37      +1 -0      gump/project/checkstyle.xml
  
  Index: checkstyle.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/checkstyle.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- checkstyle.xml	21 Feb 2005 08:09:49 -0000	1.36
  +++ checkstyle.xml	11 May 2005 06:58:37 -0000	1.37
  @@ -39,6 +39,7 @@
       </ant>
   
       <depend project="ant" inherit="runtime"/>
  +    <depend project="xml-apis"/>
       <depend project="xml-xerces"/>
       <depend project="xalan"/>
       <depend project="antlr" runtime="true"/>
  
  
  
  1.12      +1 -0      gump/project/jakarta-turbine-jcs.xml
  
  Index: jakarta-turbine-jcs.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-turbine-jcs.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- jakarta-turbine-jcs.xml	9 Mar 2005 10:45:15 -0000	1.11
  +++ jakarta-turbine-jcs.xml	11 May 2005 06:58:37 -0000	1.12
  @@ -40,6 +40,7 @@
       
       <!-- All Maven projects need Ant and Xerces to build. -->
       <depend project="ant"/>
  +    <depend project="xml-apis"/>
       <depend project="xml-xerces"/>
   
       <depend project="commons-collections"/>