Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Tracing/3.2/HeuristicLabTracingPlugin.cs @ 2602

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

Copied refactored plugin infrastructure from branch and merged changeset r2586:2589 from branch into the trunk. #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.