[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Thu Sep 13 12:26:25 EDT 2007


  User: pmuir   
  Date: 07/09/13 12:26:25

  Modified:    jboss-seam   .classpath pom.xml
  Log:
  JBSEAM-1920
  
  Revision  Changes    Path
  1.70      +3 -3      jboss-seam/.classpath
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .classpath
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/.classpath,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -b -r1.69 -r1.70
  --- .classpath	6 Sep 2007 17:20:20 -0000	1.69
  +++ .classpath	13 Sep 2007 16:26:25 -0000	1.70
  @@ -50,8 +50,8 @@
   	<classpathentry kind="lib" path="drools/lib/drools-core-4.0.0.jar"/>
   	<classpathentry kind="lib" path="drools/lib/drools-compiler-4.0.0.jar"/>
   	<classpathentry kind="lib" path="lib/lucene-core-2.2.0.jar"/>
  -	<classpathentry kind="lib" path="lib/richfaces-api-3.1.0-rc5.jar"/>
  -	<classpathentry kind="lib" path="lib/richfaces-impl-3.1.0-rc5.jar"/>
  -	<classpathentry kind="lib" path="lib/richfaces-ui-3.1.0-rc5.jar"/>
  +	<classpathentry kind="lib" path="lib/richfaces-api-3.1.0.jar"/>
  +	<classpathentry kind="lib" path="lib/richfaces-impl-3.1.0.jar"/>
  +	<classpathentry kind="lib" path="lib/richfaces-ui-3.1.0.jar"/>
   	<classpathentry kind="output" path="output/classes"/>
   </classpath>
  
  
  
  1.6       +3 -3      jboss-seam/pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/pom.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- pom.xml	6 Sep 2007 17:18:47 -0000	1.5
  +++ pom.xml	13 Sep 2007 16:26:25 -0000	1.6
  @@ -118,19 +118,19 @@
   			<dependency>
   				<groupId>org.richfaces.framework</groupId>
   				<artifactId>richfaces-api</artifactId>
  -				<version>3.1.0-rc5</version>
  +				<version>3.1.0</version>
   			</dependency>
         
               <dependency>
                   <groupId>org.richfaces.framework</groupId>
                   <artifactId>richfaces-impl</artifactId>
  -                <version>3.1.0-rc5</version>
  +                <version>3.1.0</version>
               </dependency>
               
               <dependency>
                   <groupId>org.richfaces.ui</groupId>
                   <artifactId>richfaces-ui</artifactId>
  -                <version>3.1.0-rc5</version>
  +                <version>3.1.0</version>
               </dependency>
   
   			<dependency>
  
  
  



More information about the jboss-cvs-commits mailing list