Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/07/11 00:43:59 (13 years ago)
Author:
cneumuel
Message:

#1233

  • moved ExperimentManager into separate plugin
  • moved Administration into separate plugin
File:
1 edited

Legend:

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

    r6370 r6373  
    112112  </ItemGroup>
    113113  <ItemGroup>
     114    <Compile Include="HiveClient.cs" />
    114115    <Compile Include="Jobs\ItemJob.cs" />
     116    <Compile Include="RefreshableHiveExperiment.cs" />
    115117    <Compile Include="ThreadSafeLog.cs" />
    116118    <None Include="app_f005pc.config" />
     
    118120    <None Include="app.config" />
    119121    <None Include="HeuristicLabClientsHivePlugin.cs.frame" />
    120     <Compile Include="Administration\HiveAdministrationClient.cs" />
    121122    <Compile Include="Exceptions\AddJobToHiveException.cs" />
    122123    <Compile Include="Exceptions\JobResultPollingException.cs" />
    123124    <Compile Include="Exceptions\OptimizerNotFoundException.cs" />
    124     <Compile Include="ExperimentManager\ConcurrentJobDownloader.cs" />
    125     <Compile Include="ExperimentManager\EngineHiveJob.cs" />
    126     <Compile Include="ExperimentManager\ExperimentManagerClient.cs" />
     125    <Compile Include="ConcurrentJobDownloader.cs" />
     126    <Compile Include="HiveJobs\EngineHiveJob.cs" />
    127127    <Compile Include="Exceptions\HiveException.cs" />
    128     <Compile Include="ExperimentManager\HiveJobDownloader.cs" />
    129     <Compile Include="ExperimentManager\ConcurrentJobDownloaderException.cs" />
    130     <Compile Include="ExperimentManager\TreeView\IItemTree.cs" />
    131     <Compile Include="ExperimentManager\TreeView\IItemTreeAction.cs" />
    132     <Compile Include="ExperimentManager\OptimizerHiveJob.cs">
     128    <Compile Include="HiveJobDownloader.cs" />
     129    <Compile Include="ConcurrentJobDownloaderException.cs" />
     130    <Compile Include="TreeView\IItemTree.cs" />
     131    <Compile Include="TreeView\IItemTreeAction.cs" />
     132    <Compile Include="HiveJobs\OptimizerHiveJob.cs">
    133133      <SubType>Code</SubType>
    134134    </Compile>
    135     <Compile Include="ExperimentManager\PluginClient.cs" />
    136135    <Compile Include="Exceptions\ResourceNotFoundException.cs" />
    137136    <Compile Include="IServiceLocator.cs" />
     
    139138    <Compile Include="Jobs\OptimizerJob.cs" />
    140139    <Compile Include="HeuristicLabClientsHivePlugin.cs" />
    141     <Compile Include="ExperimentManager\HiveJob.cs" />
    142     <Compile Include="ExperimentManager\JobResultPoller.cs" />
    143     <Compile Include="PersistenceUtil.cs" />
    144     <Compile Include="PluginUtil.cs" />
     140    <Compile Include="HiveJobs\HiveJob.cs" />
     141    <Compile Include="JobResultPoller.cs" />
     142    <Compile Include="Util\PersistenceUtil.cs" />
     143    <Compile Include="Util\PluginUtil.cs" />
    145144    <Compile Include="Progress\IProgress.cs" />
    146145    <Compile Include="Progress\IProgressReporter.cs" />
     
    158157    <Compile Include="ServiceClients\HiveItem.cs" />
    159158    <Compile Include="ServiceClients\JobData.cs" />
    160     <Compile Include="ExperimentManager\RefreshableHiveExperiment.cs" />
    161159    <Compile Include="ServiceClients\Plugin.cs" />
    162160    <Compile Include="ServiceClients\PluginData.cs" />
Note: See TracChangeset for help on using the changeset viewer.