[richfaces-svn-commits] JBoss Rich Faces SVN: r14513 - in branches/sandbox/rf4_build/ui/trunk/components: panel and 3 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jun 4 13:39:20 EDT 2009


Author: nbelaevski
Date: 2009-06-04 13:39:20 -0400 (Thu, 04 Jun 2009)
New Revision: 14513

Added:
   branches/sandbox/rf4_build/ui/trunk/components/panel/
   branches/sandbox/rf4_build/ui/trunk/components/panel/pom.xml
   branches/sandbox/rf4_build/ui/trunk/components/panel/src/
   branches/sandbox/rf4_build/ui/trunk/components/panel/src/main/
   branches/sandbox/rf4_build/ui/trunk/components/panel/src/main/java/
   branches/sandbox/rf4_build/ui/trunk/components/panel/src/main/resources/
   branches/sandbox/rf4_build/ui/trunk/components/panel/src/test/
   branches/sandbox/rf4_build/ui/trunk/components/panel/src/test/java/
   branches/sandbox/rf4_build/ui/trunk/components/panel/src/test/resources/
Log:
Build system: panel module added


Property changes on: branches/sandbox/rf4_build/ui/trunk/components/panel
___________________________________________________________________
Name: svn:ignore
   + .project
.checkstyle
target
.metadata
.settings


Added: branches/sandbox/rf4_build/ui/trunk/components/panel/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/components/panel/pom.xml	                        (rev 0)
+++ branches/sandbox/rf4_build/ui/trunk/components/panel/pom.xml	2009-06-04 17:39:20 UTC (rev 14513)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<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/xsd/maven-4.0.0.xsd">
+
+	<parent>
+		<groupId>org.richfaces.ui</groupId>
+		<artifactId>components</artifactId>
+		<version>4.0.0-SNAPSHOT</version>
+	</parent>
+	
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.ui.components</groupId>
+	<artifactId>panel</artifactId>
+	<packaging>jar</packaging>
+
+</project>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list