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/21 09:09:49 UTC

cvs commit: gump/project checkstyle.xml jakarta-site2.xml

bodewig     2005/02/21 00:09:49

  Modified:    project  checkstyle.xml jakarta-site2.xml
  Log:
  jakarta-site uses XSLT now (and requires Xalan-J)
  
  Revision  Changes    Path
  1.36      +1 -1      gump/project/checkstyle.xml
  
  Index: checkstyle.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/checkstyle.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- checkstyle.xml	21 Feb 2005 08:08:33 -0000	1.35
  +++ checkstyle.xml	21 Feb 2005 08:09:49 -0000	1.36
  @@ -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.
  
  
  
  1.10      +2 -4      gump/project/jakarta-site2.xml
  
  Index: jakarta-site2.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-site2.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- jakarta-site2.xml	28 Jan 2005 08:22:11 -0000	1.9
  +++ jakarta-site2.xml	21 Feb 2005 08:09:49 -0000	1.10
  @@ -26,11 +26,9 @@
     <project name="jakarta-site2">
       <ant/>
       <depend project="ant" inherit="runtime"/>
  +    <depend project="xalan"/>
       <depend project="xml-xerces"/>
  -    <depend project="jdom"/>
  -    <depend project="jakarta-velocity"/>
  -    <depend project="avalon-logkit"/>
  -    <depend project="commons-collections"/>
  +    <depend project="xml-apis"/>
     </project>
   
   </module>