OSDN Git Service

Don't build EVOVend by default. Make it compile with .net 3.5 that doesn't support...
authorLatif Khalifa <latifer@streamgrid.net>
Fri, 15 Aug 2014 09:22:45 +0000 (11:22 +0200)
committerLatif Khalifa <latifer@streamgrid.net>
Fri, 15 Aug 2014 09:22:45 +0000 (11:22 +0200)
Radegast/RadegastBuild.cs
plugins/Radegast.Plugin.EVOVend/EVOvendPlugin.cs
prebuild.xml

index 4688288..8a478b8 100644 (file)
@@ -1,5 +1,5 @@
 // Autogenerated: run updatebuildnr.bat/sh to update 
 namespace Radegast 
 {
-    public static class RadegastBuild { public static int CurrentRev = 1418; } 
+    public static class RadegastBuild { public static int CurrentRev = 1456; } 
 } 
index 63229ba..e50e833 100644 (file)
@@ -296,7 +296,12 @@ namespace Radegast.Plugin.EVOVend
             
         }
 
-        private string RequestVendor(string action, Dictionary<string, string> param = null)
+        private string RequestVendor(string action)
+               {
+                       return RequestVendor(action, null);
+               }
+               
+        private string RequestVendor(string action, Dictionary<string, string> param)
         {
             try
             {
index 6ca1844..829e98c 100644 (file)
       </Files>
     </Project>
 
-       <Project name="Radegast.Plugin.EVOVend" path="plugins/Radegast.Plugin.EVOVend" type="Library" frameworkVersion="v3_5" filterGroups="plugins|plug_simplebuild">
+       <!--Project name="Radegast.Plugin.EVOVend" path="plugins/Radegast.Plugin.EVOVend" type="Library" frameworkVersion="v3_5" filterGroups="plugins|plug_simplebuild">
       <Configuration name="Debug">
         <Options>
           <OutputPath>../../bin/</OutputPath>
         </Match>
         <Match path="Properties" pattern="*.cs"  recurse="true"  subType="Form"/>
       </Files>
-    </Project>
+    </Project-->
 
     <Project name="Radegast.Plugin.Speech" path="plugins/Radegast.Plugin.Speech/RadSpeech" type="Library" frameworkVersion="v3_5" filterGroups="plugins|plug_speech|plug_speech_core">
       <Configuration name="Debug">