[java-identity-provider] branch main updated: Flag command line scripts for platform applicability.

Scott Cantor cantor.2 at osu.edu
Thu May 11 16:58:29 UTC 2023


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

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=0d5c9a3cde5f63a650b4d6c3c5d36ae0758efe8e

The following commit(s) were added to refs/heads/main by this push:
     new 0d5c9a3cd Flag command line scripts for platform applicability.
0d5c9a3cd is described below

commit 0d5c9a3cde5f63a650b4d6c3c5d36ae0758efe8e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu May 11 12:58:25 2023 -0400

    Flag command line scripts for platform applicability.
---
 .../idp/module/core/impl/module.properties         | 43 ++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties
index d4f155a4b..40965caba 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties
@@ -9,78 +9,121 @@ net.shibboleth.idp.module.core.impl.EditWebApp = idp.EditWebApp
 idp.CommandLine.name = Command Line Scripts
 idp.CommandLine.desc = Command line scripts for managing services or rebuilding the warfile
 idp.CommandLine.url = /WebInterfaces
+
 idp.CommandLine.1.src = /net/shibboleth/idp/module/bin/aacli.sh
 idp.CommandLine.1.dest = bin/aacli.sh
 idp.CommandLine.1.exec = true
+idp.CommandLine.1.windows = false
 idp.CommandLine.2.src = /net/shibboleth/idp/module/bin/aacli.bat
 idp.CommandLine.2.dest = bin/aacli.bat
+idp.CommandLine.2.nonwindows = false
+
 idp.CommandLine.3.src = /net/shibboleth/idp/module/bin/ant.sh
 idp.CommandLine.3.dest = bin/ant.sh
 idp.CommandLine.3.exec = true
+idp.CommandLine.3.windows = false
 idp.CommandLine.4.src = /net/shibboleth/idp/module/bin/ant.bat
 idp.CommandLine.4.dest = bin/ant.bat
+idp.CommandLine.4.nonwindows = false
+
 idp.CommandLine.5.src = /net/shibboleth/idp/module/bin/build.sh
 idp.CommandLine.5.dest = bin/build.sh
 idp.CommandLine.5.exec = true
+idp.CommandLine.5.windows = false
 idp.CommandLine.6.src = /net/shibboleth/idp/module/bin/build.bat
 idp.CommandLine.6.dest = bin/build.bat
+idp.CommandLine.6.nonwindows = false
+
 idp.CommandLine.7.src = /net/shibboleth/idp/module/bin/build.xml
 idp.CommandLine.7.dest = bin/build.xml
+
 idp.CommandLine.8.src = /net/shibboleth/idp/module/bin/keygen.sh
 idp.CommandLine.8.dest = bin/keygen.sh
 idp.CommandLine.8.exec = true
+idp.CommandLine.8.windows = false
 idp.CommandLine.9.src = /net/shibboleth/idp/module/bin/keygen.bat
 idp.CommandLine.9.dest = bin/keygen.bat
+idp.CommandLine.9.nonwindows = false
+
 idp.CommandLine.10.src = /net/shibboleth/idp/module/bin/mdquery.sh
 idp.CommandLine.10.dest = bin/mdquery.sh
 idp.CommandLine.10.exec = true
+idp.CommandLine.10.windows = false
 idp.CommandLine.11.src = /net/shibboleth/idp/module/bin/mdquery.bat
 idp.CommandLine.11.dest = bin/mdquery.bat
+idp.CommandLine.11.nonwindows = false
+
 idp.CommandLine.12.src = /net/shibboleth/idp/module/bin/module.sh
 idp.CommandLine.12.dest = bin/module.sh
 idp.CommandLine.12.exec = true
+idp.CommandLine.12.windows = false
 idp.CommandLine.13.src = /net/shibboleth/idp/module/bin/module.bat
 idp.CommandLine.13.dest = bin/module.bat
+idp.CommandLine.13.nonwindows = false
+
 idp.CommandLine.14.src = /net/shibboleth/idp/module/bin/plugin.sh
 idp.CommandLine.14.dest = bin/plugin.sh
 idp.CommandLine.14.exec = true
+idp.CommandLine.14.windows = false
 idp.CommandLine.15.src = /net/shibboleth/idp/module/bin/plugin.bat
 idp.CommandLine.15.dest = bin/plugin.bat
+idp.CommandLine.15.nonwindows = false
+
 idp.CommandLine.16.src = /net/shibboleth/idp/module/bin/reload-metadata.sh
 idp.CommandLine.16.dest = bin/reload-metadata.sh
 idp.CommandLine.16.exec = true
+idp.CommandLine.16.windows = false
 idp.CommandLine.17.src = /net/shibboleth/idp/module/bin/reload-service.bat
 idp.CommandLine.17.dest = bin/reload-metadata.bat
+idp.CommandLine.17.nonwindows = false
+
 idp.CommandLine.18.src = /net/shibboleth/idp/module/bin/reload-service.sh
 idp.CommandLine.18.dest = bin/reload-metadata.sh
 idp.CommandLine.18.exec = true
+idp.CommandLine.18.windows = false
 idp.CommandLine.19.src = /net/shibboleth/idp/module/bin/reload-service.bat
 idp.CommandLine.19.dest = bin/reload-metadata.bat
+idp.CommandLine.19.nonwindows = false
+
 idp.CommandLine.20.src = /net/shibboleth/idp/module/bin/runclass.sh
 idp.CommandLine.20.dest = bin/runclass.sh
 idp.CommandLine.20.exec = true
+idp.CommandLine.20.windows = false
 idp.CommandLine.21.src = /net/shibboleth/idp/module/bin/runclass.bat
 idp.CommandLine.21.dest = bin/runclass.bat
+idp.CommandLine.21.nonwindows = false
+
 idp.CommandLine.22.src = /net/shibboleth/idp/module/bin/sealer.sh
 idp.CommandLine.22.dest = bin/sealer.sh
 idp.CommandLine.22.exec = true
+idp.CommandLine.22.windows = false
 idp.CommandLine.23.src = /net/shibboleth/idp/module/bin/sealer.bat
 idp.CommandLine.23.dest = bin/sealer.bat
+idp.CommandLine.23.nonwindows = false
+
 idp.CommandLine.24.src = /net/shibboleth/idp/module/bin/seckeygen.sh
 idp.CommandLine.24.dest = bin/seckeygen.sh
 idp.CommandLine.24.exec = true
+idp.CommandLine.24.windows = false
 idp.CommandLine.25.src = /net/shibboleth/idp/module/bin/seckeygen.bat
 idp.CommandLine.25.dest = bin/seckeygen.bat
+idp.CommandLine.25.nonwindows = false
+
 idp.CommandLine.26.src = /net/shibboleth/idp/module/bin/status.sh
 idp.CommandLine.26.dest = bin/status.sh
 idp.CommandLine.26.exec = true
+idp.CommandLine.26.windows = false
 idp.CommandLine.27.src = /net/shibboleth/idp/module/bin/status.bat
 idp.CommandLine.27.dest = bin/status.bat
+idp.CommandLine.27.nonwindows = false
+
 idp.CommandLine.28.src = /net/shibboleth/idp/module/bin/version.sh
 idp.CommandLine.28.dest = bin/version.sh
 idp.CommandLine.28.exec = true
+idp.CommandLine.28.windows = false
 idp.CommandLine.29.src = /net/shibboleth/idp/module/bin/version.bat
 idp.CommandLine.29.dest = bin/version.bat
+idp.CommandLine.29.nonwindows = false
 
 
 idp.EditWebApp.name = Overlay Tree for WAR Build

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


More information about the commits mailing list