[java-idp-plugin-scripting] 02/02: JSCRIPTING-3 set plugin ID correctly.

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 30 14:39:18 UTC 2020


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository java-idp-plugin-scripting.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=6f0dbc2544f6448d328d7799baf85ed8450546d3

commit 6f0dbc2544f6448d328d7799baf85ed8450546d3
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jul 30 12:30:35 2020 +0100

    JSCRIPTING-3 set plugin ID correctly.
    
    https://issues.shibboleth.net/jira/browse/JSCRIPTING-3
---
 nashorn-dist/src/main/resources/bootstrap/id.property | 2 +-
 rhino-dist/src/main/resources/bootstrap/id.property   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nashorn-dist/src/main/resources/bootstrap/id.property b/nashorn-dist/src/main/resources/bootstrap/id.property
index b2c0d95..12a3fe6 100644
--- a/nashorn-dist/src/main/resources/bootstrap/id.property
+++ b/nashorn-dist/src/main/resources/bootstrap/id.property
@@ -1 +1 @@
-pluginid=net.shibboleth.idp.plugin.scripting.nashorn
+pluginid=net.shibboleth.idp.plugin.nashorn
diff --git a/rhino-dist/src/main/resources/bootstrap/id.property b/rhino-dist/src/main/resources/bootstrap/id.property
index 88f58b1..2fcdc33 100644
--- a/rhino-dist/src/main/resources/bootstrap/id.property
+++ b/rhino-dist/src/main/resources/bootstrap/id.property
@@ -1 +1 @@
-pluginid=net.shibboleth.idp.plugin.scripting.rhino
+pluginid=net.shibboleth.idp.plugin.rhino

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list