Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/26/14 16:38:08 (10 years ago)
Author:
abeham
Message:

#2136: merged r10359, r10391, r10401, r10506 to stable

Location:
stable
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.HLScript.Views/3.3

    • Property svn:global-ignores set to
      bin
      obj
      Plugin.cs
  • stable/HeuristicLab.HLScript.Views/3.3/Plugin.cs.frame

    r10358 r10891  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2222using HeuristicLab.PluginInfrastructure;
    2323
    24 namespace HeuristicLab.HLScript.Views {
    25   [Plugin("HeuristicLab.HLScript.Views", "3.3.9.$WCREV$")]
    26   [PluginFile("HeuristicLab.HLScript.Views-3.3.dll", PluginFileType.Assembly)]
     24namespace HeuristicLab.Scripting.Views {
     25  [Plugin("HeuristicLab.Scripting.Views", "3.3.9.$WCREV$")]
     26  [PluginFile("HeuristicLab.Scripting.Views-3.3.dll", PluginFileType.Assembly)]
    2727  [PluginDependency("HeuristicLab.CodeEditor", "3.3")]
    2828  [PluginDependency("HeuristicLab.Collections", "3.3")]
     
    3131  [PluginDependency("HeuristicLab.Core", "3.3")]
    3232  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
    33   [PluginDependency("HeuristicLab.HLScript", "3.3")]
     33  [PluginDependency("HeuristicLab.Scripting", "3.3")]
    3434  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    3535  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    3636  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    37   public class HeuristicLabHLScriptViewsPlugin : PluginBase {
     37  public class HeuristicLabScriptingViewsPlugin : PluginBase {
    3838  }
    3939}
Note: See TracChangeset for help on using the changeset viewer.