blob: 46d23f65605de308d2019f056ddecfa76c78f49a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
; Definition of lib for documentation build used in Scilab
xml_apis_ext.jar =${thirdparty.dir}/xml_apis_ext.jar
; xml.apache.org SVG Library
batik.jar=${thirdparty.dir}/batik-all-1.7.jar
; The Saxon XSLT Processor
saxon.jar=${thirdparty.dir}/saxon.jar
; Reusable components used by Batik and FOP
fop.jar=${thirdparty.dir}/fop.jar
; LaTeX plugin
jlatexmath-fop.jar=${thirdparty.dir}/jlatexmath-fop-1.0.2.jar
; A complete MathML rendering solution
jeuclid-core.jar=${thirdparty.dir}/jeuclid-core.jar
xmlgraphics-commons.jar=${thirdparty.dir}/xmlgraphics-commons-1.4.jar
library.helptools.dir=${modules.dir}/helptools/${build.jar.dir}/
library.helptools.name=org.scilab.modules.helptools.jar
|