brett       2004/12/21 02:20:35

  Modified:    id       project.xml
  Log:
  add a missing ant dependency. use 1.5.3-1 as no higher is required for the 
API and it is more likely to be present in a Maven env
  
  Revision  Changes    Path
  1.13      +5 -0      jakarta-commons-sandbox/id/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/id/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml       17 Dec 2004 11:51:58 -0000      1.12
  +++ project.xml       21 Dec 2004 10:20:35 -0000      1.13
  @@ -79,6 +79,11 @@
   
     <dependencies>
       <dependency>
  +      <groupId>ant</groupId>
  +      <artifactId>ant</artifactId>
  +      <version>1.5.3-1</version>
  +    </dependency>
  +    <dependency>
         <id>junit</id>
         <version>3.8.1</version>
       </dependency>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to