Author: brett
Date: Fri Jul 11 04:02:23 2014
New Revision: 1609622
URL: http://svn.apache.org/r1609622
Log:
[NPANDAY-505] add backup paths for old tools versions
apply for VB & ASP as well
Modified:
incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml
Modified:
incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml?rev=1609622&r1=1609621&r2=1609622&view=diff
==============================================================================
---
incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml
(original)
+++
incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml
Fri Jul 11 04:02:23 2014
@@ -1606,6 +1606,7 @@
</platforms>
<probingPaths>
<probingPath>${HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\3.5@MSBuildToolsPath}</probingPath>
+ <probingPath>${env.SYSTEMROOT}\Microsoft.NET\Framework\v3.5</probingPath>
</probingPaths>
<commandFilter>
<includes>
@@ -1679,6 +1680,7 @@
</platforms>
<probingPaths>
<probingPath>${HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\2.0@MSBuildToolsPath}</probingPath>
+
<probingPath>${env.SYSTEMROOT}\Microsoft.NET\Framework\v2.0.50727</probingPath>
</probingPaths>
<commandFilter>
<includes>
@@ -1793,6 +1795,7 @@
<probingPaths>
<probingPath>${HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\3.5@MSBuildToolsPath}</probingPath>
<probingPath>${HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\2.0@MSBuildToolsPath}</probingPath>
+
<probingPath>${env.SYSTEMROOT}\Microsoft.NET\Framework\v2.0.50727</probingPath>
</probingPaths>
<commandFilter>
<includes>