[jboss-cvs] jboss-seam/build ...

Peter Muir peter at bleepbleep.org.uk
Mon Oct 1 16:58:30 EDT 2007


  User: pmuir   
  Date: 07/10/01 16:58:30

  Modified:    build    gen.pom.xml root.pom.xml
  Log:
  gen depends on ant
  
  Revision  Changes    Path
  1.6       +5 -0      jboss-seam/build/gen.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: gen.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/gen.pom.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- gen.pom.xml	25 Sep 2007 22:22:51 -0000	1.5
  +++ gen.pom.xml	1 Oct 2007 20:58:30 -0000	1.6
  @@ -18,6 +18,11 @@
   			<artifactId>jboss-seam</artifactId>
   		</dependency>
   		
  +        <dependency>
  +            <groupId>ant</groupId>
  +            <artifactId>ant</artifactId>
  +        </dependency>
  +		
   	</dependencies>
   
   
  
  
  
  1.24      +6 -0      jboss-seam/build/root.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: root.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/root.pom.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- root.pom.xml	29 Sep 2007 22:50:30 -0000	1.23
  +++ root.pom.xml	1 Oct 2007 20:58:30 -0000	1.24
  @@ -112,6 +112,12 @@
         </dependency>
   
         <dependency>
  +        <groupId>ant</groupId>
  +        <artifactId>ant</artifactId>
  +        <version>1.6.5</version>
  +      </dependency>
  +
  +      <dependency>
           <groupId>org.richfaces.framework</groupId>
           <artifactId>richfaces-api</artifactId>
           <version>3.1.1-CR1</version>
  
  
  



More information about the jboss-cvs-commits mailing list