Author: schor
Date: Tue Oct 12 21:02:55 2010
New Revision: 1021920

URL: http://svn.apache.org/viewvc?rev=1021920&view=rev
Log:
[UIMA-1899] add param for paper type for PDF generation

Modified:
    uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml

Modified: uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml?rev=1021920&r1=1021919&r2=1021920&view=diff
==============================================================================
--- uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml (original)
+++ uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml Tue Oct 12 21:02:55 
2010
@@ -71,7 +71,8 @@
   
   <properties>
     <uimaScmRoot>build</uimaScmRoot>
-    <uimaScmProject>parent-poms/${project.artifactId}</uimaScmProject>   
+    <uimaScmProject>parent-poms/${project.artifactId}</uimaScmProject>  
+    <pdfPaperType>USletter</pdfPaperType> 
   </properties>
 
   <!-- build -->               
@@ -366,7 +367,7 @@
                     </font-->
                     
                   </fonts>
-                  
+                  <paperType>${pdfPaperType}</paperType>                 
                 </configuration>
               </execution>          
             </executions>


Reply via email to