[seam-commits] Seam SVN: r7640 - branches/Seam_2_0/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Mar 19 11:04:32 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-03-19 11:04:32 -0400 (Wed, 19 Mar 2008)
New Revision: 7640

Modified:
   branches/Seam_2_0/build/ci.build.xml
   branches/Seam_2_0/build/docs.pom.xml
Log:
Build pdf, update ci

Modified: branches/Seam_2_0/build/ci.build.xml
===================================================================
--- branches/Seam_2_0/build/ci.build.xml	2008-03-19 14:55:05 UTC (rev 7639)
+++ branches/Seam_2_0/build/ci.build.xml	2008-03-19 15:04:32 UTC (rev 7640)
@@ -82,7 +82,7 @@
 	</target>
 	
 	<target name="deployDocumentation" depends="initdav, initpoms">
-		<deploy pom="${docs.pom}" jar="${doc.ref.dir}/target/docbook/pdf/Seam_Reference_Guide.pdf" unique="false" repositoryId="snapshots.jboss.org"/>
+		<deploy pom="${docs.pom}" jar="${doc.ref.dir}/target/docbook/publish/en-US/pdf/seam_reference.pdf" unique="false" repositoryId="snapshots.jboss.org"/>
 	</target>
 
 	<macrodef name="build">

Modified: branches/Seam_2_0/build/docs.pom.xml
===================================================================
--- branches/Seam_2_0/build/docs.pom.xml	2008-03-19 14:55:05 UTC (rev 7639)
+++ branches/Seam_2_0/build/docs.pom.xml	2008-03-19 15:04:32 UTC (rev 7640)
@@ -42,7 +42,7 @@
          <plugin>
             <groupId>org.jboss.maven.plugins</groupId>
             <artifactId>maven-jdocbook-plugin</artifactId>
-            <version>2.1.1-SNAPSHOT</version>
+            <version>2.1.0-SNAPSHOT</version>
             <extensions>true</extensions>
             <dependencies>
                <dependency>
@@ -73,13 +73,13 @@
                   </includes>
                </imageResource>
                <formats>
-                  <!-- <format>
+                  <format>
                      <formatName>pdf</formatName>
                      <stylesheetResource>
                         classpath:/xslt/org/jboss/seam/main-pdf.xsl
                      </stylesheetResource>
                      <finalName>seam_reference.pdf</finalName>
-                  </format>-->
+                  </format>
                   <format>
                      <formatName>html</formatName>
                      <stylesheetResource>




More information about the seam-commits mailing list