You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2007/04/10 23:34:04 UTC

svn commit: r527312 - in /incubator/uima/uimaj/trunk/uima-docbook-tool: HOW_TO tools/fop-versions/fop-0.20.5/fop-config.xml

Author: schor
Date: Tue Apr 10 14:34:03 2007
New Revision: 527312

URL: http://svn.apache.org/viewvc?view=rev&rev=527312
Log:
UIMA-236 make font config work for 0.20.5 level - was using wrong "relative" base.

Modified:
    incubator/uima/uimaj/trunk/uima-docbook-tool/HOW_TO
    incubator/uima/uimaj/trunk/uima-docbook-tool/tools/fop-versions/fop-0.20.5/fop-config.xml

Modified: incubator/uima/uimaj/trunk/uima-docbook-tool/HOW_TO
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbook-tool/HOW_TO?view=diff&rev=527312&r1=527311&r2=527312
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbook-tool/HOW_TO (original)
+++ incubator/uima/uimaj/trunk/uima-docbook-tool/HOW_TO Tue Apr 10 14:34:03 2007
@@ -33,7 +33,11 @@
 
 Step 3: create a file "local.docbook.properties", modelled on samples/local.docbook.properties
 
+=============================================================
+Path requirements:
 
+The target path must be a top level path in a parallel project directory.  The font config
+currently depends on this.
 
 NOTES:
 

Modified: incubator/uima/uimaj/trunk/uima-docbook-tool/tools/fop-versions/fop-0.20.5/fop-config.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbook-tool/tools/fop-versions/fop-0.20.5/fop-config.xml?view=diff&rev=527312&r1=527311&r2=527312
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbook-tool/tools/fop-versions/fop-0.20.5/fop-config.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbook-tool/tools/fop-versions/fop-0.20.5/fop-config.xml Tue Apr 10 14:34:03 2007
@@ -17,23 +17,27 @@
    under the License.
 -->
 <configuration>
+  <entry>
+    <key>fontBaseDir</key>
+    <value>../../../uima-docbook-tool/tools/fop-versions/fop-0.20.5/fonts</value>
+  </entry>
   <fonts>
-    <font metrics-file="file:fonts/palatino.xml" 
+    <font metrics-file="palatino.xml" 
       kerning="yes"
       embed-file="file:///c:/WINDOWS/Fonts/pala.TTF">
       <font-triplet name="Palatino" style="normal" weight="normal"/>
     </font>
-    <font metrics-file="file:fonts/palatino-bold.xml" 
+    <font metrics-file="palatino-bold.xml" 
       kerning="yes"
       embed-file="file:///c:/WINDOWS/Fonts/palab.TTF">
       <font-triplet name="Palatino" style="normal" weight="bold"/>
     </font>
-    <font metrics-file="file:fonts/palatino-italic.xml" 
+    <font metrics-file="palatino-italic.xml" 
       kerning="yes"
       embed-file="file:///c:/WINDOWS/Fonts/palai.TTF">
       <font-triplet name="Palatino" style="italic" weight="normal"/>
     </font>
-    <font metrics-file="file:fonts/palatino-bold-italic.xml" 
+    <font metrics-file="palatino-bold-italic.xml" 
       kerning="yes"
       embed-file="file:///c:/WINDOWS/Fonts/palabi.TTF">
       <font-triplet name="Palatino" style="italic" weight="bold"/>