Author: nbelaevski
Date: 2008-11-23 16:47:12 -0500 (Sun, 23 Nov 2008)
New Revision: 11312
Added:
trunk/samples/editor-sample/
trunk/samples/editorSeam-sample/
Modified:
trunk/samples/editor-sample/pom.xml
trunk/samples/editor-sample/src/main/webapp/pages/editor.jsp
trunk/samples/editor-sample/src/main/webapp/pages/editor.xhtml
trunk/samples/editor-sample/src/main/webapp/pages/miracle-editor.jsp
trunk/samples/editorSeam-sample/pom.xml
trunk/samples/editorSeam-sample/src/main/webapp/pages/editor.jsp
trunk/samples/editorSeam-sample/src/main/webapp/pages/editor.xhtml
trunk/samples/pom.xml
Log:
Editor moved to main build area
Copied: trunk/samples/editor-sample (from rev 11304, trunk/sandbox/samples/editor-sample)
Property changes on: trunk/samples/editor-sample
___________________________________________________________________
Name: svn:ignore
+ target
.classpath
.project
copy-web-pages.bat
.settings
.classpath
.project
Name: svn:mergeinfo
+
Modified: trunk/samples/editor-sample/pom.xml
===================================================================
--- trunk/sandbox/samples/editor-sample/pom.xml 2008-11-22 14:49:50 UTC (rev 11304)
+++ trunk/samples/editor-sample/pom.xml 2008-11-23 21:47:12 UTC (rev 11312)
@@ -1,19 +1,19 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>samples</artifactId>
- <groupId>org.richfaces.sandbox</groupId>
+ <groupId>org.richfaces</groupId>
<version>3.3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
+ <groupId>org.richfaces.samples</groupId>
<artifactId>editor-sample</artifactId>
<packaging>war</packaging>
<name>editor-sample Maven Webapp</name>
<dependencies>
<dependency>
- <groupId>org.richfaces.sandbox.ui</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>editor</artifactId>
<version>${project.version}</version>
</dependency>
Modified: trunk/samples/editor-sample/src/main/webapp/pages/editor.jsp
===================================================================
--- trunk/sandbox/samples/editor-sample/src/main/webapp/pages/editor.jsp 2008-11-22
14:49:50 UTC (rev 11304)
+++ trunk/samples/editor-sample/src/main/webapp/pages/editor.jsp 2008-11-23 21:47:12 UTC
(rev 11312)
@@ -1,6 +1,6 @@
<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/ui/editor"
prefix="ed" %>
+<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/editor"
prefix="ed" %>
<%@ taglib
uri="http://richfaces.org/a4j" prefix="a4j" %>
<html>
<head>
Modified: trunk/samples/editor-sample/src/main/webapp/pages/editor.xhtml
===================================================================
(Binary files differ)
Modified: trunk/samples/editor-sample/src/main/webapp/pages/miracle-editor.jsp
===================================================================
---
trunk/sandbox/samples/editor-sample/src/main/webapp/pages/miracle-editor.jsp 2008-11-22
14:49:50 UTC (rev 11304)
+++ trunk/samples/editor-sample/src/main/webapp/pages/miracle-editor.jsp 2008-11-23
21:47:12 UTC (rev 11312)
@@ -1,6 +1,6 @@
<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/ui/editor"
prefix="ed" %>
+<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/editor"
prefix="ed" %>
<%@ taglib
uri="http://richfaces.org/a4j" prefix="a4j" %>
<html>
<head>
Copied: trunk/samples/editorSeam-sample (from rev 11304,
trunk/sandbox/samples/editorSeam-sample)
Property changes on: trunk/samples/editorSeam-sample
___________________________________________________________________
Name: svn:ignore
+ target
.classpath
.project
copy-web-pages.bat
.settings
Name: svn:mergeinfo
+
Modified: trunk/samples/editorSeam-sample/pom.xml
===================================================================
--- trunk/sandbox/samples/editorSeam-sample/pom.xml 2008-11-22 14:49:50 UTC (rev 11304)
+++ trunk/samples/editorSeam-sample/pom.xml 2008-11-23 21:47:12 UTC (rev 11312)
@@ -4,18 +4,18 @@
<parent>
<artifactId>samples</artifactId>
- <groupId>org.richfaces.sandbox</groupId>
+ <groupId>org.richfaces</groupId>
<version>3.3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
+ <groupId>org.richfaces.samples</groupId>
<artifactId>editorSeam-sample</artifactId>
<packaging>war</packaging>
<name>Editor with Seam sample Maven Webapp</name>
<dependencies>
<dependency>
- <groupId>org.richfaces.sandbox.ui</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>editor</artifactId>
<version>${project.version}</version>
</dependency>
Modified: trunk/samples/editorSeam-sample/src/main/webapp/pages/editor.jsp
===================================================================
--- trunk/sandbox/samples/editorSeam-sample/src/main/webapp/pages/editor.jsp 2008-11-22
14:49:50 UTC (rev 11304)
+++ trunk/samples/editorSeam-sample/src/main/webapp/pages/editor.jsp 2008-11-23 21:47:12
UTC (rev 11312)
@@ -1,7 +1,7 @@
<%@ taglib
uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/ui/editor"
prefix="ed"%>
+<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/editor"
prefix="ed"%>
<html>
<head>
<title>Richfaces Editor Sample</title>
Modified: trunk/samples/editorSeam-sample/src/main/webapp/pages/editor.xhtml
===================================================================
(Binary files differ)
Modified: trunk/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml 2008-11-23 21:42:01 UTC (rev 11311)
+++ trunk/samples/pom.xml 2008-11-23 21:47:12 UTC (rev 11312)
@@ -484,6 +484,8 @@
<module>state-sample</module>
<module>extendedDataTable-sample</module>
<module>queue-sample</module>
+ <module>editor-sample</module>
+ <module>editorSeam-sample</module>
</modules>
</profile>
</profiles>