Rev | Line | |
---|
[1467] | 1 | using HeuristicLab.PluginInfrastructure;
|
---|
| 2 |
|
---|
| 3 | namespace HeuristicLab.Tracing {
|
---|
| 4 |
|
---|
[2744] | 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)]
|
---|
[1467] | 10 | public class HeuristicLabPersistencePlugin : PluginBase {}
|
---|
| 11 |
|
---|
| 12 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.