[jboss-cvs] Repository SVN: r17992 - maven2/org/richfaces/samples/contextMenuDemo/3.1.6.SR1.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 3 15:41:23 EST 2008


Author: nbelaevski
Date: 2008-11-03 15:41:23 -0500 (Mon, 03 Nov 2008)
New Revision: 17992

Added:
   maven2/org/richfaces/samples/contextMenuDemo/3.1.6.SR1/contextMenuDemo-3.1.6.SR1.pom
Log:
Autoversioning commit:  a non-deltaV client made a change to
/maven2/org/richfaces/samples/contextMenuDemo/3.1.6.SR1/contextMenuDemo-3.1.6.SR1.pom

Added: maven2/org/richfaces/samples/contextMenuDemo/3.1.6.SR1/contextMenuDemo-3.1.6.SR1.pom
===================================================================
--- maven2/org/richfaces/samples/contextMenuDemo/3.1.6.SR1/contextMenuDemo-3.1.6.SR1.pom	                        (rev 0)
+++ maven2/org/richfaces/samples/contextMenuDemo/3.1.6.SR1/contextMenuDemo-3.1.6.SR1.pom	2008-11-03 20:41:23 UTC (rev 17992)
@@ -0,0 +1,58 @@
+<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/maven-v4_0_0.xsd">
+  <parent>
+    <artifactId>samples</artifactId>
+    <groupId>org.richfaces</groupId>
+    <version>3.1.6.SR1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces.samples</groupId>
+  <artifactId>contextMenuDemo</artifactId>
+  <packaging>war</packaging>
+  <name>contextMenuDemo Maven Webapp</name>
+  <version>3.1.6.SR1</version>
+	<dependencies>
+		<dependency>
+			<groupId>org.richfaces.samples</groupId>
+			<artifactId>skins</artifactId>
+			<version>3.1.6.SR1</version>
+		</dependency>
+		<dependency>
+			<groupId>org.richfaces.ui</groupId>
+			<artifactId>core</artifactId>
+			<version>3.1.6.SR1</version>
+		</dependency>
+		<dependency>
+			<groupId>org.richfaces.ui</groupId>
+			<artifactId>dataTable</artifactId>
+			<version>3.1.6.SR1</version>
+		</dependency>
+		<dependency>
+			<groupId>org.richfaces.ui</groupId>
+			<artifactId>contextMenu</artifactId>
+			<version>3.1.6.SR1</version>
+		</dependency>
+		<dependency>
+			<groupId>org.richfaces.ui</groupId>
+			<artifactId>componentControl</artifactId>
+			<version>3.1.6.SR1</version>
+		</dependency>
+        	<dependency>
+            		<groupId>org.richfaces.ui</groupId>
+            		<artifactId>menu-components</artifactId>
+            		<version>3.1.6.SR1</version>
+        	</dependency>
+	</dependencies>
+  <build>
+    <finalName>contextMenuDemo</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




More information about the jboss-cvs-commits mailing list