Author: ishabalov
Date: 2007-07-16 19:52:26 -0400 (Mon, 16 Jul 2007)
New Revision: 1643
Modified:
trunk/samples/richfaces-demo/pom.xml
Log:
Added profiles for tomcat5, tomcat6 and jboss42
Modified: trunk/samples/richfaces-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-demo/pom.xml 2007-07-16 23:12:27 UTC (rev 1642)
+++ trunk/samples/richfaces-demo/pom.xml 2007-07-16 23:52:26 UTC (rev 1643)
@@ -10,28 +10,11 @@
<packaging>war</packaging>
<name>richfaces-demo Maven Webapp</name>
<dependencies>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>el-impl</groupId>
- <artifactId>el-impl</artifactId>
- <version>1.0</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>nekohtml</groupId>
- <artifactId>nekohtml</artifactId>
- <version>0.9.5</version>
- <scope>runtime</scope>
- </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<build>
<finalName>richfaces-demo</finalName>
Show replies by date