[java-idp-plugin-scripting] branch main updated (63c9394 -> a7ae2ae)
Rod Widdowson
rdw at steadingsoftware.com
Fri Oct 16 13:09:56 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch main
in repository java-idp-plugin-scripting.
from 63c9394 Missed change of parent project
new 5afa6bd Move Nashorn Plugin to Shibboleth Standard
new a7ae2ae Move Rhino Plugin to Shibboleth Standard
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/main/assembly/plugin-assembly-tgz.xml | 30 ++-
.../src/main/assembly/plugin-assembly-zip.xml | 43 ++---
.../src/main/resources/bootstrap/id.property | 1 -
...p.plugin.scripting.nashorn-3rdparty-license.txt | 17 --
...boleth.idp.plugin.scripting.nashorn-license.txt | 201 ---------------------
nashorn-impl/pom.xml | 15 ++
.../plugin/scripting/nashorn/NashornPlugin.java | 65 ++-----
.../idp/plugin/scripting/nashorn/doc/LICENSE.txt | 31 +++-
.../idp/plugin/scripting/nashorn/plugin.properties | 9 +
.../src/main/assembly/plugin-assembly-tgz.xml | 22 ++-
.../src/main/assembly/plugin-assembly-zip.xml | 39 ++--
.../src/main/resources/bootstrap/id.property | 1 -
rhino-impl/pom.xml | 7 +-
.../idp/plugin/scripting/rhino/RhinoPlugin.java | 60 +-----
.../idp/plugin/scripting/rhino/doc/LICENSE.txt | 7 +-
.../idp/plugin/scripting/rhino/plugin.properties | 9 +
scripting-api/pom.xml | 12 +-
.../shibboleth/idp/plugin/scripting/Version.java | 49 -----
18 files changed, 157 insertions(+), 461 deletions(-)
delete mode 100644 nashorn-dist/src/main/resources/bootstrap/id.property
delete mode 100644 nashorn-dist/src/main/resources/doc/net.shibboleth.idp.plugin.scripting.nashorn-3rdparty-license.txt
delete mode 100644 nashorn-dist/src/main/resources/doc/net.shibboleth.idp.plugin.scripting.nashorn-license.txt
rename nashorn-dist/src/main/resources/doc/net.shibboleth.idp.plugin.scripting.nashorn-GraalVM-license.txt => nashorn-impl/src/main/resources/net/shibboleth/idp/plugin/scripting/nashorn/doc/LICENSE.txt (95%)
create mode 100644 nashorn-impl/src/main/resources/net/shibboleth/idp/plugin/scripting/nashorn/plugin.properties
delete mode 100644 rhino-dist/src/main/resources/bootstrap/id.property
rename rhino-dist/src/main/resources/doc/net.shibboleth.idp.plugin.scripting.rhino-3rdparty-license.txt => rhino-impl/src/main/resources/net/shibboleth/idp/plugin/scripting/rhino/doc/LICENSE.txt (91%)
create mode 100644 rhino-impl/src/main/resources/net/shibboleth/idp/plugin/scripting/rhino/plugin.properties
delete mode 100644 scripting-api/src/main/java/net/shibboleth/idp/plugin/scripting/Version.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list