[java-idp-jetty-base] branch dev/IDP-2147 updated (209ef88 -> d76739d)

Rod Widdowson rdw at steadingsoftware.com
Fri Nov 3 13:03:09 UTC 2023


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

rdw pushed a change to branch dev/IDP-2147
in repository java-idp-jetty-base.

 discard 209ef88  GEN-330 Build Windows installers in our standard flow
 discard 8d36cf4  GEN-330 Build Windows installers in our standard flow
 discard 2915ec9  IDP-2147 Investigate Wix V4
 discard 7bfdd04  IDP-2147 Investigate Wix V4
 discard 42695c4  Update wix .gitignore
 discard 5d046d6  IDP-2147 Investigate Wix V4
 discard 9b8a1e5  IDP-2147 Investigate Wix V4
 discard 3390744  IDP-2147 Investigate Wix V4
 discard 4be9d57  IDP-2147 Investigate Wix V4
 discard 6e43e8d  IDP-2147 Investigate Wix V4
     add b28b821  IDP-2194 MSI based windows installs do not produce an access log (V5 & V4) or a jetty log (V5)
     add de882f9  IDP-2194 MSI based windows installs do not produce an access log (V5 & V4) or a jetty log (V5)
     add 2e05cf4  Update files to be tagged for release
     add a06dd8f  Bump version after release
     new a8c1ab2  IDP-2147 Investigate Wix V4
     new 9e1f6b5  IDP-2147 Investigate Wix V4
     new 093aa06  IDP-2147 Investigate Wix V4
     new 992d602  IDP-2147 Investigate Wix V4
     new 5f71983  IDP-2147 Investigate Wix V4
     new d04393b  Update wix .gitignore
     new 22495ef  IDP-2147 Investigate Wix V4
     new 2c1bfa8  IDP-2147 Investigate Wix V4
     new fbafffa  GEN-330 Build Windows installers in our standard flow
     new 36af815  GEN-330 Build Windows installers in our standard flow
     new d76739d  WIP

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (209ef88)
            \
             N -- N -- N   refs/heads/dev/IDP-2147 (d76739d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 11 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                                           |   1 +
 {src/main/wix => installer}/pom.xml                  |   4 ++--
 installer/src/main/assembly/zip.xml                  |  19 +++++++++++++++++++
 {src => installer/src}/main/wix/.gitignore           |   1 +
 {src => installer/src}/main/wix/Dialog.bmp           | Bin
 {src => installer/src}/main/wix/Jetty-Delete.wxs     |   0
 {src => installer/src}/main/wix/Jetty-Gui.wxs        |   0
 {src => installer/src}/main/wix/Jetty-InstallDlg.wxs |   0
 {src => installer/src}/main/wix/Jetty-Main.wxs       |   0
 {src => installer/src}/main/wix/Jetty-Procrun.wxs    |   0
 {src => installer/src}/main/wix/Jetty-User.wxs       |   0
 {src => installer/src}/main/wix/TopBanner.bmp        | Bin
 {src => installer/src}/main/wix/license.rtf          |   0
 {src => installer/src}/main/wix/nuget.config         |   0
 .../src}/main/wix/scripts/jetty_script.vbs           |   0
 {src => installer/src}/main/wix/wix.vcxproj          |   8 +++++---
 pom.xml                                              |   4 ++--
 src/main/resources/jetty-base/start.d/idp-system.ini |   2 +-
 18 files changed, 31 insertions(+), 8 deletions(-)
 rename {src/main/wix => installer}/pom.xml (98%)
 create mode 100644 installer/src/main/assembly/zip.xml
 rename {src => installer/src}/main/wix/.gitignore (84%)
 rename {src => installer/src}/main/wix/Dialog.bmp (100%)
 rename {src => installer/src}/main/wix/Jetty-Delete.wxs (100%)
 rename {src => installer/src}/main/wix/Jetty-Gui.wxs (100%)
 rename {src => installer/src}/main/wix/Jetty-InstallDlg.wxs (100%)
 rename {src => installer/src}/main/wix/Jetty-Main.wxs (100%)
 rename {src => installer/src}/main/wix/Jetty-Procrun.wxs (100%)
 rename {src => installer/src}/main/wix/Jetty-User.wxs (100%)
 rename {src => installer/src}/main/wix/TopBanner.bmp (100%)
 rename {src => installer/src}/main/wix/license.rtf (100%)
 rename {src => installer/src}/main/wix/nuget.config (100%)
 rename {src => installer/src}/main/wix/scripts/jetty_script.vbs (100%)
 rename {src => installer/src}/main/wix/wix.vcxproj (83%)

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


More information about the commits mailing list