Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/08/11 16:38:28 (13 years ago)
Author:
ascheibe
Message:

#1233 more renaming for more consistency

File:
1 edited

Legend:

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

    r6721 r6725  
    113113  <ItemGroup>
    114114    <Compile Include="HiveClient.cs" />
    115     <Compile Include="Jobs\ItemJob.cs" />
    116     <Compile Include="RefreshableHiveExperiment.cs" />
     115    <Compile Include="Tasks\ItemTask.cs" />
     116    <Compile Include="RefreshableJob.cs" />
    117117    <Compile Include="ServiceClients\HiveExperimentPermission.cs" />
    118118    <Compile Include="StateLogList.cs" />
     
    122122    <None Include="app.config" />
    123123    <None Include="HeuristicLabClientsHivePlugin.cs.frame" />
    124     <Compile Include="Exceptions\AddJobToHiveException.cs" />
    125     <Compile Include="Exceptions\JobResultPollingException.cs" />
     124    <Compile Include="Exceptions\AddTaskToHiveException.cs" />
     125    <Compile Include="Exceptions\TaskResultPollingException.cs" />
    126126    <Compile Include="Exceptions\OptimizerNotFoundException.cs" />
    127     <Compile Include="ConcurrentJobDownloader.cs" />
    128     <Compile Include="HiveJobs\EngineHiveJob.cs" />
     127    <Compile Include="ConcurrentTaskDownloader.cs" />
     128    <Compile Include="HiveJobs\EngineHiveTask.cs" />
    129129    <Compile Include="Exceptions\HiveException.cs" />
    130     <Compile Include="HiveJobDownloader.cs" />
    131     <Compile Include="ConcurrentJobDownloaderException.cs" />
     130    <Compile Include="TaskDownloader.cs" />
     131    <Compile Include="ConcurrentTaskDownloaderException.cs" />
    132132    <Compile Include="TreeView\IItemTree.cs" />
    133133    <Compile Include="TreeView\IItemTreeAction.cs" />
    134     <Compile Include="HiveJobs\OptimizerHiveJob.cs">
     134    <Compile Include="HiveJobs\OptimizerHiveTask.cs">
    135135      <SubType>Code</SubType>
    136136    </Compile>
    137137    <Compile Include="Exceptions\ResourceNotFoundException.cs" />
    138138    <Compile Include="IServiceLocator.cs" />
    139     <Compile Include="Jobs\EngineJob.cs" />
    140     <Compile Include="Jobs\OptimizerJob.cs" />
     139    <Compile Include="Tasks\EngineTask.cs" />
     140    <Compile Include="Tasks\OptimizerTask.cs" />
    141141    <Compile Include="HeuristicLabClientsHivePlugin.cs" />
    142     <Compile Include="HiveJobs\HiveJob.cs" />
     142    <Compile Include="HiveJobs\HiveTask.cs" />
    143143    <Compile Include="JobResultPoller.cs" />
    144144    <Compile Include="Util\PersistenceUtil.cs" />
Note: See TracChangeset for help on using the changeset viewer.