Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/HeuristicLabClientsHiveViewsPlugin.cs.frame @ 5591

Last change on this file since 5591 was 5591, checked in by cneumuel, 13 years ago

#1233

  • fixed wrong number of plugin dependencies
  • minor fixes
File size: 616 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.PluginInfrastructure;
6
7namespace HeuristicLab.Clients.Hive.Views {
8  [Plugin("HeuristicLab.Clients.Hive.Views", "3.4.0.$WCREV$")]
9  [PluginFile("HeuristicLab.Clients.Hive.Views-3.4.dll", PluginFileType.Assembly)]
10  [PluginDependency("HeuristicLab.Common", "3.3")]
11  [PluginDependency("HeuristicLab.Core", "3.3")]
12  [PluginDependency("HeuristicLab.Persistence", "3.3")]
13  [PluginDependency("HeuristicLab.DayView", "1.0")]
14  public class HeuristicLabClientsHiveViewsPlugin : PluginBase {
15  }
16}
Note: See TracBrowser for help on using the repository browser.