[cpp-xmltooling] branch master updated: CPPXT-122 - Replace DateTime class with Xerces version
Scott Cantor
cantor.2 at osu.edu
Mon Jan 8 21:01:34 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=621a31ed71cd02fa6eb2aaec30f5b66bb57e21c9
The following commit(s) were added to refs/heads/master by this push:
new 621a31e CPPXT-122 - Replace DateTime class with Xerces version
621a31e is described below
commit 621a31ed71cd02fa6eb2aaec30f5b66bb57e21c9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 8 21:01:32 2018 -0500
CPPXT-122 - Replace DateTime class with Xerces version
https://issues.shibboleth.net/jira/browse/CPPXT-122
---
Projects/vc15/xmltooling/xmltooling-lite.vcxproj | 2 --
Projects/vc15/xmltooling/xmltooling.vcxproj | 2 --
2 files changed, 4 deletions(-)
diff --git a/Projects/vc15/xmltooling/xmltooling-lite.vcxproj b/Projects/vc15/xmltooling/xmltooling-lite.vcxproj
index b9654d0..e9a71fa 100644
--- a/Projects/vc15/xmltooling/xmltooling-lite.vcxproj
+++ b/Projects/vc15/xmltooling/xmltooling-lite.vcxproj
@@ -221,7 +221,6 @@
<ClCompile Include="..\..\..\XMLTooling\version.cpp" />
<ClCompile Include="..\..\..\XMLTooling\XMLObjectBuilder.cpp" />
<ClCompile Include="..\..\..\XMLTooling\XMLToolingConfig.cpp" />
- <ClCompile Include="..\..\..\XMLTooling\util\DateTime.cpp" />
<ClCompile Include="..\..\..\XMLTooling\util\NDC.cpp" />
<ClCompile Include="..\..\..\XMLTooling\util\ParserPool.cpp" />
<ClCompile Include="..\..\..\XMLTooling\util\PathResolver.cpp" />
@@ -267,7 +266,6 @@
<ClInclude Include="..\..\..\XMLTooling\XMLObject.h" />
<ClInclude Include="..\..\..\XMLTooling\XMLObjectBuilder.h" />
<ClInclude Include="..\..\..\XMLTooling\XMLToolingConfig.h" />
- <ClInclude Include="..\..\..\XMLTooling\util\DateTime.h" />
<ClInclude Include="..\..\..\XMLTooling\util\NDC.h" />
<ClInclude Include="..\..\..\XMLTooling\util\ParserPool.h" />
<ClInclude Include="..\..\..\XMLTooling\util\PathResolver.h" />
diff --git a/Projects/vc15/xmltooling/xmltooling.vcxproj b/Projects/vc15/xmltooling/xmltooling.vcxproj
index cf9c56c..4677c3c 100644
--- a/Projects/vc15/xmltooling/xmltooling.vcxproj
+++ b/Projects/vc15/xmltooling/xmltooling.vcxproj
@@ -216,7 +216,6 @@
<ClCompile Include="..\..\..\XMLTooling\XMLObjectBuilder.cpp" />
<ClCompile Include="..\..\..\XMLTooling\XMLToolingConfig.cpp" />
<ClCompile Include="..\..\..\XMLTooling\util\CurlURLInputStream.cpp" />
- <ClCompile Include="..\..\..\XMLTooling\util\DateTime.cpp" />
<ClCompile Include="..\..\..\XMLTooling\util\NDC.cpp" />
<ClCompile Include="..\..\..\XMLTooling\util\ParserPool.cpp" />
<ClCompile Include="..\..\..\XMLTooling\util\PathResolver.cpp" />
@@ -296,7 +295,6 @@
<ClInclude Include="..\..\..\XMLTooling\XMLObjectBuilder.h" />
<ClInclude Include="..\..\..\XMLTooling\XMLToolingConfig.h" />
<ClInclude Include="..\..\..\XMLTooling\util\CurlURLInputStream.h" />
- <ClInclude Include="..\..\..\XMLTooling\util\DateTime.h" />
<ClInclude Include="..\..\..\XMLTooling\util\NDC.h" />
<ClInclude Include="..\..\..\XMLTooling\util\ParserPool.h" />
<ClInclude Include="..\..\..\XMLTooling\util\PathResolver.h" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list