1 #region License Information
\r
3 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
\r
5 * This file is part of HeuristicLab.
\r
7 * HeuristicLab is free software: you can redistribute it and/or modify
\r
8 * it under the terms of the GNU General Public License as published by
\r
9 * the Free Software Foundation, either version 3 of the License, or
\r
10 * (at your option) any later version.
\r
12 * HeuristicLab is distributed in the hope that it will be useful,
\r
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
\r
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
\r
15 * GNU General Public License for more details.
\r
17 * You should have received a copy of the GNU General Public License
\r
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
\r
22 using HeuristicLab.PluginInfrastructure;
\r
24 namespace HeuristicLab.Clients.Hive.Administration {
\r
25 [Plugin("HeuristicLab.Clients.Hive.Administrator", "3.3.16.$WCREV$")]
\r
26 [PluginFile("HeuristicLab.Clients.Hive.Administrator-3.3.dll", PluginFileType.Assembly)]
\r
27 [PluginDependency("HeuristicLab.Clients.Access", "3.3")]
\r
28 [PluginDependency("HeuristicLab.Clients.Access.Views", "3.3")]
\r
29 [PluginDependency("HeuristicLab.Collections", "3.3")]
\r
30 [PluginDependency("HeuristicLab.Common", "3.3")]
\r
31 [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
\r
32 [PluginDependency("HeuristicLab.Core", "3.3")]
\r
33 [PluginDependency("HeuristicLab.Core.Views", "3.3")]
\r
34 [PluginDependency("HeuristicLab.Clients.Common", "3.3")]
\r
35 [PluginDependency("HeuristicLab.Clients.Hive", "3.3")]
\r
36 [PluginDependency("HeuristicLab.Clients.Hive.Views", "3.3")]
\r
37 [PluginDependency("HeuristicLab.Data", "3.3")]
\r
38 [PluginDependency("HeuristicLab.Data.Views", "3.3")]
\r
39 [PluginDependency("HeuristicLab.DayView", "1.0.0.0")]
\r
40 [PluginDependency("HeuristicLab.Optimizer", "3.3")]
\r
41 [PluginDependency("HeuristicLab.MainForm", "3.3")]
\r
42 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
\r
43 public class HeuristicLabClientsHiveAdministratorPlugin : PluginBase {
\r