You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by he...@apache.org on 2019/11/04 01:04:09 UTC

svn commit: r1869346 - /xmlgraphics/site/trunk/content/batik/install.mdtext

Author: helder
Date: Mon Nov  4 01:04:09 2019
New Revision: 1869346

URL: http://svn.apache.org/viewvc?rev=1869346&view=rev
Log:
Couple more 'js' to 'rhino' rework.

Modified:
    xmlgraphics/site/trunk/content/batik/install.mdtext

Modified: xmlgraphics/site/trunk/content/batik/install.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/batik/install.mdtext?rev=1869346&r1=1869345&r2=1869346&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/batik/install.mdtext (original)
+++ xmlgraphics/site/trunk/content/batik/install.mdtext Mon Nov  4 01:04:09 2019
@@ -9,7 +9,7 @@ Batik requires a Java 7 or above compati
 
 ## Optional components { #optionalComponents}
 
-By default, the Batik source distribution comes with the [Mozilla Rhino](http://www.mozilla.org/rhino/) JavaScript Engine (`js.jar`).
+By default, the Batik source distribution comes with the [Mozilla Rhino](http://www.mozilla.org/rhino/) JavaScript Engine (`rhino*.jar`).
 
 To enable other scripting languages support, you will only need to install the correct jar files in `lib` directory of Batik and recompile your distribution.
 
@@ -18,7 +18,7 @@ To enable other scripting languages supp
 
 - For Tcl, you need to download Jacl & TclBlend distribution at [http://dev.scriptics.com/software/java/](http://dev.scriptics.com/software/java/). Then you put the `jacl.jar` and `tcljava.jar` files in the Batik `lib` directory.
 
-Conversely, you can remove the `js.jar` of the Batik `lib` directory to remove JavaScript support and have a smaller distribution.
+Conversely, you can remove the `rhino*.jar` of the Batik `lib` directory to remove JavaScript support and have a smaller distribution.
 
 ## Jar file dependency graph { #dependencyGraph}
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org