Changeset 2591 for trunk/sources/HeuristicLab.BackgroundProcessing
- Timestamp:
- 01/05/10 10:31:40 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.BackgroundProcessing/3.2/HeuristicLabBackgroundProcessingPlugin.cs
r2408 r2591 2 2 3 3 namespace HeuristicLab.BackgroundProcessing { 4 [ ClassInfo(Name ="HeuristicLab.BackgroundProcessing-3.2")]5 [PluginFile( Filename = "HeuristicLab.BackgroundProcessing-3.2.dll", Filetype =PluginFileType.Assembly)]4 [Plugin("HeuristicLab.BackgroundProcessing-3.2")] 5 [PluginFile("HeuristicLab.BackgroundProcessing-3.2.dll", PluginFileType.Assembly)] 6 6 public class HeuristicLabBackgroundProcessingPlugin : PluginBase { } 7 7 }
Note: See TracChangeset
for help on using the changeset viewer.