[cpp-sp] branch master updated: Add dedicated native.logger for Windows.
Scott Cantor
cantor.2 at osu.edu
Tue Apr 17 15:47:43 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=3b5c3558c0029b296b6fd713bea8a3e56d8e32dd
The following commit(s) were added to refs/heads/master by this push:
new 3b5c355 Add dedicated native.logger for Windows.
3b5c355 is described below
commit 3b5c3558c0029b296b6fd713bea8a3e56d8e32dd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 17 15:47:40 2018 -0400
Add dedicated native.logger for Windows.
---
msi/WiX/ShibbolethSP-defs-x86.wxi | 2 +-
msi/WiX/ShibbolethSP-noarch.wxs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/msi/WiX/ShibbolethSP-defs-x86.wxi b/msi/WiX/ShibbolethSP-defs-x86.wxi
index 6c03f88..823542b 100644
--- a/msi/WiX/ShibbolethSP-defs-x86.wxi
+++ b/msi/WiX/ShibbolethSP-defs-x86.wxi
@@ -33,7 +33,7 @@
<ComponentRef Id="apache22.config.in" />
<ComponentRef Id="apache24.config.in" />
<ComponentRef Id="metadataError.html" />
- <ComponentRef Id="native.logger.in" />
+ <ComponentRef Id="win-native.logger" />
<ComponentRef Id="sessionError.html" />
<ComponentRef Id="shibd.logger.in" />
<ComponentRef Id="var_cache_shibboleth_folder" />
diff --git a/msi/WiX/ShibbolethSP-noarch.wxs b/msi/WiX/ShibbolethSP-noarch.wxs
index b4024ad..359ec25 100644
--- a/msi/WiX/ShibbolethSP-noarch.wxs
+++ b/msi/WiX/ShibbolethSP-noarch.wxs
@@ -127,7 +127,7 @@
<Component Id="metadataError.html" Guid="{8C46D04A-A943-4FA4-AFCB-9B040306C2C0}">
<File KeyPath="yes" Name="metadataError.html" />
</Component>
- <Component Id="native.logger.in" Guid="{B2EBC853-279B-4EA1-BC84-A0EC0E5F3676}">
+ <Component Id="win-native.logger" Guid="{B2EBC853-279B-4EA1-BC84-A0EC0E5F3676}">
<File KeyPath="yes" Name="native.logger" Source="$(var.SPBuildDirectory)\cpp-sp\configs\win-native.logger" />
</Component>
<Component Id="sessionError.html" Guid="{8AA240B3-DC5D-4687-B321-4F5E1BAEA820}">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list