All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.cristal.module.xml Maven / Gradle / Ivy

The newest version!
<CristalModule ns="rhino" name="js-rhino">
	<Info>
		<Description>CRISTAL Module to force use of the latest Mozilla Rhino for all CRISTAL javascript scripts. 
		This will ensure that every scripts behaves identically on Java 7 &amp; 8. Requires kernel 3.1-SNAPSHOT.</Description>
		<Version>${version}</Version>
	</Info>
    <Config name="OverrideScriptLang.javascript">rhino</Config>
    <Config name="OverrideScriptLang.JavaScript">rhino</Config>
    <Config name="OverrideScriptLang.js">rhino</Config>
    <Config name="OverrideScriptLang.JS">rhino</Config>
    <Config name="OverrideScriptLang.ECMAScript">rhino</Config>
    <Config name="OverrideScriptLang.ecmascript">rhino</Config>
	<Imports/>
</CristalModule>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy