[cpp-msbuild] branch master updated: Set final xml-sec directory.

Scott Cantor cantor.2 at osu.edu
Wed Jun 27 14:15:25 EDT 2018


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

scantor pushed a commit to branch master
in repository cpp-msbuild.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=a89be2d0773ac7cbfac2fef3a57b231f6c749e17

The following commit(s) were added to refs/heads/master by this push:
       new  a89be2d   Set final xml-sec directory.
a89be2d is described below

commit a89be2d0773ac7cbfac2fef3a57b231f6c749e17
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 27 14:15:21 2018 -0400

    Set final xml-sec directory.
---
 Versions.props          | 2 +-
 dependencies/config.bat | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Versions.props b/Versions.props
index 9d433a5..9b9de97 100644
--- a/Versions.props
+++ b/Versions.props
@@ -133,7 +133,7 @@
     <XSEC_FILE_VERSION Condition="'$(XSEC_FILE_VERSION)' == ''">2_0</XSEC_FILE_VERSION>
     <XmlSecVersion Condition="'$(XSEC_MM_VERSION)'==''">2.0.0</XmlSecVersion>
     <XmlSecVersion Condition="'$(XSEC_MM_VERSION)'!=''">$(XSEC_MM_VERSION)</XmlSecVersion>
-    <xmlsec Condition="'$(XSEC_DIR)'==''">xml-security-cpp</xmlsec>
+    <xmlsec Condition="'$(XSEC_DIR)'==''">xml-security-c-2.0.0</xmlsec>
     <xmlsec Condition="'$(XSEC_DIR)'!=''">$(XSEC_DIR)</xmlsec>
   </PropertyGroup>
 
diff --git a/dependencies/config.bat b/dependencies/config.bat
index 36b9bac..2fa2a8b 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -107,7 +107,7 @@ REM XSEC_DIR              is the directory name
 REM XSEC_MM_VERSION       is the Merge Module version (and so have to be 3 or 4 dot separated numbers)
 REM XSEC_FILE_VERSION     is the distinction on the name of the DLLS
 REM                       if it changes you *MUST* change Version.props
-set XSEC_DIR=xml-security-cpp
+set XSEC_DIR=xml-security-c-2.0.0
 SET XSEC_FILE_VERSION=2_0
 SET XSEC_MM_VERSION=2.0.0
 

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


More information about the commits mailing list