Author: SergeySmirnov
Date: 2009-02-23 19:15:50 -0500 (Mon, 23 Feb 2009)
New Revision: 12722
Added:
trunk/sandbox/samples/layout-sample/
trunk/sandbox/samples/layout-sample/pom.xml
trunk/sandbox/samples/layout-sample/src/
trunk/sandbox/samples/layout-sample/src/main/
trunk/sandbox/samples/layout-sample/src/main/java/
trunk/sandbox/samples/layout-sample/src/main/resources/
trunk/sandbox/samples/layout-sample/src/main/webapp/
trunk/sandbox/samples/layout-sample/src/main/webapp/index.jsp
Modified:
trunk/sandbox/samples/colorPicker/
Log:
Property changes on: trunk/sandbox/samples/colorPicker
___________________________________________________________________
Name: svn:ignore
+ target
Added: trunk/sandbox/samples/layout-sample/pom.xml
===================================================================
--- trunk/sandbox/samples/layout-sample/pom.xml (rev 0)
+++ trunk/sandbox/samples/layout-sample/pom.xml 2009-02-24 00:15:50 UTC (rev 12722)
@@ -0,0 +1,48 @@
+<?xml version="1.0"?><project>
+ <parent>
+ <artifactId>samples</artifactId>
+ <groupId>org.richfaces.sandbox</groupId>
+ <version>3.3.1-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.sandbox.samples</groupId>
+ <artifactId>layout-sample</artifactId>
+ <packaging>war</packaging>
+ <name>layout Maven Webapp</name>
+ <version>3.3.1-SNAPSHOT</version>
+ <build>
+ <finalName>layout-sample</finalName>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ <version>3.3.1-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.3.1-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>layout</artifactId>
+ <version>3.3.1-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+</project>
Property changes on: trunk/sandbox/samples/layout-sample/pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: trunk/sandbox/samples/layout-sample/src/main/webapp/index.jsp
===================================================================
--- trunk/sandbox/samples/layout-sample/src/main/webapp/index.jsp
(rev 0)
+++ trunk/sandbox/samples/layout-sample/src/main/webapp/index.jsp 2009-02-24 00:15:50 UTC
(rev 12722)
@@ -0,0 +1,11 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+
+<html>
+
+<head></head>
+
+ <body>
+ <jsp:forward page="/pages/index.jsf" />
+ </body>
+
+</html>
\ No newline at end of file
Property changes on: trunk/sandbox/samples/layout-sample/src/main/webapp/index.jsp
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Show replies by date