You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/11/30 16:32:51 UTC

cvs commit: jakarta-commons-sandbox/scaffold project.xml

dirkv       2003/11/30 07:32:51

  Modified:    scaffold project.xml
  Log:
  add depency on commons-logging
  
  Revision  Changes    Path
  1.2       +4 -1      jakarta-commons-sandbox/scaffold/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/scaffold/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	24 Nov 2003 22:59:43 -0000	1.1
  +++ project.xml	30 Nov 2003 15:32:51 -0000	1.2
  @@ -55,7 +55,10 @@
         <id>poolman</id>
         <version>2.0.4</version>
       </dependency>
  -
  +    <dependency>
  +      <id>commons-logging</id>
  +      <version>1.0.3</version>
  +    </dependency>
   
       <dependency>
         <id>junit</id>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org