- Timestamp:
- 02/03/10 18:32:57 (15 years ago)
- Location:
- branches/Persistence Test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Persistence Test
- Property svn:externals set to
-
branches/Persistence Test/HeuristicLab.Operators.Programmable/3.3/HeuristicLabOperatorsProgrammablePlugin.cs
r1872 r2744 26 26 27 27 namespace HeuristicLab.Operators.Programmable { 28 [ ClassInfo(Name ="HeuristicLab.Operators.Programmable-3.3")]29 [PluginFile( Filename = "HeuristicLab.Operators.Programmable-3.3.dll", Filetype =PluginFileType.Assembly)]30 [ Dependency(Dependency ="HeuristicLab.Core-3.3")]31 [ Dependency(Dependency ="HeuristicLab.Data-3.3")]32 [ Dependency(Dependency ="HeuristicLab.Operators-3.3")]33 [ Dependency(Dependency ="HeuristicLab.Persistence-3.3")]28 [Plugin("HeuristicLab.Operators.Programmable-3.3")] 29 [PluginFile("HeuristicLab.Operators.Programmable-3.3.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.Core-3.3")] 31 [PluginDependency("HeuristicLab.Data-3.3")] 32 [PluginDependency("HeuristicLab.Operators-3.3")] 33 [PluginDependency("HeuristicLab.Persistence-3.3")] 34 34 public class HeuristicLabOperatorsProgrammablePlugin : PluginBase { 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.