You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by ru...@apache.org on 2002/03/02 18:48:12 UTC

cvs commit: jakarta-alexandria/proposal/gump/project checkstyle.xml

rubys       02/03/02 09:48:12

  Added:       proposal/gump/project checkstyle.xml
  Log:
  New Gump descriptor for checkstyle
  Submitted by:   Conor MacNeill <co...@cortexbusiness.com.au>
  
  Revision  Changes    Path
  1.1                  jakarta-alexandria/proposal/gump/project/checkstyle.xml
  
  Index: checkstyle.xml
  ===================================================================
  <module name="checkstyle">
  
    <url href="http://checkstyle.sourceforge.net/"/>
    <description>
      Java style checker
    </description>
  
    <cvs repository="sourceforge" host-prefix="cvs.checkstyle" dir="checkstyle"/>
  
    <project name="checkstyle">
      <ant target="run.tests"/>
      <depend project="jakarta-ant"/>
      <depend project="xml-xerces"/>
      <depend project="xml-xalan2"/>
      <depend project="junit"/>
      <depend project="antlr"/>
      <depend project="jakarta-regexp"/>
      <work nested="classes/checkstyle"/>
      <work nested="classes/tests"/>
    </project>
  </module>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>