[jboss-cvs] Repository SVN: r19360 - maven2/org/richfaces/docs/common-resources/en/3.3.0.BETA3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Dec 7 16:02:48 EST 2008


Author: nbelaevski
Date: 2008-12-07 16:02:48 -0500 (Sun, 07 Dec 2008)
New Revision: 19360

Added:
   maven2/org/richfaces/docs/common-resources/en/3.3.0.BETA3/en-3.3.0.BETA3.pom
Log:
Autoversioning commit:  a non-deltaV client made a change to
/maven2/org/richfaces/docs/common-resources/en/3.3.0.BETA3/en-3.3.0.BETA3.pom

Added: maven2/org/richfaces/docs/common-resources/en/3.3.0.BETA3/en-3.3.0.BETA3.pom
===================================================================
--- maven2/org/richfaces/docs/common-resources/en/3.3.0.BETA3/en-3.3.0.BETA3.pom	                        (rev 0)
+++ maven2/org/richfaces/docs/common-resources/en/3.3.0.BETA3/en-3.3.0.BETA3.pom	2008-12-07 21:02:48 UTC (rev 19360)
@@ -0,0 +1,51 @@
+<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>common-resources</artifactId>
+		<groupId>org.richfaces.docs</groupId>
+		<version>3.3.0.BETA3</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.docs.common-resources</groupId>
+	<artifactId>en</artifactId>
+	<version>3.3.0.BETA3</version>
+	<packaging>jar</packaging>
+	<name>Documentation common resources (en)</name>
+	<description>
+		Documentation common resources for En-Us translation
+	</description>
+	<dependencies>
+		<dependency>
+		  <groupId>org.richfaces.docs</groupId>
+		  <artifactId>highlight</artifactId>
+		  <version>3.3.0.BETA3</version>
+		</dependency>
+	</dependencies>
+	<build>
+		<resources>
+			<resource>
+				<directory>src/main/xslt</directory>
+				<targetPath>common-resources/xslt</targetPath>
+			</resource>
+			<resource>
+				<directory>src/main/css</directory>
+				<targetPath>common-resources/css</targetPath>
+			</resource>
+			<resource>
+				<directory>src/main/script</directory>
+				<targetPath>common-resources/script</targetPath>
+			</resource>
+			<resource>
+				<directory>src/main/images</directory>
+				<targetPath>common-resources/images</targetPath>
+			</resource>
+		</resources>
+		<!--plugins>
+			<plugin>
+				<groupId>org.jboss.maven.plugins</groupId>
+				<artifactId>maven-jdocbook-style-plugin</artifactId>
+				<version>1.0.0</version>
+				<extensions>true</extensions>
+			</plugin>
+		</plugins-->
+	</build>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list