You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by bo...@apache.org on 2004/03/25 08:26:45 UTC

cvs commit: gump/project checkstyle.xml depot.xml

bodewig     2004/03/24 23:26:45

  Modified:    project  checkstyle.xml depot.xml
  Log:
  Test cases need to be on the classpath
  
  Revision  Changes    Path
  1.25      +1 -1      gump/project/checkstyle.xml
  
  Index: checkstyle.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/checkstyle.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- checkstyle.xml	24 Mar 2004 08:10:38 -0000	1.24
  +++ checkstyle.xml	25 Mar 2004 07:26:45 -0000	1.25
  @@ -69,7 +69,6 @@
     <project name="checkstyle-test">
       <package>com.puppycrawl.tools.checkstyle</package>
     
  -    <mkdir dir="target/checkstyle"/>
       <ant target="gump.setup run.tests">
         <property name="version" value="@@DATE@@"/>
       </ant>
  @@ -80,6 +79,7 @@
       <depend project="junit"/>
       
       <work nested="target/checkstyle"/>
  +    <work nested="target/tests"/>
   
   	<nag from="Conor MacNeill &lt;conor@apache.org&gt;"
            to="checkstyle-devel@sourceforge.net"/>
  
  
  
  1.16      +1 -0      gump/project/depot.xml
  
  Index: depot.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/depot.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- depot.xml	23 Mar 2004 06:43:57 -0000	1.15
  +++ depot.xml	25 Mar 2004 07:26:45 -0000	1.16
  @@ -85,6 +85,7 @@
           <depend project="jakarta-regexp"/>
           <depend project="commons-httpclient"/>
           <depend project="commons-vfs"/>
  +        <depend project="xml-xerces"/>
   
           <jar name="jars/apache-depot-update-@@DATE@@.jar"/>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org