[java-identity-provider] branch main updated: Move required CLI files into Core module.

Scott Cantor cantor.2 at osu.edu
Thu May 18 12:45:42 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=9b2d7b861e5bb977af46f758ec82c537317fddee

The following commit(s) were added to refs/heads/main by this push:
     new 9b2d7b861 Move required CLI files into Core module.
9b2d7b861 is described below

commit 9b2d7b861e5bb977af46f758ec82c537317fddee
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu May 18 08:45:12 2023 -0400

    Move required CLI files into Core module.
---
 .../idp/module/core/impl/module.properties         | 198 +++++++++++----------
 1 file changed, 100 insertions(+), 98 deletions(-)

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 0c37a894e..2528d6f53 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
@@ -18,112 +18,77 @@ 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.src = /net/shibboleth/idp/module/bin/keygen.sh
+idp.CommandLine.3.dest = bin/keygen.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.src = /net/shibboleth/idp/module/bin/keygen.bat
+idp.CommandLine.4.dest = bin/keygen.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.src = /net/shibboleth/idp/module/bin/mdquery.sh
+idp.CommandLine.5.dest = bin/mdquery.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.src = /net/shibboleth/idp/module/bin/mdquery.bat
+idp.CommandLine.6.dest = bin/mdquery.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-metadata.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-service.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-service.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.CommandLine.7.src = /net/shibboleth/idp/module/bin/plugin.sh
+idp.CommandLine.7.dest = bin/plugin.sh
+idp.CommandLine.7.exec = true
+idp.CommandLine.7.windows = false
+idp.CommandLine.8.src = /net/shibboleth/idp/module/bin/plugin.bat
+idp.CommandLine.8.dest = bin/plugin.bat
+idp.CommandLine.8.nonwindows = false
+
+idp.CommandLine.9.src = /net/shibboleth/idp/module/bin/reload-metadata.sh
+idp.CommandLine.9.dest = bin/reload-metadata.sh
+idp.CommandLine.9.exec = true
+idp.CommandLine.9.windows = false
+idp.CommandLine.10.src = /net/shibboleth/idp/module/bin/reload-metadata.bat
+idp.CommandLine.10.dest = bin/reload-metadata.bat
+idp.CommandLine.10.nonwindows = false
+
+idp.CommandLine.11.src = /net/shibboleth/idp/module/bin/reload-service.sh
+idp.CommandLine.11.dest = bin/reload-service.sh
+idp.CommandLine.11.exec = true
+idp.CommandLine.11.windows = false
+idp.CommandLine.12.src = /net/shibboleth/idp/module/bin/reload-service.bat
+idp.CommandLine.12.dest = bin/reload-service.bat
+idp.CommandLine.12.nonwindows = false
+
+idp.CommandLine.13.src = /net/shibboleth/idp/module/bin/sealer.sh
+idp.CommandLine.13.dest = bin/sealer.sh
+idp.CommandLine.13.exec = true
+idp.CommandLine.13.windows = false
+idp.CommandLine.14.src = /net/shibboleth/idp/module/bin/sealer.bat
+idp.CommandLine.14.dest = bin/sealer.bat
+idp.CommandLine.14.nonwindows = false
+
+idp.CommandLine.15.src = /net/shibboleth/idp/module/bin/seckeygen.sh
+idp.CommandLine.15.dest = bin/seckeygen.sh
+idp.CommandLine.15.exec = true
+idp.CommandLine.15.windows = false
+idp.CommandLine.16.src = /net/shibboleth/idp/module/bin/seckeygen.bat
+idp.CommandLine.16.dest = bin/seckeygen.bat
+idp.CommandLine.16.nonwindows = false
+
+idp.CommandLine.17.src = /net/shibboleth/idp/module/bin/status.sh
+idp.CommandLine.17.dest = bin/status.sh
+idp.CommandLine.17.exec = true
+idp.CommandLine.17.windows = false
+idp.CommandLine.18.src = /net/shibboleth/idp/module/bin/status.bat
+idp.CommandLine.18.dest = bin/status.bat
+idp.CommandLine.18.nonwindows = false
+
+idp.CommandLine.19.src = /net/shibboleth/idp/module/bin/version.sh
+idp.CommandLine.19.dest = bin/version.sh
+idp.CommandLine.19.exec = true
+idp.CommandLine.19.windows = false
+idp.CommandLine.20.src = /net/shibboleth/idp/module/bin/version.bat
+idp.CommandLine.20.dest = bin/version.bat
+idp.CommandLine.20.nonwindows = false
 
 
 idp.EditWebApp.name = Overlay Tree for WAR Build
@@ -256,3 +221,40 @@ idp.Core.40.dest = conf/services.xml
 # messages
 idp.Core.41.src = /net/shibboleth/idp/module/messages/messages.properties
 idp.Core.41.dest = messages/messages.properties
+
+# required CLI
+idp.Core.42.src = /net/shibboleth/idp/module/bin/runclass.sh
+idp.Core.42.dest = bin/runclass.sh
+idp.Core.42.exec = true
+idp.Core.42.windows = false
+idp.Core.43.src = /net/shibboleth/idp/module/bin/runclass.bat
+idp.Core.43.dest = bin/runclass.bat
+idp.Core.43.nonwindows = false
+
+idp.Core.44.src = /net/shibboleth/idp/module/bin/module.sh
+idp.Core.44.dest = bin/module.sh
+idp.Core.44.exec = true
+idp.Core.44.windows = false
+idp.Core.45.src = /net/shibboleth/idp/module/bin/module.bat
+idp.Core.45.dest = bin/module.bat
+idp.Core.45.nonwindows = false
+
+idp.Core.46.src = /net/shibboleth/idp/module/bin/ant.sh
+idp.Core.46.dest = bin/ant.sh
+idp.Core.46.exec = true
+idp.Core.46.windows = false
+idp.Core.47.src = /net/shibboleth/idp/module/bin/ant.bat
+idp.Core.47.dest = bin/ant.bat
+idp.Core.47.nonwindows = false
+
+idp.Core.48.src = /net/shibboleth/idp/module/bin/build.sh
+idp.Core.48.dest = bin/build.sh
+idp.Core.48.exec = true
+idp.Core.48.windows = false
+idp.Core.49.src = /net/shibboleth/idp/module/bin/build.bat
+idp.Core.49.dest = bin/build.bat
+idp.Core.49.nonwindows = false
+
+idp.Core.50.src = /net/shibboleth/idp/module/bin/build.xml
+idp.Core.50.dest = bin/build.xml
+

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


More information about the commits mailing list