diff options
author | Shashank | 2017-05-29 12:40:26 +0530 |
---|---|---|
committer | Shashank | 2017-05-29 12:40:26 +0530 |
commit | 0345245e860375a32c9a437c4a9d9cae807134e9 (patch) | |
tree | ad51ecbfa7bcd3cc5f09834f1bb8c08feaa526a4 /scilab-lib-doc.properties.in | |
download | scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.gz scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.bz2 scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.zip |
CMSCOPE changed
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 |