Author: dbiatenia
Date: 2007-05-16 09:56:10 -0400 (Wed, 16 May 2007)
New Revision: 781
Added:
trunk/richfaces-samples/panelmenu-sample/
trunk/richfaces-samples/panelmenu-sample/pom.xml
trunk/richfaces-samples/panelmenu-sample/src/
trunk/richfaces-samples/panelmenu-sample/src/main/
trunk/richfaces-samples/panelmenu-sample/src/main/java/
trunk/richfaces-samples/panelmenu-sample/src/main/java/org/
trunk/richfaces-samples/panelmenu-sample/src/main/java/org/richfaces/
trunk/richfaces-samples/panelmenu-sample/src/main/java/org/richfaces/Bean.java
trunk/richfaces-samples/panelmenu-sample/src/main/resources/
trunk/richfaces-samples/panelmenu-sample/src/main/webapp/
trunk/richfaces-samples/panelmenu-sample/src/main/webapp/index.jsp
trunk/richfaces-samples/panelmenu-sample/src/main/webapp/pages/
trunk/richfaces-samples/panelmenu-sample/src/main/webapp/pages/index.jsp
trunk/richfaces-samples/panelmenu-sample/src/main/webapp/pages/index.xhtml
Log:
Added: trunk/richfaces-samples/panelmenu-sample/pom.xml
===================================================================
--- trunk/richfaces-samples/panelmenu-sample/pom.xml (rev 0)
+++ trunk/richfaces-samples/panelmenu-sample/pom.xml 2007-05-16 13:56:10 UTC (rev 781)
@@ -0,0 +1,33 @@
+<?xml version="1.0"?><project>
+ <parent>
+ <artifactId>richfaces-samples</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.0.1-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>panelmenu-sample</artifactId>
+ <packaging>war</packaging>
+ <name>panelmenu-sample Maven Webapp</name>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces</groupId>
+ <artifactId>common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces</groupId>
+ <artifactId>panelmenu</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces</groupId>
+ <artifactId>skins</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <finalName>panelmenu-sample</finalName>
+ </build>
+</project>
\ No newline at end of file
Property changes on: trunk/richfaces-samples/panelmenu-sample/pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Added: trunk/richfaces-samples/panelmenu-sample/src/main/java/org/richfaces/Bean.java
===================================================================
--- trunk/richfaces-samples/panelmenu-sample/src/main/java/org/richfaces/Bean.java
(rev 0)
+++
trunk/richfaces-samples/panelmenu-sample/src/main/java/org/richfaces/Bean.java 2007-05-16
13:56:10 UTC (rev 781)
@@ -0,0 +1,29 @@
+/**
+ * License Agreement.
+ *
+ * Ajax4jsf 1.1 - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.richfaces;
+/**
+ * @author $Autor$
+ *
+ */
+public class Bean {
+
+}
\ No newline at end of file
Property changes on:
trunk/richfaces-samples/panelmenu-sample/src/main/java/org/richfaces/Bean.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Author Id Revision Date
Name: svn:eol-style
+ native
Added: trunk/richfaces-samples/panelmenu-sample/src/main/webapp/index.jsp
===================================================================
--- trunk/richfaces-samples/panelmenu-sample/src/main/webapp/index.jsp
(rev 0)
+++ trunk/richfaces-samples/panelmenu-sample/src/main/webapp/index.jsp 2007-05-16 13:56:10
UTC (rev 781)
@@ -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/richfaces-samples/panelmenu-sample/src/main/webapp/index.jsp
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/richfaces-samples/panelmenu-sample/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/richfaces-samples/panelmenu-sample/src/main/webapp/pages/index.jsp
(rev 0)
+++ trunk/richfaces-samples/panelmenu-sample/src/main/webapp/pages/index.jsp 2007-05-16
13:56:10 UTC (rev 781)
@@ -0,0 +1,12 @@
+<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h" %>
+<%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f"%>
+<html>
+ <head>
+ <title></title>
+ </head>
+ <body>
+ <f:view>
+
+ </f:view>
+ </body>
+</html>
Property changes on:
trunk/richfaces-samples/panelmenu-sample/src/main/webapp/pages/index.jsp
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Added: trunk/richfaces-samples/panelmenu-sample/src/main/webapp/pages/index.xhtml
===================================================================
(Binary files differ)
Property changes on:
trunk/richfaces-samples/panelmenu-sample/src/main/webapp/pages/index.xhtml
___________________________________________________________________
Name: svn:mime-type
+ application/xhtml+xml