Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/14/14 14:06:02 (10 years ago)
Author:
pfleck
Message:

#2208 Added Orienteerings.Views plugin.

Location:
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Orienteering.Views
Files:
5 added
2 copied

Legend:

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

    r11185 r11188  
    2222using HeuristicLab.PluginInfrastructure;
    2323
    24 namespace HeuristicLab.Problems.Orienteering {
     24namespace HeuristicLab.Problems.Orienteering.Views {
    2525  /// <summary>
    26   /// Plugin class for HeuristicLab.Problems.Orienteering.
     26  /// Plugin class for HeuristicLab.Problems.Orienteering.Views.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Problems.Orienteering", "3.3.10.$WCREV$")]
    29   [PluginFile("HeuristicLab.Problems.Orienteering-3.3.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Problems.Orienteering.Views", "3.3.10.$WCREV$")]
     29  [PluginFile("HeuristicLab.Problems.Orienteering.Views-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Common", "3.3")]
    3131  [PluginDependency("HeuristicLab.Core", "3.3")]
    3232  [PluginDependency("HeuristicLab.Random", "3.3")]
    33   [PluginDependency("HeuristicLab.Scripting", "3.3")]
    34   public class HeuristicLabProblemsParameterOptimizationPlugin : PluginBase {    }
     33  [PluginDependency("HeuristicLab.Problems.Orienteering", "3.3")]
     34  public class HeuristicLabProblemsOrienteeringViewsPlugin : PluginBase {    }
    3535}
Note: See TracChangeset for help on using the changeset viewer.