Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/22/10 13:41:31 (15 years ago)
Author:
abeham
Message:

Changed name of test functions problem as discussed with swagner #934
the commit, it fails me, help me prof. smith with my adhoc solution

Location:
trunk/sources/HeuristicLab.Problems.TestFunctions
Files:
1 edited
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TestFunctions/3.3

    • Property svn:ignore
      •  

        old new  
        22bin
        33obj
        4 HeuristicLabProblemsTestFunctionsSingleObjectivePlugin.cs
         4HeuristicLabProblemsTestFunctionsPlugin.cs
  • trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/HeuristicLabProblemsTestFunctionsPlugin.cs.frame

    r3163 r3170  
    2222using HeuristicLab.PluginInfrastructure;
    2323
    24 namespace HeuristicLab.Problems.TestFunctions.SingleObjective {
     24namespace HeuristicLab.Problems.TestFunctions {
    2525  /// <summary>
    26   /// Plugin class for HeuristicLab.Problems.TestFunctions.SingleObjective plugin
     26  /// Plugin class for HeuristicLab.Problems.TestFunctions plugin
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Problems.TestFunctions.SingleObjective", "3.3.0.$WCREV$")]
    29   [PluginFile("HeuristicLab.Problems.TestFunctions.SingleObjective-3.3.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Problems.TestFunctions", "3.3.0.$WCREV$")]
     29  [PluginFile("HeuristicLab.Problems.TestFunctions-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.2")]
     
    3838  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    3939  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    40   public class HeuristicLabProblemsTestFunctionsSingleObjectivePlugin : PluginBase {
     40  public class HeuristicLabProblemsTestFunctionsPlugin : PluginBase {
    4141  }
    4242}
Note: See TracChangeset for help on using the changeset viewer.