[java-identity-provider] branch main updated (be413a23b -> 564a5212e)
Rod Widdowson
rdw at steadingsoftware.com
Sat Apr 13 15:26:18 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch main
in repository java-identity-provider.
from be413a23b Add a TODO to remediate Spring method.
add 874544c61 IDP-2147 Investigate Wix V4
add efb229ad3 IDP-2147 Investigate Wix V4
add 68cf2a988 IDP-2147 Investigate Wix V4
add 076ec6d56 IDP-2147 Investigate Wix V4
add b86071a6b GEN-330 Build Windows installers in our standard flow
add 57015579c GEN-330 Build Windows installers in our standard flow
add ccbc094b5 GEN-330 Build Windows installers in our standard flow
add c21afbe3b Move forward to 5.5.1-SNAPSHOT
add a067803ba Move parent project for idp-msi forward
new fcab9dee4 IDP-2147 Investigate Wix V4
new 564a5212e IDP-2147 Investigate WixV4
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
idp-msi/.gitignore | 3 +
idp-msi/pom.xml | 209 +++++++++++++++++++++
{idp-installer => idp-msi}/src/main/wix/Dialog.bmp | Bin
.../src/main/wix/ShibbolethIdP-adconfig-dlg.wxs | 12 +-
.../src/main/wix/ShibbolethIdP-delete.wxs | 13 +-
.../src/main/wix/ShibbolethIdP-gui.wxs | 74 +++-----
.../src/main/wix/ShibbolethIdP-install-dlg.wxs | 29 ++-
.../src/main/wix/ShibbolethIdP-main.wxs | 58 +++---
.../src/main/wix/ShibbolethIdP-registry.wxs | 15 +-
.../src/main/wix/ShibbolethIdP-update-dlg.wxs | 11 +-
.../src/main/wix/ShibbolethIdP-warn-dlg.wxs | 13 +-
.../src/main/wix/TopBanner.bmp | Bin
idp-msi/src/main/wix/idp.vcxproj | 28 +++
.../src/main/wix/license.rtf | 0
idp-msi/src/main/wix/nuget.config | 11 ++
.../src/main/wix/scripts/shib_write_configs.vbs | 2 +-
{idp-installer => idp-msi}/src/main/wix/shib.ico | Bin
pom.xml | 2 +
18 files changed, 349 insertions(+), 131 deletions(-)
create mode 100644 idp-msi/.gitignore
create mode 100644 idp-msi/pom.xml
copy {idp-installer => idp-msi}/src/main/wix/Dialog.bmp (100%)
copy {idp-installer => idp-msi}/src/main/wix/ShibbolethIdP-adconfig-dlg.wxs (94%)
copy {idp-installer => idp-msi}/src/main/wix/ShibbolethIdP-delete.wxs (72%)
copy {idp-installer => idp-msi}/src/main/wix/ShibbolethIdP-gui.wxs (71%)
copy {idp-installer => idp-msi}/src/main/wix/ShibbolethIdP-install-dlg.wxs (85%)
copy {idp-installer => idp-msi}/src/main/wix/ShibbolethIdP-main.wxs (74%)
copy {idp-installer => idp-msi}/src/main/wix/ShibbolethIdP-registry.wxs (77%)
copy {idp-installer => idp-msi}/src/main/wix/ShibbolethIdP-update-dlg.wxs (91%)
copy {idp-installer => idp-msi}/src/main/wix/ShibbolethIdP-warn-dlg.wxs (92%)
copy {idp-installer => idp-msi}/src/main/wix/TopBanner.bmp (100%)
create mode 100644 idp-msi/src/main/wix/idp.vcxproj
copy {idp-installer => idp-msi}/src/main/wix/license.rtf (100%)
create mode 100644 idp-msi/src/main/wix/nuget.config
copy {idp-installer => idp-msi}/src/main/wix/scripts/shib_write_configs.vbs (97%)
copy {idp-installer => idp-msi}/src/main/wix/shib.ico (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list