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.JobBase/3.3/JobPlugin.cs

    r4078 r4091  
    66
    77namespace HeuristicLab.Hive.JobBase {
    8   [Plugin("HeuristicLab.Hive.JobBase-3.3")]
     8  [Plugin("HeuristicLab.Hive.JobBase", "3.3")]
    99  [PluginFile("HeuristicLab.Hive.JobBase-3.3.dll", PluginFileType.Assembly)]
    10   [PluginDependency("HeuristicLab.Core-3.3")]
     10  [PluginDependency("HeuristicLab.Core", "3.3")]
     11  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    1112  public class JobBasePlugin: PluginBase {
    1213  }
Note: See TracChangeset for help on using the changeset viewer.