Author: nbelaevski
Date: 2007-08-02 14:53:10 -0400 (Thu, 02 Aug 2007)
New Revision: 2026
Added:
trunk/samples/rich-message-demo/
trunk/ui/message/
Removed:
trunk/sandbox/samples/rich-message-demo/
trunk/sandbox/ui/message/
Modified:
trunk/samples/pom.xml
trunk/samples/rich-message-demo/pom.xml
trunk/samples/rich-message-demo/src/main/webapp/pages/message-demo.xhtml
trunk/sandbox/samples/pom.xml
trunk/sandbox/ui/pom.xml
trunk/ui/message/pom.xml
trunk/ui/pom.xml
Log:
message moved from sandbox to head
Modified: trunk/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml 2007-08-02 17:50:54 UTC (rev 2025)
+++ trunk/samples/pom.xml 2007-08-02 18:53:10 UTC (rev 2026)
@@ -443,5 +443,6 @@
<module>ajaxPortlet</module>
-->
<module>panelmenu-sample</module>
+ <module>rich-message-demo</module>
</modules>
</project>
\ No newline at end of file
Copied: trunk/samples/rich-message-demo (from rev 2025,
trunk/sandbox/samples/rich-message-demo)
Modified: trunk/samples/rich-message-demo/pom.xml
===================================================================
--- trunk/sandbox/samples/rich-message-demo/pom.xml 2007-08-02 17:50:54 UTC (rev 2025)
+++ trunk/samples/rich-message-demo/pom.xml 2007-08-02 18:53:10 UTC (rev 2026)
@@ -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>rich-message-demo</name>
<dependencies>
<dependency>
- <groupId>org.richfaces.sandbox.ui</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>message</artifactId>
<version>3.1.0-SNAPSHOT</version>
</dependency>
@@ -27,19 +27,4 @@
</dependency>
</dependencies>
- <build>
-
- <finalName>rich-message-demo</finalName>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>
\ No newline at end of file
Modified: trunk/samples/rich-message-demo/src/main/webapp/pages/message-demo.xhtml
===================================================================
---
trunk/sandbox/samples/rich-message-demo/src/main/webapp/pages/message-demo.xhtml 2007-08-02
17:50:54 UTC (rev 2025)
+++ trunk/samples/rich-message-demo/src/main/webapp/pages/message-demo.xhtml 2007-08-02
18:53:10 UTC (rev 2026)
@@ -3,7 +3,7 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets"
-
xmlns:r="http://labs.jboss.com/jbossrichfaces/ui/ui/message"
+
xmlns:r="http://labs.jboss.com/jbossrichfaces/ui/message"
xmlns:a4j="http://richfaces.org/a4j">
<head>
<link rel="stylesheet" type="text/css"
href="/rich-message-demo/css/app.css" />
Modified: trunk/sandbox/samples/pom.xml
===================================================================
--- trunk/sandbox/samples/pom.xml 2007-08-02 17:50:54 UTC (rev 2025)
+++ trunk/sandbox/samples/pom.xml 2007-08-02 18:53:10 UTC (rev 2026)
@@ -16,6 +16,5 @@
<module>scrollable-grid-demo</module>
<module>panel2-sample</module>
<module>simpleTogglePanel2-sample</module>
- <module>rich-message-demo </module>
</modules>
</project>
\ No newline at end of file
Modified: trunk/sandbox/ui/pom.xml
===================================================================
--- trunk/sandbox/ui/pom.xml 2007-08-02 17:50:54 UTC (rev 2025)
+++ trunk/sandbox/ui/pom.xml 2007-08-02 18:53:10 UTC (rev 2026)
@@ -15,6 +15,5 @@
<module>panel2</module>
<module>scrollable-grid</module>
<module>simpleTogglePanel2</module>
- <module>message</module>
</modules>
</project>
\ No newline at end of file
Copied: trunk/ui/message (from rev 2025, trunk/sandbox/ui/message)
Modified: trunk/ui/message/pom.xml
===================================================================
--- trunk/sandbox/ui/message/pom.xml 2007-08-02 17:50:54 UTC (rev 2025)
+++ trunk/ui/message/pom.xml 2007-08-02 18:53:10 UTC (rev 2026)
@@ -1,11 +1,11 @@
<?xml version="1.0"?><project>
<parent>
<artifactId>ui</artifactId>
- <groupId>org.richfaces.sandbox</groupId>
+ <groupId>org.richfaces</groupId>
<version>3.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.sandbox.ui</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>message</artifactId>
<name>Message</name>
<build>
Modified: trunk/ui/pom.xml
===================================================================
--- trunk/ui/pom.xml 2007-08-02 17:50:54 UTC (rev 2025)
+++ trunk/ui/pom.xml 2007-08-02 18:53:10 UTC (rev 2026)
@@ -83,6 +83,7 @@
<module>panelmenu</module>
<module>calendar</module>
<module>treeModel</module>
+ <module>message</module>
</modules>
<dependencies>
<dependency>