Author: maksimkaszynski
Date: 2007-07-23 14:55:48 -0400 (Mon, 23 Jul 2007)
New Revision: 1807
Modified:
trunk/sandbox/ui/pom.xml
trunk/sandbox/ui/scrollable-grid/pom.xml
trunk/sandbox/ui/scrollable-grid/src/main/config/component/scrollable-grid.xml
Log:
introduced framework/impl-parent and sandbox/impl modules
Modified: trunk/sandbox/ui/pom.xml
===================================================================
--- trunk/sandbox/ui/pom.xml 2007-07-23 18:51:52 UTC (rev 1806)
+++ trunk/sandbox/ui/pom.xml 2007-07-23 18:55:48 UTC (rev 1807)
@@ -14,7 +14,7 @@
<modules>
<module>calendar</module>
<module>panel2</module>
- <!--module>scrollable-grid</module-->
+ <module>scrollable-grid</module>
<module>simpleTogglePanel2</module>
<module>message</module>
</modules>
Modified: trunk/sandbox/ui/scrollable-grid/pom.xml
===================================================================
--- trunk/sandbox/ui/scrollable-grid/pom.xml 2007-07-23 18:51:52 UTC (rev 1806)
+++ trunk/sandbox/ui/scrollable-grid/pom.xml 2007-07-23 18:55:48 UTC (rev 1807)
@@ -7,6 +7,8 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>scrollable-grid</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <name>Scrollable Grid</name>
<build>
<plugins>
<plugin>
@@ -66,9 +68,14 @@
<version>3.1.0-SNAPSHOT</version>
</dependency>
<dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-ui-core</artifactId>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
<version>3.1.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.richfaces.sandbox</groupId>
+ <artifactId>richfaces-sandbox-impl</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: trunk/sandbox/ui/scrollable-grid/src/main/config/component/scrollable-grid.xml
===================================================================
---
trunk/sandbox/ui/scrollable-grid/src/main/config/component/scrollable-grid.xml 2007-07-23
18:51:52 UTC (rev 1806)
+++
trunk/sandbox/ui/scrollable-grid/src/main/config/component/scrollable-grid.xml 2007-07-23
18:55:48 UTC (rev 1807)
@@ -205,7 +205,7 @@
</renderer>
<converter generate="false">
- <classname>org.richfaces.model.selection.ClientSelectionConverter</classname>
+ <classname>org.richfaces.convert.selection.ClientSelectionConverter</classname>
<forclass>org.richfaces.model.selection.ClientSelection</forclass>
</converter>
Show replies by date