Author: nbelaevski
Date: 2007-09-06 19:57:14 -0400 (Thu, 06 Sep 2007)
New Revision: 2805
Modified:
trunk/samples/richfaces-demo/pom.xml
trunk/test-applications/
trunk/test-applications/pom.xml
Log:
myfaces profile updated to exclude javax.faces:*
Modified: trunk/samples/richfaces-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-demo/pom.xml 2007-09-06 23:55:57 UTC (rev 2804)
+++ trunk/samples/richfaces-demo/pom.xml 2007-09-06 23:57:14 UTC (rev 2805)
@@ -133,4 +133,27 @@
</plugin>
</plugins>
</build>
+
+ <profiles>
+ <profile>
+ <id>myfaces</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
</project>
\ No newline at end of file
Property changes on: trunk/test-applications
___________________________________________________________________
Name: svn:ignore
- target
+ target
.project
Modified: trunk/test-applications/pom.xml
===================================================================
--- trunk/test-applications/pom.xml 2007-09-06 23:55:57 UTC (rev 2804)
+++ trunk/test-applications/pom.xml 2007-09-06 23:57:14 UTC (rev 2805)
@@ -47,7 +47,7 @@
<name>RichFaces Test Applications</name>
<properties>
- <rfVersion>3.1.0-rc4</rfVersion>
+ <rfVersion>3.1.0-SNAPSHOT</rfVersion>
</properties>
<modules>
@@ -82,4 +82,57 @@
<version>${rfVersion}</version>
</dependency>
</dependencies>
+
+ <profiles>
+ <profile>
+ <id>myfaces</id>
+ <dependencies>
+ <dependency>
+ <artifactId>richfaces-ui</artifactId>
+ <groupId>org.richfaces.ui</groupId>
+ <version>${rfVersion}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <artifactId>richfaces-impl</artifactId>
+ <groupId>org.richfaces.framework</groupId>
+ <version>${rfVersion}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <artifactId>richfaces-api</artifactId>
+ <groupId>org.richfaces.framework</groupId>
+ <version>${rfVersion}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
</project>
\ No newline at end of file
Show replies by date