Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/23/10 09:37:57 (14 years ago)
Author:
cneumuel
Message:

resolved issues with 3.3, hive-server now executable (1096)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/HiveContractPlugin.cs

    r4077 r4091  
    2626
    2727namespace HeuristicLab.Hive.Server {
    28   [Plugin("HeuristicLab.Hive.Contracts-3.3")]
     28  [Plugin("HeuristicLab.Hive.Contracts", "3.3")]
    2929  [PluginFile("HeuristicLab.Hive.Contracts-3.3.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.Core-3.3")]
    31   [PluginDependency("HeuristicLab.DataAccess-3.3")]
     30  [PluginDependency("HeuristicLab.Core", "3.3")]
     31  [PluginDependency("HeuristicLab.DataAccess", "3.3")]
    3232  public class HiveServerContracts : PluginBase {
    3333  }
Note: See TracChangeset for help on using the changeset viewer.