Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/14/11 18:23:37 (13 years ago)
Author:
cneumuel
Message:

#1233

  • removed GetConfigurationFile from service -> configuration is now submitted as a plugin with one file (the configuration file)
  • resource ids are now checked before uploading a hive experiment, only valid resource names are accepted
  • added SharpZipLib License to ConsoleClient project, so dependecies are satisfied
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/HeuristicLab.Clients.Hive-3.4.csproj

    r5457 r5458  
    102102    </Reference>
    103103    <Reference Include="System" />
     104    <Reference Include="System.Configuration" />
    104105    <Reference Include="System.Core" />
    105106    <Reference Include="System.Drawing" />
     
    118119    <Compile Include="Exceptions\OptimizerNotFoundException.cs" />
    119120    <Compile Include="ExperimentManager\PluginClient.cs" />
     121    <Compile Include="Exceptions\ResourceNotFoundException.cs" />
    120122    <Compile Include="IServiceLocator.cs" />
    121123    <Compile Include="Jobs\OptimizerJob.cs" />
Note: See TracChangeset for help on using the changeset viewer.