Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/04/12 16:45:02 (12 years ago)
Author:
spimming
Message:

#1680:

  • merged changes from trunk into branch
Location:
branches/HeuristicLab.Hive.Azure
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive.Azure

  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Algorithms.Benchmarks.Views/3.3

    • Property svn:ignore
      •  

        old new  
        11Plugin.cs
        22obj
         3*.vs10x
         4*.user
  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Algorithms.Benchmarks.Views/3.3/Plugin.cs.frame

    r7006 r7270  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2626  /// Plugin class for HeuristicLab.Algorithms.Benchmarks plugin.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Algorithms.Benchmarks.Views", "Provides views for benchmarking algorithms.", "3.3.5.$WCREV$")]
    29   [PluginFile("HeuristicLab.Algorithms.Benchmarks.Views-3.3.dll", PluginFileType.Assembly)] 
     28  [Plugin("HeuristicLab.Algorithms.Benchmarks.Views", "Provides views for performance benchmark algorithms.", "3.3.6.$WCREV$")]
     29  [PluginFile("HeuristicLab.Algorithms.Benchmarks.Views-3.3.dll", PluginFileType.Assembly)]
     30  [PluginDependency("HeuristicLab.Algorithms.Benchmarks", "3.3")]
    3031  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    31   [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 
     32  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    3233  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    3334  [PluginDependency("HeuristicLab.Optimization.Views", "3.3")]
    34   [PluginDependency("HeuristicLab.Algorithms.Benchmarks", "3.3")]
    3535  public class HeuristicLabAlgorithmsBenchmarksViewsPlugin : PluginBase {
    3636  }
Note: See TracChangeset for help on using the changeset viewer.