[richfaces-svn-commits] JBoss Rich Faces SVN: r14172 - in trunk/docs: photo_album_app_guide and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed May 13 11:41:46 EDT 2009


Author: atsebro
Date: 2009-05-13 11:41:45 -0400 (Wed, 13 May 2009)
New Revision: 14172

Added:
   trunk/docs/photo_album_app_guide/
   trunk/docs/photo_album_app_guide/en/
   trunk/docs/photo_album_app_guide/pom.xml
Removed:
   trunk/docs/photo_album_app_guide/en/
   trunk/docs/photo_album_app_guide/pom.xml
   trunk/docs/realworld_app_guide/
Log:
folder is renamed, as the guide was renamed previously (commit is done by smukhina)

Copied: trunk/docs/photo_album_app_guide (from rev 14166, trunk/docs/realworld_app_guide)

Copied: trunk/docs/photo_album_app_guide/en (from rev 14170, trunk/docs/realworld_app_guide/en)

Deleted: trunk/docs/photo_album_app_guide/pom.xml
===================================================================
--- trunk/docs/realworld_app_guide/pom.xml	2009-05-13 14:49:44 UTC (rev 14166)
+++ trunk/docs/photo_album_app_guide/pom.xml	2009-05-13 15:41:45 UTC (rev 14172)
@@ -1,189 +0,0 @@
-<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>docs</artifactId>
-		<groupId>org.richfaces</groupId>
-		<version>3.3.1-SNAPSHOT</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.docs</groupId>
-	<artifactId>realworld</artifactId>
-	<packaging>pom</packaging>
-	<version>3.3.1-SNAPSHOT</version>
-	<name>RichFaces Photo Album Application Guide</name>
-	<description>RichFaces Photo Album Application Guide</description>
-	<pluginRepositories>
-		<pluginRepository>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-			<snapshots>
-				<enabled>false</enabled>
-				<updatePolicy>never</updatePolicy>
-			</snapshots>
-			<id>repository.jboss.com</id>
-			<name>Jboss Repository for Maven</name>
-			<url>http://repository.jboss.com/maven2/</url>
-			<layout>default</layout>
-		</pluginRepository>
-	</pluginRepositories>
-	<build>
-		<pluginManagement>
-			<plugins>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-dependency-plugin</artifactId>
-					<executions>
-						<execution>
-							<id>unpack</id>
-							<phase>generate-resources</phase>
-							<goals>
-								<goal>unpack</goal>
-							</goals>
-							<configuration>
-								<artifactItems>
-										<artifactItem>
-										<groupId>
-											org.richfaces.docs.common-resources
-										</groupId>
-										<artifactId>
-											${project.translation}
-										</artifactId>
-										<version>
-											${project.version}
-										</version>
-										<type>jar</type>
-										<overWrite>true</overWrite>
-										<outputDirectory>
-											${project.build.directory}
-										</outputDirectory>
-									</artifactItem>
-										</artifactItems>
-								<overWriteReleases>
-									false
-								</overWriteReleases>
-								<overWriteSnapshots>
-									true
-								</overWriteSnapshots>
-							</configuration>
-						</execution>
-					</executions>
-				</plugin>
-				<plugin>
-					<groupId>org.jboss.maven.plugins</groupId>
-					<artifactId>maven-jdocbook-plugin</artifactId>
-					<version>2.1.0-200803311251UTC-MPJDOCBOOK-8</version>
-					<executions>
-							<execution>
-								<id>jdocbook:generate</id>
-								<phase>compile</phase>
-								<goals>
-									<goal>generate</goal>
-								</goals>
-							</execution>
-							<execution>
-								<id>jdocbook:resources</id>
-								<phase>process-resources</phase>
-								<goals>
-									<goal>resources</goal>
-								</goals>
-							</execution>
-							<execution>
-								<id>jdocbook:bundle</id>
-								<phase>package</phase> 
-								<goals>
-									<goal>bundle</goal>
-								</goals>
-							</execution>
-					</executions>
-					<dependencies>
-						<dependency>
-							<groupId>org.jboss</groupId>
-							<artifactId>jbossorg-docbook-xslt</artifactId>
-							<version>1.1.0</version>
-						</dependency>
-						<dependency>
-							<groupId>org.jboss</groupId>
-							<artifactId>jbossorg-jdocbook-style</artifactId>
-							<version>1.1.0</version>
-							<type>jdocbook-style</type>
-						</dependency>
-						<dependency>
-							<groupId>org.richfaces.docs.common-resources</groupId>
-							<artifactId>${translation}</artifactId>
-							<version>${project.version}</version>
-							<type>jar</type>
-						</dependency>
-						<dependency>
-							<groupId>org.apache.xmlgraphics</groupId>
-							<artifactId>fop</artifactId>
-							<version>0.95</version>
-						</dependency>
-					</dependencies>
-					<configuration>
-						<sourceDirectory>
-							${basedir}/src/main/docbook
-						</sourceDirectory>
-						<imageResource>
-							<directory>
-								${basedir}/src/main/resources
-							</directory>
-						</imageResource>
-						<cssResource>
-							<directory>
-								${project.build.directory}/common-resources
-							</directory>
-						</cssResource>
-						<sourceDocumentName>master.xml</sourceDocumentName>
-						<formats>
-							<format>
-								<formatName>pdf</formatName>
-								<stylesheetResource>classpath:/common-resources/xslt/pdf-common.xsl</stylesheetResource>
-								<finalName>realworld_app_guide.pdf</finalName>
-								<imagePathSettingRequired>true</imagePathSettingRequired>
-							</format>
-							<format>
-								<formatName>html</formatName>
-								<stylesheetResource>
-									${xsl_html}
-								</stylesheetResource>
-								<finalName>index.html</finalName>
-								<imageCopyingRequired>
-									true
-								</imageCopyingRequired>
-								<imagePathSettingRequired>
-									false
-								</imagePathSettingRequired>
-							</format>
-							<format>
-								<formatName>html_single</formatName>
-								<stylesheetResource>
-									${xsl_html_single}
-								</stylesheetResource>
-								<imageCopyingRequired>true</imageCopyingRequired>
-								<imagePathSettingRequired>false</imagePathSettingRequired>
-								<finalName>index.html </finalName>
-							</format>
-						</formats>
-						<xincludeSupported>true</xincludeSupported>
-						<options>
-							<xincludeSupported>true</xincludeSupported>
-							<useRelativeImageUris> true </useRelativeImageUris>
-							<xmlTransformerType> saxon </xmlTransformerType>
-							<docbookVersion>1.72.0</docbookVersion>
-						</options>
-					</configuration>
-				</plugin>
-			</plugins>
-		</pluginManagement>
-	</build>
-	<properties>
-		<masterTranslation>en</masterTranslation>
-	</properties>
-
-	<modules>
-		<module>en</module>
-	</modules>
-
-</project>

Copied: trunk/docs/photo_album_app_guide/pom.xml (from rev 14170, trunk/docs/realworld_app_guide/pom.xml)
===================================================================
--- trunk/docs/photo_album_app_guide/pom.xml	                        (rev 0)
+++ trunk/docs/photo_album_app_guide/pom.xml	2009-05-13 15:41:45 UTC (rev 14172)
@@ -0,0 +1,189 @@
+<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>docs</artifactId>
+		<groupId>org.richfaces</groupId>
+		<version>3.3.1-SNAPSHOT</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.docs</groupId>
+	<artifactId>realworld</artifactId>
+	<packaging>pom</packaging>
+	<version>3.3.1-SNAPSHOT</version>
+	<name>RichFaces Photo Album Application Guide</name>
+	<description>RichFaces Photo Album Application Guide</description>
+	<pluginRepositories>
+		<pluginRepository>
+			<releases>
+				<enabled>true</enabled>
+			</releases>
+			<snapshots>
+				<enabled>false</enabled>
+				<updatePolicy>never</updatePolicy>
+			</snapshots>
+			<id>repository.jboss.com</id>
+			<name>Jboss Repository for Maven</name>
+			<url>http://repository.jboss.com/maven2/</url>
+			<layout>default</layout>
+		</pluginRepository>
+	</pluginRepositories>
+	<build>
+		<pluginManagement>
+			<plugins>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-dependency-plugin</artifactId>
+					<executions>
+						<execution>
+							<id>unpack</id>
+							<phase>generate-resources</phase>
+							<goals>
+								<goal>unpack</goal>
+							</goals>
+							<configuration>
+								<artifactItems>
+										<artifactItem>
+										<groupId>
+											org.richfaces.docs.common-resources
+										</groupId>
+										<artifactId>
+											${project.translation}
+										</artifactId>
+										<version>
+											${project.version}
+										</version>
+										<type>jar</type>
+										<overWrite>true</overWrite>
+										<outputDirectory>
+											${project.build.directory}
+										</outputDirectory>
+									</artifactItem>
+										</artifactItems>
+								<overWriteReleases>
+									false
+								</overWriteReleases>
+								<overWriteSnapshots>
+									true
+								</overWriteSnapshots>
+							</configuration>
+						</execution>
+					</executions>
+				</plugin>
+				<plugin>
+					<groupId>org.jboss.maven.plugins</groupId>
+					<artifactId>maven-jdocbook-plugin</artifactId>
+					<version>2.1.0-200803311251UTC-MPJDOCBOOK-8</version>
+					<executions>
+							<execution>
+								<id>jdocbook:generate</id>
+								<phase>compile</phase>
+								<goals>
+									<goal>generate</goal>
+								</goals>
+							</execution>
+							<execution>
+								<id>jdocbook:resources</id>
+								<phase>process-resources</phase>
+								<goals>
+									<goal>resources</goal>
+								</goals>
+							</execution>
+							<execution>
+								<id>jdocbook:bundle</id>
+								<phase>package</phase> 
+								<goals>
+									<goal>bundle</goal>
+								</goals>
+							</execution>
+					</executions>
+					<dependencies>
+						<dependency>
+							<groupId>org.jboss</groupId>
+							<artifactId>jbossorg-docbook-xslt</artifactId>
+							<version>1.1.0</version>
+						</dependency>
+						<dependency>
+							<groupId>org.jboss</groupId>
+							<artifactId>jbossorg-jdocbook-style</artifactId>
+							<version>1.1.0</version>
+							<type>jdocbook-style</type>
+						</dependency>
+						<dependency>
+							<groupId>org.richfaces.docs.common-resources</groupId>
+							<artifactId>${translation}</artifactId>
+							<version>${project.version}</version>
+							<type>jar</type>
+						</dependency>
+						<dependency>
+							<groupId>org.apache.xmlgraphics</groupId>
+							<artifactId>fop</artifactId>
+							<version>0.95</version>
+						</dependency>
+					</dependencies>
+					<configuration>
+						<sourceDirectory>
+							${basedir}/src/main/docbook
+						</sourceDirectory>
+						<imageResource>
+							<directory>
+								${basedir}/src/main/resources
+							</directory>
+						</imageResource>
+						<cssResource>
+							<directory>
+								${project.build.directory}/common-resources
+							</directory>
+						</cssResource>
+						<sourceDocumentName>master.xml</sourceDocumentName>
+						<formats>
+							<format>
+								<formatName>pdf</formatName>
+								<stylesheetResource>classpath:/common-resources/xslt/pdf-common.xsl</stylesheetResource>
+								<finalName>realworld_app_guide.pdf</finalName>
+								<imagePathSettingRequired>true</imagePathSettingRequired>
+							</format>
+							<format>
+								<formatName>html</formatName>
+								<stylesheetResource>
+									${xsl_html}
+								</stylesheetResource>
+								<finalName>index.html</finalName>
+								<imageCopyingRequired>
+									true
+								</imageCopyingRequired>
+								<imagePathSettingRequired>
+									false
+								</imagePathSettingRequired>
+							</format>
+							<format>
+								<formatName>html_single</formatName>
+								<stylesheetResource>
+									${xsl_html_single}
+								</stylesheetResource>
+								<imageCopyingRequired>true</imageCopyingRequired>
+								<imagePathSettingRequired>false</imagePathSettingRequired>
+								<finalName>index.html </finalName>
+							</format>
+						</formats>
+						<xincludeSupported>true</xincludeSupported>
+						<options>
+							<xincludeSupported>true</xincludeSupported>
+							<useRelativeImageUris> true </useRelativeImageUris>
+							<xmlTransformerType> saxon </xmlTransformerType>
+							<docbookVersion>1.72.0</docbookVersion>
+						</options>
+					</configuration>
+				</plugin>
+			</plugins>
+		</pluginManagement>
+	</build>
+	<properties>
+		<masterTranslation>en</masterTranslation>
+	</properties>
+
+	<modules>
+		<module>en</module>
+	</modules>
+
+</project>




More information about the richfaces-svn-commits mailing list