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"/>
|