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

Peter Muir peter at bleepbleep.org.uk
Fri Aug 17 10:03:01 EDT 2007


  User: pmuir   
  Date: 07/08/17 10:03:01

  Modified:    build/profiles                seam-jpa.pom.xml
                        seam-async-timer-quartz.pom.xml seam-spring.pom.xml
                        seam-search.pom.xml seam-ajax.pom.xml
                        seam-jpdl.pom.xml seam-gwt.pom.xml
                        seam-urlrewrite.pom.xml seam-captcha.pom.xml
                        seam-rules.pom.xml seam-cache.pom.xml
                        seam-ejb3.pom.xml seam-richfaces.pom.xml
                        seam-jpdl-tomcat.pom.xml seam-facelets.pom.xml
  Log:
  More dependency management
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/build/profiles/seam-jpa.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-jpa.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/profiles/seam-jpa.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seam-jpa.pom.xml	16 Aug 2007 10:53:37 -0000	1.1
  +++ seam-jpa.pom.xml	17 Aug 2007 14:03:01 -0000	1.2
  @@ -9,7 +9,7 @@
   	<parent>
   		<groupId>org.jboss.seam</groupId>
   		<artifactId>jboss-seam</artifactId>
  -		<version>2.0.0.BETA</version>
  +		<version>@seam.version@</version>
   	</parent>
   	
   	<description>Seam with support for JPA</description>
  
  
  
  1.2       +1 -1      jboss-seam/build/profiles/seam-async-timer-quartz.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-async-timer-quartz.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/profiles/seam-async-timer-quartz.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seam-async-timer-quartz.pom.xml	16 Aug 2007 10:53:37 -0000	1.1
  +++ seam-async-timer-quartz.pom.xml	17 Aug 2007 14:03:01 -0000	1.2
  @@ -9,7 +9,7 @@
   	<parent>
   		<groupId>org.jboss.seam</groupId>
   		<artifactId>jboss-seam</artifactId>
  -		<version>2.0.0.BETA</version>
  +		<version>@seam.version@</version>
   	</parent>
   
   	<description>Seam with asynchronous timer support, provided by Quartz</description>
  
  
  
  1.2       +1 -1      jboss-seam/build/profiles/seam-spring.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-spring.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/profiles/seam-spring.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seam-spring.pom.xml	16 Aug 2007 10:53:37 -0000	1.1
  +++ seam-spring.pom.xml	17 Aug 2007 14:03:01 -0000	1.2
  @@ -9,7 +9,7 @@
   	<parent>
   		<groupId>org.jboss.seam</groupId>
   		<artifactId>jboss-seam</artifactId>
  -		<version>2.0.0.BETA</version>
  +		<version>@seam.version@</version>
   	</parent>
   
   	<description>Seam with support for Spring via IOC</description>
  
  
  
  1.2       +1 -1      jboss-seam/build/profiles/seam-search.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-search.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/profiles/seam-search.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seam-search.pom.xml	16 Aug 2007 10:53:37 -0000	1.1
  +++ seam-search.pom.xml	17 Aug 2007 14:03:01 -0000	1.2
  @@ -9,7 +9,7 @@
   	<parent>
   		<groupId>org.jboss.seam</groupId>
   		<artifactId>jboss-seam</artifactId>
  -		<version>2.0.0.BETA</version>
  +		<version>@seam.version@</version>
   	</parent>
   
   	<description>Seam with full text search on your domain model, provided by Hibernate Search</description>
  
  
  
  1.2       +1 -1      jboss-seam/build/profiles/seam-ajax.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-ajax.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/profiles/seam-ajax.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seam-ajax.pom.xml	16 Aug 2007 10:53:37 -0000	1.1
  +++ seam-ajax.pom.xml	17 Aug 2007 14:03:01 -0000	1.2
  @@ -9,7 +9,7 @@
   	<parent>
   		<groupId>org.jboss.seam</groupId>
   		<artifactId>jboss-seam</artifactId>
  -		<version>2.0.0.BETA</version>
  +		<version>@seam.version@</version>
   	</parent>
   	
   	<description>Seam with Ajax functionality provided by Ajax4jsf</description>
  
  
  
  1.2       +1 -1      jboss-seam/build/profiles/seam-jpdl.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-jpdl.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/profiles/seam-jpdl.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seam-jpdl.pom.xml	16 Aug 2007 10:53:37 -0000	1.1
  +++ seam-jpdl.pom.xml	17 Aug 2007 14:03:01 -0000	1.2
  @@ -9,7 +9,7 @@
   	<parent>
   		<groupId>org.jboss.seam</groupId>
   		<artifactId>jboss-seam</artifactId>
  -		<version>2.0.0.BETA</version>
  +		<version>@seam.version@</version>
   	</parent>
   
   	<description>Seam with BPM JPDL support provided by JBPM</description>
  
  
  
  1.2       +1 -1      jboss-seam/build/profiles/seam-gwt.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-gwt.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/profiles/seam-gwt.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seam-gwt.pom.xml	16 Aug 2007 10:53:37 -0000	1.1
  +++ seam-gwt.pom.xml	17 Aug 2007 14:03:01 -0000	1.2
  @@ -9,7 +9,7 @@
   	<parent>
   		<groupId>org.jboss.seam</groupId>
   		<artifactId>jboss-seam</artifactId>
  -		<version>2.0.0.BETA</version>
  +		<version>@seam.version@</version>
   	</parent>
   	
   	<description>Seam with GWT support via Seam Remoting</description>
  
  
  
  1.2       +1 -1      jboss-seam/build/profiles/seam-urlrewrite.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-urlrewrite.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/profiles/seam-urlrewrite.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seam-urlrewrite.pom.xml	16 Aug 2007 10:53:37 -0000	1.1
  +++ seam-urlrewrite.pom.xml	17 Aug 2007 14:03:01 -0000	1.2
  @@ -9,7 +9,7 @@
   	<parent>
   		<groupId>org.jboss.seam</groupId>
   		<artifactId>jboss-seam</artifactId>
  -		<version>2.0.0.BETA</version>
  +		<version>@seam.version@</version>
   	</parent>
   
   	<description>Seam with URL Rewriting support, provided by tuckey urlrewritefilter</description>
  
  
  
  1.2       +1 -1      jboss-seam/build/profiles/seam-captcha.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-captcha.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/profiles/seam-captcha.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seam-captcha.pom.xml	16 Aug 2007 10:53:37 -0000	1.1
  +++ seam-captcha.pom.xml	17 Aug 2007 14:03:01 -0000	1.2
  @@ -9,7 +9,7 @@
   	<parent>
   		<groupId>org.jboss.seam</groupId>
   		<artifactId>jboss-seam</artifactId>
  -		<version>2.0.0.BETA</version>
  +		<version>@seam.version@</version>
   	</parent>
   
   	<description>Seam, with captcha support provided by jcaptcha</description>
  
  
  
  1.2       +1 -1      jboss-seam/build/profiles/seam-rules.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-rules.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/profiles/seam-rules.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seam-rules.pom.xml	16 Aug 2007 10:53:37 -0000	1.1
  +++ seam-rules.pom.xml	17 Aug 2007 14:03:01 -0000	1.2
  @@ -9,7 +9,7 @@
   	<parent>
   		<groupId>org.jboss.seam</groupId>
   		<artifactId>jboss-seam</artifactId>
  -		<version>2.0.0.BETA</version>
  +		<version>@seam.version@</version>
   	</parent>
   
   	<description>Seam, with rule support provided by Drools</description>
  
  
  
  1.2       +1 -1      jboss-seam/build/profiles/seam-cache.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-cache.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/profiles/seam-cache.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seam-cache.pom.xml	16 Aug 2007 10:53:37 -0000	1.1
  +++ seam-cache.pom.xml	17 Aug 2007 14:03:01 -0000	1.2
  @@ -9,7 +9,7 @@
   	<parent>
   		<groupId>org.jboss.seam</groupId>
   		<artifactId>jboss-seam</artifactId>
  -		<version>2.0.0.BETA</version>
  +		<version>@seam.version@</version>
   	</parent>
   
   	<description>Seam with caching support, provided by JBoss POJO Cache</description>
  
  
  
  1.2       +4 -2      jboss-seam/build/profiles/seam-ejb3.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-ejb3.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/profiles/seam-ejb3.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seam-ejb3.pom.xml	16 Aug 2007 10:53:37 -0000	1.1
  +++ seam-ejb3.pom.xml	17 Aug 2007 14:03:01 -0000	1.2
  @@ -4,12 +4,12 @@
   	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   	<modelVersion>4.0.0</modelVersion>
   	<groupId>org.jboss.seam.profile</groupId>
  -	<artifactId>seam-jpa</artifactId>
  +	<artifactId>seam-ejb3</artifactId>
   	<packaging>pom</packaging>
   	<parent>
   		<groupId>org.jboss.seam</groupId>
   		<artifactId>jboss-seam</artifactId>
  -		<version>2.0.0.BETA</version>
  +		<version>@seam.version@</version>
   	</parent>
   	
   	<description>Seam with support for EJB3</description>
  @@ -24,6 +24,8 @@
   		<dependency>
   			<groupId>org.jboss.seam.profile</groupId>
   			<artifactId>seam-jpa</artifactId>
  +			<version>${project.version}</version>
  +			<type>pom</type>
   		</dependency>
   		
   		<dependency>
  
  
  
  1.2       +1 -1      jboss-seam/build/profiles/seam-richfaces.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-richfaces.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/profiles/seam-richfaces.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seam-richfaces.pom.xml	16 Aug 2007 10:53:37 -0000	1.1
  +++ seam-richfaces.pom.xml	17 Aug 2007 14:03:01 -0000	1.2
  @@ -9,7 +9,7 @@
   	<parent>
   		<groupId>org.jboss.seam</groupId>
   		<artifactId>jboss-seam</artifactId>
  -		<version>2.0.0.BETA</version>
  +		<version>@seam.version@</version>
   	</parent>
   	
   	<description>Seam, with support for Richfaces</description>
  
  
  
  1.2       +1 -1      jboss-seam/build/profiles/seam-jpdl-tomcat.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-jpdl-tomcat.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/profiles/seam-jpdl-tomcat.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seam-jpdl-tomcat.pom.xml	16 Aug 2007 10:53:37 -0000	1.1
  +++ seam-jpdl-tomcat.pom.xml	17 Aug 2007 14:03:01 -0000	1.2
  @@ -9,7 +9,7 @@
   	<parent>
   		<groupId>org.jboss.seam</groupId>
   		<artifactId>jboss-seam</artifactId>
  -		<version>2.0.0.BETA</version>
  +		<version>@seam.version@</version>
   	</parent>
   
   	<description>Seam with JPDL BPM support, provided by JBPM, suitable for deploying to Tomcat</description>
  
  
  
  1.2       +11 -1     jboss-seam/build/profiles/seam-facelets.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-facelets.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/profiles/seam-facelets.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seam-facelets.pom.xml	16 Aug 2007 10:53:37 -0000	1.1
  +++ seam-facelets.pom.xml	17 Aug 2007 14:03:01 -0000	1.2
  @@ -9,7 +9,7 @@
   	<parent>
   		<groupId>org.jboss.seam</groupId>
   		<artifactId>jboss-seam</artifactId>
  -		<version>2.0.0.BETA</version>
  +		<version>@seam.version@</version>
   	</parent>
   
   	<description>Provides Seam with Faclets support</description>
  @@ -26,6 +26,16 @@
   			<artifactId>jsf-facelets</artifactId>
   		</dependency>
   		
  +		<dependency>
  +			<groupId>javax.faces</groupId>
  +			<artifactId>jsf-api</artifactId>
  +		</dependency>
  +		
  +		<dependency>
  +			<groupId>javax.faces</groupId>
  +			<artifactId>jsf-impl</artifactId>
  +		</dependency>
  +		
   	</dependencies>
   
   
  
  
  



More information about the jboss-cvs-commits mailing list