[cpp-sp] 04/07: Fix Source of XMLTooling
Rod Widdowson
rdw at steadingsoftware.com
Tue Jun 21 08:41:21 EDT 2016
This is an automated email from the git hooks/post-receive script.
rdw 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=a4c5c4888e02bed593a875ab07fa9a2cfbd4ece1
commit a4c5c4888e02bed593a875ab07fa9a2cfbd4ece1
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jun 21 11:07:25 2016 +0100
Fix Source of XMLTooling
A cut and paste error when we moved to individual build trees means
that we populated the x86 executable into the x86 msm.
---
msi/WiX/MergeModules/OpenSAML-x86.wxs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/msi/WiX/MergeModules/OpenSAML-x86.wxs b/msi/WiX/MergeModules/OpenSAML-x86.wxs
index a8cf69e..fb16f2f 100644
--- a/msi/WiX/MergeModules/OpenSAML-x86.wxs
+++ b/msi/WiX/MergeModules/OpenSAML-x86.wxs
@@ -34,10 +34,10 @@
<File KeyPath='yes' Checksum='yes' Name='samlsign.exe' />
</Component>
<Component Id='xmltooling.dll' Guid='$(var.XMLToolingComponent32)'>
- <File KeyPath='yes' Checksum='yes' Source='$(var.SPBuildDirectory)\cpp-xmltooling\Build\$(var.ShibbolethMsVersion)\x64\Release\xmltooling$(var.XmlToolingFileVersion).dll' />
+ <File KeyPath='yes' Checksum='yes' Source='$(var.SPBuildDirectory)\cpp-xmltooling\Build\$(var.ShibbolethMsVersion)\Release\xmltooling$(var.XmlToolingFileVersion).dll' />
</Component>
<Component Id='xmltooling_lite.dll' Guid='$(var.XMLToolingLiteComponent32)'>
- <File KeyPath='yes' Checksum='yes' Source='$(var.SPBuildDirectory)\cpp-xmltooling\Build\$(var.ShibbolethMsVersion)\x64\Release\xmltooling-lite$(var.XmlToolingFileVersion).dll' />
+ <File KeyPath='yes' Checksum='yes' Source='$(var.SPBuildDirectory)\cpp-xmltooling\Build\$(var.ShibbolethMsVersion)\Release\xmltooling-lite$(var.XmlToolingFileVersion).dll' />
</Component>
<Directory Id='lib_debug' Name='debug' FileSource='$(var.SPBuildDirectory)\cpp-opensaml\Build\$(var.ShibbolethMsVersion)\Debug\'>
<Component Id='samlD.dll' Guid='$(var.SamlComponent32d)'>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list