[jboss-cvs] Repository SVN: r10363 - maven2/org/richfaces/docs/xslt/en/3.1.6.CR2.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 10 19:12:23 EDT 2008


Author: nbelaevski
Date: 2008-06-10 19:12:23 -0400 (Tue, 10 Jun 2008)
New Revision: 10363

Added:
   maven2/org/richfaces/docs/xslt/en/3.1.6.CR2/en-3.1.6.CR2.pom
Log:
Autoversioning commit:  a non-deltaV client made a change to
/maven2/org/richfaces/docs/xslt/en/3.1.6.CR2/en-3.1.6.CR2.pom

Added: maven2/org/richfaces/docs/xslt/en/3.1.6.CR2/en-3.1.6.CR2.pom
===================================================================
--- maven2/org/richfaces/docs/xslt/en/3.1.6.CR2/en-3.1.6.CR2.pom	                        (rev 0)
+++ maven2/org/richfaces/docs/xslt/en/3.1.6.CR2/en-3.1.6.CR2.pom	2008-06-10 23:12:23 UTC (rev 10363)
@@ -0,0 +1,40 @@
+<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>xslt</artifactId>
+		<groupId>org.richfaces.docs</groupId>
+		<version>3.1.6.CR2</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.docs.xslt</groupId>
+	<artifactId>en</artifactId>
+	<version>3.1.6.CR2</version>
+	<packaging>jar</packaging>
+	<name>Documentation stylesheets (English translation)</name>
+	<description>
+		Docbook documentation stylesheets for En-Us translation
+	</description>
+	<build>
+		<resources>
+			<resource>
+				<directory>src/main/xslt</directory>
+				<targetPath>xslt</targetPath>
+			</resource>
+			<resource>
+				<directory>src/main/css</directory>
+				<targetPath>css</targetPath>
+			</resource>
+			<resource>
+				<directory>src/main/images</directory>
+				<targetPath>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