Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/01/14 15:49:31 (10 years ago)
Author:
mkommend
Message:

#2206: Removed seperate plugin for transformations and integrated them in HeuristicLab.Problems.DataAnalysis.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis/3.4/Plugin.cs.frame

    r10925 r11068  
    3737  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    3838  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    39   [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
    40   [PluginDependency("HeuristicLab.Problems.DataAnalysis.Transformations", "3.4")]
     39  [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 
    4140  public class HeuristicLabProblemsDataAnalysisPlugin : PluginBase {
    4241  }
Note: See TracChangeset for help on using the changeset viewer.