Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Persistence Test/HeuristicLab.Tracing/3.2/HeuristicLabTracingPlugin.cs @ 4539

Last change on this file since 4539 was 2744, checked in by epitzer, 14 years ago

update to new PluginInfrastructure (#802)

File size: 445 bytes
Line 
1using HeuristicLab.PluginInfrastructure;
2
3namespace HeuristicLab.Tracing {
4
5  [Plugin("HeuristicLab.Tracing-3.2")]
6  [PluginFile("HeuristicLab.Tracing-3.2.dll", PluginFileType.Assembly)]
7  [PluginFile("log4net.dll", PluginFileType.Assembly)]
8  [PluginFile("log4net licence.txt", PluginFileType.License)]
9  [PluginFile("HeuristicLab.log4net.xml", PluginFileType.Data)]
10  public class HeuristicLabPersistencePlugin : PluginBase {}
11
12}
Note: See TracBrowser for help on using the repository browser.