Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/16/10 18:18:23 (13 years ago)
Author:
swinkler
Message:

Worked on symbolic expression tree formatters: Initialized formatter for Smalltalk, deleted obsolete file. (#1270)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters/3.3/HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs

    r4820 r4821  
    2626
    2727namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters {
    28   [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters", "3.3.1.0")]
    29   [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters", "3.3.1.4820")]
     29  [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Analysis", "3.3.1.0")]
    3131  [PluginDependency("HeuristicLab.Collections", "3.3.1.0")]
     
    3838  [PluginDependency("HeuristicLab.Parameters", "3.3.1.0")]
    3939  [PluginDependency("HeuristicLab.Persistence", "3.3.1.0")]
    40   public class HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin : PluginBase {
     40  public class HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin : PluginBase {
    4141  }
    4242}
Note: See TracChangeset for help on using the changeset viewer.