Author: abelevich
Date: 2010-05-17 13:42:36 -0400 (Mon, 17 May 2010)
New Revision: 17090
Modified:
root/examples-sandbox/trunk/components/tables/pom.xml
Log:
fix pom
Modified: root/examples-sandbox/trunk/components/tables/pom.xml
===================================================================
--- root/examples-sandbox/trunk/components/tables/pom.xml 2010-05-17 17:41:50 UTC (rev
17089)
+++ root/examples-sandbox/trunk/components/tables/pom.xml 2010-05-17 17:42:36 UTC (rev
17090)
@@ -42,25 +42,24 @@
<dependencies>
<dependency>
- <groupId>org.richfaces.ui-sandbox</groupId>
- <artifactId>${example.componentName}-ui</artifactId>
+ <groupId>org.richfaces.ui-sandbox</groupId>
+ <artifactId>tables-ui</artifactId>
</dependency>
<dependency>
- <groupId>org.richfaces.ui-sandbox</groupId>
- <artifactId>${example.componentName}-api</artifactId>
+ <groupId>org.richfaces.ui-sandbox</groupId>
+ <artifactId>tables-api</artifactId>
</dependency>
<dependency>
<groupId>org.richfaces.ui-sandbox</groupId>
- <artifactId>${example.componentName}-impl</artifactId>
+ <artifactId>tables-impl</artifactId>
</dependency>
-
<dependency>
- <groupId>org.richfaces.ui-sandbox</groupId>
- <artifactId>datascroller-api</artifactId>
+ <groupId>org.richfaces.ui-sandbox</groupId>
+ <artifactId>datascroller-api</artifactId>
</dependency>
<dependency>
- <groupId>org.richfaces.ui-sandbox</groupId>
- <artifactId>datascroller-ui</artifactId>
+ <groupId>org.richfaces.ui-sandbox</groupId>
+ <artifactId>datascroller-ui</artifactId>
</dependency>
<!-- API implementation for runtime -->
Show replies by date