- Timestamp:
- 02/03/10 18:32:57 (15 years ago)
- Location:
- branches/Persistence Test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Persistence Test
- Property svn:externals set to
-
branches/Persistence Test/HeuristicLab.BackgroundProcessing/3.2/HeuristicLabBackgroundProcessingPlugin.cs
r2408 r2744 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.