Rev | Line | |
---|
[1467] | 1 | using HeuristicLab.PluginInfrastructure;
|
---|
| 2 |
|
---|
| 3 | namespace HeuristicLab.Tracing {
|
---|
| 4 |
|
---|
| 5 | [ClassInfo(Name = "HeuristicLab.Tracing-1.0")]
|
---|
| 6 | [PluginFile(Filename = "HeuristicLab.Tracing-1.0.dll", Filetype = PluginFileType.Assembly)]
|
---|
| 7 | [PluginFile(Filename = "log4net.dll", Filetype = PluginFileType.Assembly)]
|
---|
| 8 | [PluginFile(Filename = "log4net licence.txt", Filetype = PluginFileType.License)]
|
---|
| 9 | [PluginFile(Filename = "HeuristicLab.log4net.xml", Filetype = PluginFileType.Data)]
|
---|
| 10 | public class HeuristicLabPersistencePlugin : PluginBase {}
|
---|
| 11 |
|
---|
| 12 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.