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