[java-identity-provider] 04/05: IDP-2012 New (maven) Module idp-cli

Rod Widdowson rdw at steadingsoftware.com
Wed Sep 28 08:14:57 UTC 2022


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

rdw 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=329bbb0e1c6e02c3b70796cee8ee735efed9c4f7

commit 329bbb0e1c6e02c3b70796cee8ee735efed9c4f7
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Sep 27 14:20:49 2022 +0100

    IDP-2012 New (maven) Module idp-cli
    
    https://shibboleth.atlassian.net/browse/IDP-2012
    
    ModuleManagerCLI has moved - so move the bat/sh files which
    involke it
---
 idp-distribution/src/main/resources/bin/module.bat | 2 +-
 idp-distribution/src/main/resources/bin/module.sh  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-distribution/src/main/resources/bin/module.bat b/idp-distribution/src/main/resources/bin/module.bat
index 0c49f1137..34b4a08c1 100644
--- a/idp-distribution/src/main/resources/bin/module.bat
+++ b/idp-distribution/src/main/resources/bin/module.bat
@@ -1,4 +1,4 @@
 @echo off
 setlocal
 
-"%~dp0\runclass.bat" net.shibboleth.idp.module.impl.ModuleManagerCLI --home "%~dp0\.." %*
+"%~dp0\runclass.bat" net.shibboleth.idp.cli.impl.ModuleManagerCLI --home "%~dp0\.." %*
diff --git a/idp-distribution/src/main/resources/bin/module.sh b/idp-distribution/src/main/resources/bin/module.sh
index 92de057d4..a0b872a47 100644
--- a/idp-distribution/src/main/resources/bin/module.sh
+++ b/idp-distribution/src/main/resources/bin/module.sh
@@ -4,4 +4,4 @@ declare LOCATION
 
 LOCATION=$(dirname $0)
 
-$LOCATION/runclass.sh net.shibboleth.idp.module.impl.ModuleManagerCLI --ansi --home "$LOCATION/.." "$@"
+$LOCATION/runclass.sh net.shibboleth.idp.cli.impl.ModuleManagerCLI --ansi --home "$LOCATION/.." "$@"

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


More information about the commits mailing list