|
From: <ls...@us...> - 2007-05-18 20:31:29
|
Revision: 3228
http://jnode.svn.sourceforge.net/jnode/?rev=3228&view=rev
Author: lsantha
Date: 2007-05-18 13:31:26 -0700 (Fri, 18 May 2007)
Log Message:
-----------
Added standard scripting support (included beanshell and rhino - javascript).
Modified Paths:
--------------
trunk/shell/descriptors/js.xml
Modified: trunk/shell/descriptors/js.xml
===================================================================
--- trunk/shell/descriptors/js.xml 2007-05-18 20:27:30 UTC (rev 3227)
+++ trunk/shell/descriptors/js.xml 2007-05-18 20:31:26 UTC (rev 3228)
@@ -13,8 +13,12 @@
<export name="*"/>
</library>
</runtime>
-
- <extension point="org.jnode.security.permissions">
+
+ <extension point="org.jnode.shell.aliases">
+ <alias name="js" class="org.mozilla.javascript.tools.shell.Main"/>
+ </extension>
+
+ <extension point="org.jnode.security.permissions">
<permission class="java.io.FilePermission" name="<<ALL FILES>>" actions="read,write"/>
<permission class="java.lang.RuntimePermission" name="setSecurityManager" actions="*" />
<permission class="java.lang.RuntimePermission" name="createClassLoader" actions="*" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|