[richfaces-svn-commits] JBoss Rich Faces SVN: r756 - in trunk/richfaces/panelmenu: src/main/java/org/richfaces/component and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon May 14 15:20:28 EDT 2007


Author: dbiatenia
Date: 2007-05-14 15:20:28 -0400 (Mon, 14 May 2007)
New Revision: 756

Added:
   trunk/richfaces/panelmenu/src/main/java/org/richfaces/component/panelmenu/
   trunk/richfaces/panelmenu/src/main/java/org/richfaces/component/panelmenu/UIPanelMenu.java
Modified:
   trunk/richfaces/panelmenu/pom.xml
Log:


Modified: trunk/richfaces/panelmenu/pom.xml
===================================================================
--- trunk/richfaces/panelmenu/pom.xml	2007-05-14 18:08:34 UTC (rev 755)
+++ trunk/richfaces/panelmenu/pom.xml	2007-05-14 19:20:28 UTC (rev 756)
@@ -44,5 +44,11 @@
     </plugins>
   </build>
   <dependencies>
+    <dependency>
+      <groupId>org.richfaces</groupId>
+      <artifactId>common</artifactId>
+      <version>${project.version}</version>
+    </dependency>
   </dependencies>
+
 </project>
\ No newline at end of file

Added: trunk/richfaces/panelmenu/src/main/java/org/richfaces/component/panelmenu/UIPanelMenu.java
===================================================================
--- trunk/richfaces/panelmenu/src/main/java/org/richfaces/component/panelmenu/UIPanelMenu.java	                        (rev 0)
+++ trunk/richfaces/panelmenu/src/main/java/org/richfaces/component/panelmenu/UIPanelMenu.java	2007-05-14 19:20:28 UTC (rev 756)
@@ -0,0 +1,7 @@
+package org.richfaces.component.panelmenu;
+
+import org.richfaces.component.UISwitchablePanel;
+
+public class UIPanelMenu extends UISwitchablePanel{
+
+}


Property changes on: trunk/richfaces/panelmenu/src/main/java/org/richfaces/component/panelmenu/UIPanelMenu.java
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:keywords
   + Author Id Revision Date
Name: svn:eol-style
   + native




More information about the richfaces-svn-commits mailing list