Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PluginInfrastructure Refactoring/HeuristicLab.Tracing/3.2/HeuristicLabTracingPlugin.cs @ 2587

Last change on this file since 2587 was 2587, checked in by gkronber, 14 years ago

Fixed projects to work with new plugin infrastructure. #799

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.