Changeset 7826
- Timestamp:
- 05/15/12 15:57:34 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.Classification/3.4/Plugin.cs.frame
r7823 r7826 30 30 [PluginDependency("HeuristicLab.Problems.DataAnalysis", "3.4")] 31 31 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 32 public class HeuristicLabProblemsInstances Plugin : PluginBase {32 public class HeuristicLabProblemsInstancesClassificationPlugin : PluginBase { 33 33 } 34 34 } -
trunk/sources/HeuristicLab.Problems.Instances.Regression/3.4/Plugin.cs.frame
r7823 r7826 31 31 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 32 32 [PluginDependency("HeuristicLab.Random", "3.3")] 33 public class HeuristicLabProblemsInstances Plugin : PluginBase {33 public class HeuristicLabProblemsInstancesRegressionPlugin : PluginBase { 34 34 } 35 35 } -
trunk/sources/HeuristicLab.Problems.Instances.Views/3.4/Plugin.cs.frame
r7665 r7826 30 30 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 31 31 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 32 public class HeuristicLabProblemsInstances Plugin : PluginBase {32 public class HeuristicLabProblemsInstancesViewsPlugin : PluginBase { 33 33 } 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.