[NPANDAY-505] probe for al/wsdl

git-svn-id: https://svn.apache.org/repos/asf/incubator/npanday/trunk@1608649 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/plugins/maven-link-plugin/src/main/resources/META-INF/npanday/executable-plugins.xml b/plugins/maven-link-plugin/src/main/resources/META-INF/npanday/executable-plugins.xml
index 2cf5fb2..da92a1d 100644
--- a/plugins/maven-link-plugin/src/main/resources/META-INF/npanday/executable-plugins.xml
+++ b/plugins/maven-link-plugin/src/main/resources/META-INF/npanday/executable-plugins.xml
@@ -37,6 +37,14 @@
         <operatingSystem>Windows</operatingSystem>
       </platform>
     </platforms>
+    <probingPaths>
+      <!-- TODO: this should be broken up as XSD is, just means for now you always get newest available tools version, but will target right framework -->
+      <probingPath>${HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\12.0\12.0@SDK40ToolsPath}</probingPath>
+      <probingPath>${HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\12.0\11.0@SDK40ToolsPath}</probingPath>
+      <probingPath>${HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\4.0\11.0@SDK40ToolsPath}</probingPath>
+      <probingPath>${HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\4.0@SDK40ToolsPath}</probingPath>
+      <probingPath>${HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows@CurrentInstallFolder}\bin</probingPath>
+    </probingPaths>
   </executablePlugin>
   <executablePlugin>
     <identifier>MONO:AL</identifier>
diff --git a/plugins/maven-wsdl-plugin/src/main/resources/META-INF/npanday/executable-plugins.xml b/plugins/maven-wsdl-plugin/src/main/resources/META-INF/npanday/executable-plugins.xml
index 69584f0..0ef8248 100644
--- a/plugins/maven-wsdl-plugin/src/main/resources/META-INF/npanday/executable-plugins.xml
+++ b/plugins/maven-wsdl-plugin/src/main/resources/META-INF/npanday/executable-plugins.xml
@@ -36,6 +36,14 @@
         <operatingSystem>Windows</operatingSystem>
       </platform>
     </platforms>
+    <probingPaths>
+      <!-- TODO: this should be broken up as XSD is, just means for now you always get newest available tools version, but will target right framework -->
+      <probingPath>${HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\12.0\12.0@SDK40ToolsPath}</probingPath>
+      <probingPath>${HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\12.0\11.0@SDK40ToolsPath}</probingPath>
+      <probingPath>${HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\4.0\11.0@SDK40ToolsPath}</probingPath>
+      <probingPath>${HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\4.0@SDK40ToolsPath}</probingPath>
+      <probingPath>${HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows@CurrentInstallFolder}\bin</probingPath>
+    </probingPaths>
   </executablePlugin>
   <executablePlugin>
     <identifier>WSDL</identifier>