Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/19/16 16:29:57 (8 years ago)
Author:
mkommend
Message:

#1087: Change plugin and folder name from HeuristicLab.Problems.MultiObjectiveTestFunctions to HeuristicLab.Problems.Testfunctions.MultiObjective and adapted namespaces and projects accordingly.

Location:
branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.TestFunctions.MultiObjective
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/Plugin.cs.frame

    r14108 r14111  
    2222using HeuristicLab.PluginInfrastructure;
    2323
    24 namespace HeuristicLab.Problems.MultiObjectiveTestFunctions {
    25   [Plugin("HeuristicLab.Problems.MultiObjectiveTestFunctions", "3.3.13.$WCREV$")]
    26   [PluginFile("HeuristicLab.Problems.MultiObjectiveTestFunctions-3.3.dll", PluginFileType.Assembly)]
     24namespace HeuristicLab.Problems.TestFunctions.MultiObjective {
     25  [Plugin("HeuristicLab.Problems.TestFunctions.MultiObjective", "3.3.13.$WCREV$")]
     26  [PluginFile("HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.dll", PluginFileType.Assembly)]
    2727  [PluginDependency("HeuristicLab.Collections", "3.3")]
    2828  [PluginDependency("HeuristicLab.Common", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.