diff options
Diffstat (limited to 'scilab-lib-doc.properties.in')
-rwxr-xr-x | scilab-lib-doc.properties.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/scilab-lib-doc.properties.in b/scilab-lib-doc.properties.in new file mode 100755 index 000000000..be6d3cd73 --- /dev/null +++ b/scilab-lib-doc.properties.in @@ -0,0 +1,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 |