Author: abelevich
Date: 2007-04-25 15:01:04 -0400 (Wed, 25 Apr 2007)
New Revision: 558
Modified:
trunk/sandbox-samples/scrollable-grid-demo/pom.xml
Log:
Modified: trunk/sandbox-samples/scrollable-grid-demo/pom.xml
===================================================================
--- trunk/sandbox-samples/scrollable-grid-demo/pom.xml 2007-04-25 19:00:40 UTC (rev 557)
+++ trunk/sandbox-samples/scrollable-grid-demo/pom.xml 2007-04-25 19:01:04 UTC (rev 558)
@@ -1,15 +1,30 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.1-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>scrollable-grid-demo</artifactId>
- <packaging>war</packaging>
- <name>scrollable-grid-demo Maven Webapp</name>
- <build>
- <finalName>scrollable-grid-demo</finalName>
- </build>
+<?xml version="1.0"?><project>
+ <parent>
+ <artifactId>richfaces-samples</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.0.1-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>scrollable-grid-demo</artifactId>
+ <packaging>war</packaging>
+ <name>scrollable-grid-demo Maven Webapp</name>
+ <dependencies>
+
+ <dependency>
+ <groupId>org.richfaces</groupId>
+ <artifactId>scrollable-grid</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces</artifactId>
+ <version>3.0.1-SNAPSHOT</version>
+ </dependency>
+
+ </dependencies>
+ <build>
+ <finalName>scrollable-grid-demo</finalName>
+ </build>
</project>
\ No newline at end of file
Show replies by date