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

Peter Muir peter at bleepbleep.org.uk
Thu Sep 6 13:18:47 EDT 2007


  User: pmuir   
  Date: 07/09/06 13:18:47

  Modified:    build    ui.pom.xml
  Log:
  JBSEAM-1907 - upgrade to Richfaces 3.1
  
  Revision  Changes    Path
  1.2       +24 -4     jboss-seam/build/ui.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ui.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/ui.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ui.pom.xml	20 Aug 2007 13:30:49 -0000	1.1
  +++ ui.pom.xml	6 Sep 2007 17:18:47 -0000	1.2
  @@ -18,9 +18,9 @@
   		<finalName>jboss-seam-ui</finalName>
   		<plugins>
   			<plugin>
  -				<groupId>org.ajax4jsf.cdk</groupId>
  +				<groupId>org.richfaces.cdk</groupId>
   				<artifactId>maven-cdk-plugin</artifactId>
  -				<version>1.1.1</version>
  +				<version>3.1.0-rc5</version>
   				<executions>
   					<execution>
   						<phase>generate-sources</phase>
  @@ -85,8 +85,28 @@
   		</dependency>
   
   		<dependency>
  -			<groupId>org.ajax4jsf</groupId>
  -			<artifactId>ajax4jsf</artifactId>
  +			<groupId>org.richfaces.framework</groupId>
  +			<artifactId>richfaces-api</artifactId>
  +			<optional>true</optional>
  +			<exclusions>
  +				<exclusion>
  +					<groupId>commons-collections</groupId>
  +					<artifactId>commons-collections</artifactId>
  +				</exclusion>
  +				<exclusion>
  +					<groupId>commons-logging</groupId>
  +            		<artifactId>commons-logging</artifactId>
  +				</exclusion>
  +				<exclusion>
  +					<groupId>junit</groupId>
  +            		<artifactId>junit</artifactId>
  +				</exclusion>
  +			</exclusions>
  +		</dependency>
  +    
  +        <dependency>
  +          <groupId>org.richfaces.ui</groupId>
  +          <artifactId>richfaces-ui</artifactId>
   			<optional>true</optional>
   			<exclusions>
   				<exclusion>
  
  
  



More information about the jboss-cvs-commits mailing list