POLYGENE-29 - Docs; can't figure out how to do alignments properly in the tables.
Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/dc12fa61 Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/dc12fa61 Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/dc12fa61 Branch: refs/heads/develop Commit: dc12fa61baf5c3cac1ef07180b60c57443230168 Parents: face636 Author: niclas <[email protected]> Authored: Sun Apr 9 13:22:02 2017 +0800 Committer: niclas <[email protected]> Committed: Sun Apr 9 13:22:02 2017 +0800 ---------------------------------------------------------------------- libraries/scripting/src/docs/scripting.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/dc12fa61/libraries/scripting/src/docs/scripting.txt ---------------------------------------------------------------------- diff --git a/libraries/scripting/src/docs/scripting.txt b/libraries/scripting/src/docs/scripting.txt index b8afbf1..c94ed76 100644 --- a/libraries/scripting/src/docs/scripting.txt +++ b/libraries/scripting/src/docs/scripting.txt @@ -49,7 +49,7 @@ this library. We welcome additional information and samples of languages that has been tried and tested. .Language Support -[options="header",align="left"] +[options="header"] |======= |Language | Supported | Tested | License | Implementation |JavaScript | Yes | Yes | ? |Nashorn, built-in Java 8 and later @@ -64,7 +64,7 @@ We welcome additional information and samples of languages that has been tried a The following languages may or may not be supported, and was found at https://java.net/projects/scripting/sources/svn/show/trunk/engines[Java.Net Scripting project] .Potential Languages -[options="header",align="left"] +[options="header"] |======= | Language | Location | License |beanshell | | @@ -88,7 +88,7 @@ The following languages may or may not be supported, and was found at https://ja |======= .Not Compatible Languages -[options="header",align="left"] +[options="header"] |======= | Language | Comment | Java | Implementation exists at https://github.com/nickman/javax-scripting/ which is forked from https://java.net/projects/scripting. It doesn't support Invocable, and additional work on ScriptMixin is required to support this. Althernatively, fork the ScriptEngine implementation and support Invocable in it.
