- Timestamp:
- 06/03/14 11:01:16 (10 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Plugin.cs.frame
r10770 r10925 26 26 /// Plugin class for HeuristicLab.Data plugin. 27 27 /// </summary> 28 [Plugin("HeuristicLab.DataPreprocessing", "3. 3.9.$WCREV$")]29 [PluginFile("HeuristicLab.DataPreprocessing-3. 3.dll", PluginFileType.Assembly)]28 [Plugin("HeuristicLab.DataPreprocessing", "3.4.0.$WCREV$")] 29 [PluginFile("HeuristicLab.DataPreprocessing-3.4.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] … … 45 45 [PluginDependency("HeuristicLab.Parameters","3.3")] 46 46 [PluginDependency("HeuristicLab.Persistence","3.3")] 47 [PluginDependency("HeuristicLab.Problems.DataAnalysis.Transformations", "3. 3")]47 [PluginDependency("HeuristicLab.Problems.DataAnalysis.Transformations", "3.4")] 48 48 public class HeuristicLabDataPreprocessingPlugin : PluginBase { 49 49 }
Note: See TracChangeset
for help on using the changeset viewer.