File: 141_classpath-add-fo.jar.patch

package info (click to toggle)
dita-ot 1.5.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,296 kB
  • sloc: xml: 29,334; java: 24,201; javascript: 1,299; makefile: 45
file content (17 lines) | stat: -rw-r--r-- 631 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Tj <debian@iam.tj>
Last-Update: 2025-08-16
Forwarded: not-needed
Description: Ensure fo.jar is available to targets

diff --git a/demo/fo/build_template.xml b/demo/fo/build_template.xml
index bae54e952..7b8a08ab0 100644
--- a/demo/fo/build_template.xml
+++ b/demo/fo/build_template.xml
@@ -103,6 +103,7 @@ with those set forth herein.
     
     <path id="project.class.path">
       <pathelement path="${java.class.path}"/>
+      <pathelement location="${fo.lib.dir}/fo.jar"/>
       <pathelement location="/usr/share/java/saxon.jar"/>
       <!--fileset dir="${lib.dir}/saxon">
         <include name="**/*.jar"/>