Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/06/15 10:08:54 (9 years ago)
Author:
ascheibe
Message:

#2247 merged r11650, r11651 into stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Clients.Hive.Slave/3.3/Manager/PluginManager.cs

    r11170 r11932  
    113113      string baseDir = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
    114114      CopyFile(baseDir, targetDir, CoreProperties.Settings.Default.PluginInfrastructureDll);
    115       CopyFile(baseDir, targetDir, CoreProperties.Settings.Default.SharpZipLibDll);
    116       CopyFile(baseDir, targetDir, CoreProperties.Settings.Default.SharpZipLibLicense);
    117115
    118116      // copy slave plugins, otherwise its not possible to register the UnhandledException handler to the appdomain       
Note: See TracChangeset for help on using the changeset viewer.