Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/04/14 13:21:04 (10 years ago)
Author:
ascheibe
Message:

#2247 removed SharpZipLib settings and files from the services and slave projects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Slave/3.3/Manager/PluginManager.cs

    r11171 r11651  
    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.