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

Peter Muir peter at bleepbleep.org.uk
Sat Sep 29 18:50:31 EDT 2007


  User: pmuir   
  Date: 07/09/29 18:50:31

  Modified:    build    root.pom.xml
  Log:
  JBSEAM-1993
  
  Revision  Changes    Path
  1.23      +27 -2     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.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- root.pom.xml	29 Sep 2007 16:55:26 -0000	1.22
  +++ root.pom.xml	29 Sep 2007 22:50:30 -0000	1.23
  @@ -583,7 +583,7 @@
         <dependency>
           <groupId>org.drools</groupId>
           <artifactId>drools-core</artifactId>
  -        <version>4.0.0</version>
  +        <version>4.0.1</version>
           <exclusions>
             <exclusion>
               <groupId>junit</groupId>
  @@ -603,7 +603,7 @@
         <dependency>
           <groupId>org.drools</groupId>
           <artifactId>drools-compiler</artifactId>
  -        <version>4.0.0</version>
  +        <version>4.0.1</version>
           <exclusions>
             <exclusion>
               <groupId>junit</groupId>
  @@ -771,4 +771,29 @@
   
       </dependencies>
     </dependencyManagement>
  +  
  +  <profiles>
  +    <profile>
  +      <id>richfaces-ear</id>
  +      <dependencies>
  +        <dependency>
  +          <groupId>org.richfaces</groupId>
  +          <artifactId>richfaces-api</artifactId>
  +        </dependency>
  +      </dependencies>
  +    </profile>
  +    <profile>
  +      <id>richfaces-war</id>
  +      <dependencies>
  +        <dependency>
  +          <groupId>org.richfaces</groupId>
  +          <artifactId>richfaces-ui</artifactId>
  +        </dependency>
  +        <dependency>
  +          <groupId>org.richfaces</groupId>
  +          <artifactId>richfaces-impl</artifactId>
  +        </dependency>
  +      </dependencies>
  +    </profile>
  +  </profiles>
   </project>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list