[java-idp-plugin-scripting] 01/02: IDP-1595 Add dowloadable property Description File
Rod Widdowson
rdw at steadingsoftware.com
Wed Jul 22 14:50:13 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=fc0e0099b9bc13633f1d713ab5956deb43e81c59
commit fc0e0099b9bc13633f1d713ab5956deb43e81c59
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jul 22 15:35:06 2020 +0100
IDP-1595 Add dowloadable property Description File
https://issues.shibboleth.net/jira/browse/IDP-1595
The plugin infrastructure now expects a single plugin file
'out there' to get up to date information about the property.
By way of an experiment check one in with information for the
two scripting plugins. This allows use to use a github URL
as a first fallback for information about the plugin, certainly
during testing.
---
src/resources/main/plugins.props | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/src/resources/main/plugins.props b/src/resources/main/plugins.props
new file mode 100644
index 0000000..b35d9b4
--- /dev/null
+++ b/src/resources/main/plugins.props
@@ -0,0 +1,17 @@
+net.shibboleth.plugin.rhino.versions=0.0.1
+net.shibboleth.plugin.test.versions=0.0.1
+#
+# NASHORN
+# 0.0.1
+#
+net.shibboleth.plugin.nashorn.idpVersionMax.0.0.1=5.0.0
+net.shibboleth.plugin.nashorn.idpVersionMin.0.0.1=4.1.0
+net.shibboleth.plugin.nashorn.supportLevel.0.0.1 = Current
+#
+# RHINO
+# 0.0.1
+#
+net.shibboleth.plugin.rhino.idpVersionMax.0.0.1=5.0.0
+net.shibboleth.plugin.rhino.idpVersionMin.0.0.1=4.1.0
+net.shibboleth.plugin.rhino.supportLevel.0.0.1 = Current
+
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list