[jboss-cvs] Repository SVN: r3386 - maven2/org/richfaces/docs/xslt/en/3.2.0.CR6.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 28 02:27:40 EDT 2008


Author: nbelaevski
Date: 2008-03-28 02:27:40 -0400 (Fri, 28 Mar 2008)
New Revision: 3386

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

Added: maven2/org/richfaces/docs/xslt/en/3.2.0.CR6/en-3.2.0.CR6.pom
===================================================================
--- maven2/org/richfaces/docs/xslt/en/3.2.0.CR6/en-3.2.0.CR6.pom	                        (rev 0)
+++ maven2/org/richfaces/docs/xslt/en/3.2.0.CR6/en-3.2.0.CR6.pom	2008-03-28 06:27:40 UTC (rev 3386)
@@ -0,0 +1,47 @@
+<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.2.0.CR6</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.docs.xslt</groupId>
+	<artifactId>en</artifactId>
+	<version>3.2.0.CR6</version>
+	<packaging>jar</packaging>
+	<name>Documentation stylesheets (English translation)</name>
+	<description>
+		Docbook documentation stylesheets for En-Us translation
+	</description>
+	<dependencies>
+		<dependency>
+		  <groupId>org.richfaces.docs</groupId>
+		  <artifactId>highlight</artifactId>
+		  <version>3.2.0.CR6</version>
+		</dependency>
+	</dependencies>
+	<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