[java-idp-jetty-base] branch dev/IDP-2285 updated (b171385 -> 317970a)
Rod Widdowson
rdw at steadingsoftware.com
Sat Jun 22 14:09:14 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch dev/IDP-2285
in repository java-idp-jetty-base.
from b171385 Update method names for Jetty 12
new 5c67321 IDP-2136 Consider Splitting the Windows Installer into IdP and Jetty+Procrun https://shibboleth.atlassian.net/browse/IDP-2136
new 0d881c2 untabify
new 807c35f IDP-2136 Consider Splitting the Windows Installer into IdP and Jetty+Procrun
new 0bffb9c GEN-269 - Replace code header
new ea9b7a7 IDP-2136 Consider Splitting the Windows Installer into IdP and Jetty+Procrun
new 28769df IDP-2136 Consider Splitting the Windows Installer into IdP and Jetty+Procrun
new 835c2d8 Fix MSIbuild script
new 5f43e0a IDP-2147 Investigate Wix V4
new 68243b2 IDP-2147 Investigate Wix V4
new 1baf8b6 IDP-2147 Investigate Wix V4
new 1e2e314 IDP-2147 Investigate Wix V4
new 0ef10eb IDP-2147 Investigate Wix V4
new a0a8a39 Update wix .gitignore
new 71d860f IDP-2147 Investigate Wix V4
new 4c16cd4 IDP-2147 Investigate Wix V4
new 7d3381d GEN-330 Build Windows installers in our standard flow
new dfe7895 GEN-330 Build Windows installers in our standard flow
new 9e10882 GEN-330 Build Windows installers in our standard flow
new 38726f2 GEN-330 Build Windows installers in our standard flow
new f756998 IDP-2147 Investigate Wix V4
new 9f36ab9 IDP-2147 Investigate Wix V4
new 8ef8d80 IDP-2147 Investigate Wix V4
new 317970a Fix location of procrun logs
The 23 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:
.gitignore | 4 +
src/main/bin/SetRepos.bat | 8 ++
src/main/bin/SetVariables.bat | 39 +++++++
src/main/wix/.gitignore | 11 ++
src/main/wix/Dialog.bmp | Bin 0 -> 472310 bytes
src/main/wix/Jetty-Delete.wxs | 56 ++++++++++
src/main/wix/Jetty-Gui.wxs | 95 ++++++++++++++++
src/main/wix/Jetty-InstallDlg.wxs | 53 +++++++++
src/main/wix/Jetty-Main.wxs | 112 +++++++++++++++++++
src/main/wix/Jetty-Procrun.wxs | 161 +++++++++++++++++++++++++++
src/main/wix/Jetty-User.wxs | 172 +++++++++++++++++++++++++++++
src/main/wix/JettyMsBuild.bat | 202 ++++++++++++++++++++++++++++++++++
src/main/wix/JettyW4.bat | 202 ++++++++++++++++++++++++++++++++++
src/main/wix/TopBanner.bmp | Bin 0 -> 94556 bytes
src/main/wix/license.rtf | 38 +++++++
src/main/wix/nuget.config | 11 ++
src/main/wix/scripts/jetty_script.vbs | 14 +++
src/main/wix/wix.vcxproj | 39 +++++++
18 files changed, 1217 insertions(+)
create mode 100644 src/main/bin/SetRepos.bat
create mode 100644 src/main/bin/SetVariables.bat
create mode 100644 src/main/wix/.gitignore
create mode 100644 src/main/wix/Dialog.bmp
create mode 100644 src/main/wix/Jetty-Delete.wxs
create mode 100644 src/main/wix/Jetty-Gui.wxs
create mode 100644 src/main/wix/Jetty-InstallDlg.wxs
create mode 100644 src/main/wix/Jetty-Main.wxs
create mode 100644 src/main/wix/Jetty-Procrun.wxs
create mode 100644 src/main/wix/Jetty-User.wxs
create mode 100644 src/main/wix/JettyMsBuild.bat
create mode 100644 src/main/wix/JettyW4.bat
create mode 100644 src/main/wix/TopBanner.bmp
create mode 100644 src/main/wix/license.rtf
create mode 100644 src/main/wix/nuget.config
create mode 100644 src/main/wix/scripts/jetty_script.vbs
create mode 100644 src/main/wix/wix.vcxproj
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list