Author: ishabalov
Date: 2007-07-19 21:38:23 -0400 (Thu, 19 Jul 2007)
New Revision: 1728
Modified:
trunk/samples/tooltip-sample/pom.xml
trunk/samples/tooltip-sample/src/main/webapp/pages/index.jsp
Log:
Tooltip sample moved
Modified: trunk/samples/tooltip-sample/pom.xml
===================================================================
--- trunk/samples/tooltip-sample/pom.xml 2007-07-20 01:13:09 UTC (rev 1727)
+++ trunk/samples/tooltip-sample/pom.xml 2007-07-20 01:38:23 UTC (rev 1728)
@@ -1,7 +1,7 @@
<?xml version="1.0"?><project>
<parent>
<artifactId>samples</artifactId>
- <groupId>org.richfaces.sandbox</groupId>
+ <groupId>org.richfaces</groupId>
<version>3.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -11,7 +11,7 @@
<name>tooltip-sample Maven Webapp</name>
<dependencies>
<dependency>
- <groupId>org.richfaces.sandbox.ui</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>tooltip</artifactId>
<version>3.1.0-SNAPSHOT</version>
</dependency>
Modified: trunk/samples/tooltip-sample/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/samples/tooltip-sample/src/main/webapp/pages/index.jsp 2007-07-20 01:13:09 UTC
(rev 1727)
+++ trunk/samples/tooltip-sample/src/main/webapp/pages/index.jsp 2007-07-20 01:38:23 UTC
(rev 1728)
@@ -1,7 +1,7 @@
<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib
uri="http://richfaces.ajax4jsf.org/tooltip"
prefix="tt"%>
-<%@ taglib
uri="https://ajax4jsf.dev.java.net/ajax"
prefix="a4j"%>
+<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/tooltip"
prefix="tt"%>
+<%@ taglib
uri="http://richfaces.org/ajax" prefix="a4j"%>
<html>
<head>
<title></title>