Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/26/14 16:32:44 (10 years ago)
Author:
pfleck
Message:

#2208

  • Added missing PluginDependencies.
  • Sealed some classes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Instances.Orienteering/3.3/Plugin.cs.frame

    r11258 r11307  
    2222using HeuristicLab.PluginInfrastructure;
    2323
    24 namespace HeuristicLab.Problems.Orienteering {
    25   /// <summary>
    26   /// Plugin class for HeuristicLab.Problems.Orienteering.
    27   /// </summary>
     24namespace HeuristicLab.Problems.Instances.Orienteering {
    2825  [Plugin("HeuristicLab.Problems.Instances.Orienteering", "3.3.10.$WCREV$")]
    2926  [PluginFile("HeuristicLab.Problems.Instances.Orienteering-3.3.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.Common", "3.3")]
    31   [PluginDependency("HeuristicLab.Core", "3.3")]
     27  [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
    3228  public class HeuristicLabProblemsInstancesOrienteeringPlugin : PluginBase {    }
    3329}
Note: See TracChangeset for help on using the changeset viewer.