Changeset 10891 for stable/HeuristicLab.HLScript/3.3/Plugin.cs.frame
- Timestamp:
- 05/26/14 16:38:08 (11 years ago)
- Location:
- stable
- Files:
-
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/branches/HLScript (added) merged: 10331-10332,10358 /trunk/sources merged: 10359,10391,10401,10506
- Property svn:mergeinfo changed
-
stable/HeuristicLab.HLScript/3.3
-
Property
svn:global-ignores
set to
bin
obj
Plugin.cs
-
Property
svn:global-ignores
set to
-
stable/HeuristicLab.HLScript/3.3/Plugin.cs.frame
r10332 r10891 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 22 22 using HeuristicLab.PluginInfrastructure; 23 23 24 namespace HeuristicLab. HLScript{25 [Plugin("HeuristicLab. HLScript", "3.3.9.$WCREV$")]26 [PluginFile("HeuristicLab. HLScript-3.3.dll", PluginFileType.Assembly)]24 namespace HeuristicLab.Scripting { 25 [Plugin("HeuristicLab.Scripting", "3.3.9.$WCREV$")] 26 [PluginFile("HeuristicLab.Scripting-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Collections", "3.3")] 28 28 [PluginDependency("HeuristicLab.Common", "3.3")] … … 30 30 [PluginDependency("HeuristicLab.Core", "3.3")] 31 31 [PluginDependency("HeuristicLab.Persistence", "3.3")] 32 public class HeuristicLab HLScriptPlugin : PluginBase {32 public class HeuristicLabScriptingPlugin : PluginBase { 33 33 } 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.