[richfaces-svn-commits] JBoss Rich Faces SVN: r13582 - in trunk/docs: cdkguide and 4 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Apr 14 13:32:33 EDT 2009


Author: smukhina
Date: 2009-04-14 13:32:33 -0400 (Tue, 14 Apr 2009)
New Revision: 13582

Modified:
   trunk/docs/cdkguide/pom.xml
   trunk/docs/highlight/pom.xml
   trunk/docs/migrationguide/pom.xml
   trunk/docs/pom.xml
   trunk/docs/realworld_app_guide/pom.xml
   trunk/docs/userguide/pom.xml
Log:

https://jira.jboss.org/jira/browse/RF-6780 PDF version building problem is fixed.

Modified: trunk/docs/cdkguide/pom.xml
===================================================================
--- trunk/docs/cdkguide/pom.xml	2009-04-14 16:59:36 UTC (rev 13581)
+++ trunk/docs/cdkguide/pom.xml	2009-04-14 17:32:33 UTC (rev 13582)
@@ -115,6 +115,11 @@
 							<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>

Modified: trunk/docs/highlight/pom.xml
===================================================================
--- trunk/docs/highlight/pom.xml	2009-04-14 16:59:36 UTC (rev 13581)
+++ trunk/docs/highlight/pom.xml	2009-04-14 17:32:33 UTC (rev 13582)
@@ -123,6 +123,11 @@
 			<artifactId>jhighlight</artifactId>
 			<version>1.0</version>
 		</dependency>
+		<dependency>
+			<groupId>org.apache.xmlgraphics</groupId>
+			<artifactId>fop</artifactId>
+			<version>0.95</version>
+		</dependency>
 	</dependencies>
 	<!--build>
 		<pluginManagement>

Modified: trunk/docs/migrationguide/pom.xml
===================================================================
--- trunk/docs/migrationguide/pom.xml	2009-04-14 16:59:36 UTC (rev 13581)
+++ trunk/docs/migrationguide/pom.xml	2009-04-14 17:32:33 UTC (rev 13582)
@@ -113,6 +113,11 @@
 							<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>

Modified: trunk/docs/pom.xml
===================================================================
--- trunk/docs/pom.xml	2009-04-14 16:59:36 UTC (rev 13581)
+++ trunk/docs/pom.xml	2009-04-14 17:32:33 UTC (rev 13582)
@@ -51,6 +51,11 @@
 		    <artifactId>jhighlight</artifactId>
 		    <version>1.0</version>
 		</dependency>
+		<dependency>
+			<groupId>org.apache.xmlgraphics</groupId>
+			<artifactId>fop</artifactId>
+			<version>0.95</version>
+		</dependency>
 	</dependencies>
 
 	<profiles>

Modified: trunk/docs/realworld_app_guide/pom.xml
===================================================================
--- trunk/docs/realworld_app_guide/pom.xml	2009-04-14 16:59:36 UTC (rev 13581)
+++ trunk/docs/realworld_app_guide/pom.xml	2009-04-14 17:32:33 UTC (rev 13582)
@@ -115,6 +115,11 @@
 							<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>

Modified: trunk/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml	2009-04-14 16:59:36 UTC (rev 13581)
+++ trunk/docs/userguide/pom.xml	2009-04-14 17:32:33 UTC (rev 13582)
@@ -667,7 +667,7 @@
 						<dependency>
 							<groupId>org.apache.xmlgraphics</groupId>
 							<artifactId>fop</artifactId>
-							<version>0.94</version>
+							<version>0.95</version>
 						</dependency>
 					</dependencies>
 					<configuration>
@@ -866,7 +866,7 @@
         <dependency>
             <groupId>org.apache.xmlgraphics</groupId>
             <artifactId>fop</artifactId>
-            <version>0.94</version>
+            <version>0.95</version>
         </dependency>
 					</dependencies>
 					<configuration>




More information about the richfaces-svn-commits mailing list