Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/26/14 16:38:08 (11 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/3.3

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

    r10332 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 {
    25   [Plugin("HeuristicLab.HLScript", "3.3.9.$WCREV$")]
    26   [PluginFile("HeuristicLab.HLScript-3.3.dll", PluginFileType.Assembly)]
     24namespace HeuristicLab.Scripting {
     25  [Plugin("HeuristicLab.Scripting", "3.3.9.$WCREV$")]
     26  [PluginFile("HeuristicLab.Scripting-3.3.dll", PluginFileType.Assembly)]
    2727  [PluginDependency("HeuristicLab.Collections", "3.3")]
    2828  [PluginDependency("HeuristicLab.Common", "3.3")]
     
    3030  [PluginDependency("HeuristicLab.Core", "3.3")]
    3131  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    32   public class HeuristicLabHLScriptPlugin : PluginBase {
     32  public class HeuristicLabScriptingPlugin : PluginBase {
    3333  }
    3434}
Note: See TracChangeset for help on using the changeset viewer.