[cpp-xmltooling COMMIT] in /branches/REL_1/msbuild: Includes.props Versions.props

noreply at shibboleth.net noreply at shibboleth.net
Thu Oct 25 22:52:43 EDT 2012


Author: scantor
Date: Thu Oct 25 22:52:42 2012
New Revision: 1006

URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=1006&view=rev
Log:
Import Apache build roots

Modified:
    branches/REL_1/msbuild/Includes.props
    branches/REL_1/msbuild/Versions.props

Modified: branches/REL_1/msbuild/Includes.props
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/msbuild/Includes.props?rev=1006&r1=1005&r2=1006&view=diff
==============================================================================
--- branches/REL_1/msbuild/Includes.props (original)
+++ branches/REL_1/msbuild/Includes.props Thu Oct 25 22:52:42 2012
@@ -16,8 +16,23 @@
     <BuildMacro Include="CxxTestRoot">
       <Value>$(CxxTestRoot)</Value>
     </BuildMacro>
-    <BuildMacro Include="ApacheRoot">
-      <Value>$(ApacheRoot)</Value>
+    <BuildMacro Include="Apache13Root">
+      <Value>$(Apache13Root)</Value>
+    </BuildMacro>
+    <BuildMacro Include="Apache20Root">
+      <Value>$(Apache20Root)</Value>
+    </BuildMacro>
+    <BuildMacro Include="Apache22Root">
+      <Value>$(Apache22Root)</Value>
+    </BuildMacro>
+    <BuildMacro Include="Apache24Root">
+      <Value>$(Apache24Root)</Value>
+    </BuildMacro>
+    <BuildMacro Include="Apache22Root64">
+      <Value>$(Apache22Root64)</Value>
+    </BuildMacro>
+    <BuildMacro Include="Apache24Root64">
+      <Value>$(Apache24Root64)</Value>
     </BuildMacro>
     <BuildMacro Include="openssl">
       <Value>$(openssl)</Value>

Modified: branches/REL_1/msbuild/Versions.props
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/msbuild/Versions.props?rev=1006&r1=1005&r2=1006&view=diff
==============================================================================
--- branches/REL_1/msbuild/Versions.props (original)
+++ branches/REL_1/msbuild/Versions.props Thu Oct 25 22:52:42 2012
@@ -2,7 +2,6 @@
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup Label="VersionMacros">
     <CxxTestRoot>$(BuildRoot)\cxxtest</CxxTestRoot>
-    <ApacheRoot>E:\</ApacheRoot>
 
     <ShibbolethVersion>2.5.0</ShibbolethVersion>
 
@@ -15,7 +14,8 @@
     <CurlVersion>7.26.0</CurlVersion>
     <curl>curl-$(CurlVersion)</curl>
 
-    <boost>boost_1_50_0</boost>
+    <boost>boost_1_51_0</boost>
+    
     <Log4ShibVersion>1.0.5</Log4ShibVersion>
     <Log4ShibFileVersion>1_0</Log4ShibFileVersion>
     <!-- Change the 4 components below if the Log4ShibFileVersion name changes -->
@@ -33,9 +33,9 @@
     <SamlComponent64>{9EE0A8D1-A6DC-4E2A-904F-BBEF70A0D67B}</SamlComponent64>
     <SamlComponent64d>{00836378-7FB9-4A09-AF49-3AA33DEF9BC6}</SamlComponent64d>
 
-    <XmlToolingVersion>1.5.1</XmlToolingVersion>
+    <XmlToolingVersion>1.5.2</XmlToolingVersion>
     <XmlToolingFileVersion>1_5</XmlToolingFileVersion>
-    <!-- Change the 8 components below if the OpenSAMLFileVersion name changes -->
+    <!-- Change the 8 components below if the XmlToolingFileVersion name changes -->
     <XMLToolingComponent32>{53533A59-A563-439D-B13D-A4D7090C42D3}</XMLToolingComponent32>
     <XMLToolingLiteComponent32>{5045A722-D6D6-4E55-9196-CB7C50B4446F}</XMLToolingLiteComponent32>
     <XMLToolingComponent32d>{380E59DF-24F8-4F60-97A7-CC67FB76B4CC}</XMLToolingComponent32d>



More information about the commits mailing list