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

Peter Muir peter at bleepbleep.org.uk
Mon Oct 22 05:01:41 EDT 2007


  User: pmuir   
  Date: 07/10/22 05:01:41

  Modified:    build    core.pom.xml root.pom.xml
  Log:
  Need ant-antlr
  
  Revision  Changes    Path
  1.25      +6 -0      jboss-seam/build/core.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: core.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/core.pom.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- core.pom.xml	7 Oct 2007 22:22:14 -0000	1.24
  +++ core.pom.xml	22 Oct 2007 09:01:41 -0000	1.25
  @@ -166,6 +166,12 @@
       </dependency>
   
       <dependency>
  +      <groupId>org.apache.ant</groupId>
  +      <artifactId>ant-antlr</artifactId>
  +      <optional>true</optional>
  +    </dependency>
  +
  +    <dependency>
         <groupId>jboss</groupId>
         <artifactId>jboss-cache</artifactId>
         <optional>true</optional>
  
  
  
  1.35      +7 -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.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- root.pom.xml	17 Oct 2007 09:45:00 -0000	1.34
  +++ root.pom.xml	22 Oct 2007 09:01:41 -0000	1.35
  @@ -116,6 +116,7 @@
           <version>2.7.6</version>
         </dependency>
         
  +      
         <dependency>
           <groupId>ant</groupId>
           <artifactId>ant</artifactId>
  @@ -123,6 +124,12 @@
         </dependency>
   
         <dependency>
  +        <groupId>org.apache.ant</groupId>
  +        <artifactId>ant-antlr</artifactId>
  +        <version>1.7.0</version>
  +      </dependency>
  +
  +      <dependency>
           <groupId>org.richfaces.framework</groupId>
           <artifactId>richfaces-api</artifactId>
           <version>${version.richfaces}</version>
  
  
  



More information about the jboss-cvs-commits mailing list