Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SpringNET/1.3.0/HeuristicLabSpringNetPlugin.cs @ 2847

Last change on this file since 2847 was 2847, checked in by kgrading, 14 years ago

Added Spring.NET in v 1.3.0 (#884)

File size: 611 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.PluginInfrastructure;
6
7namespace HeuristicLab.SpringNET {
8  [Plugin("HeuristicLab.SpringNET", "1.3.0")]
9  [PluginFile("HeuristicLab.SpringNET-1.3.0.dll", PluginFileType.Assembly)]
10  [PluginFile("Common.Logging.dll", PluginFileType.Assembly)]
11  [PluginFile("Spring.Services.dll", PluginFileType.Assembly)]
12  [PluginFile("Spring.Core.dll", PluginFileType.Assembly)]
13  [PluginFile("Spring.Aop.dll", PluginFileType.Assembly)] 
14  public class HeuristicLabSpringNetPlugin: PluginBase {
15
16  }
17}
Note: See TracBrowser for help on using the repository browser.