Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/12/11 18:04:25 (13 years ago)
Author:
ascheibe
Message:

#1233

  • fixed a bug in the Slave UI
  • finished renaming Webservice and Dao methods to be consistent with Job/Task naming
  • some cosmetic changes and project dependencies cleanups
Location:
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Hive/3.3
Files:
2 edited

Legend:

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

    r6725 r6743  
    7777      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
    7878    </Reference>
    79     <Reference Include="HeuristicLab.Persistence-3.3">
    80       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
    81     </Reference>
    8279    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    8380      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Hive/3.3/HeuristicLabHivePlugin.cs.frame

    r6701 r6743  
    99  [PluginFile("HeuristicLab.Hive-3.3.dll", PluginFileType.Assembly)]
    1010  [PluginDependency("HeuristicLab.Common", "3.3")]
    11   [PluginDependency("HeuristicLab.Core", "3.3")]
    12   [PluginDependency("HeuristicLab.Persistence", "3.3")]
     11  [PluginDependency("HeuristicLab.Core", "3.3")] 
    1312  public class HeuristicLabHivePlugin : PluginBase {
    1413  }
Note: See TracChangeset for help on using the changeset viewer.