Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/19 14:00:42 (6 years ago)
Author:
gkronber
Message:

#2520: updated HeuristicLab.DataImporter addon for new Persistence (introduced in 3.3.16)

Location:
addons/HeuristicLab.DataImporter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.DataImporter

    • Property svn:ignore
      •  

        old new  
        22_ReSharper.HeuristicLab.DataImporter
        33*.user
         4packages
  • addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/Aggregation/AggregateWithMaxCommand.cs

    r9615 r16566  
    2626using HeuristicLab.DataImporter.Data.Model;
    2727using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     28using HEAL.Attic;
    2829
    2930namespace HeuristicLab.DataImporter.Command {
    30   [StorableClass]
     31  [StorableType("E703275A-0F64-47D1-AE9D-6875076E0EA7")]
    3132  [ViewableCommandInfoAttribute("Maximum", 1, ColumnGroupState.DoubleColumnSelected | ColumnGroupState.AnySelectedColumnNotSorted
    3233    , "Aggregation", Position = 4, OptionsView = typeof(AggregationCommandView))]
Note: See TracChangeset for help on using the changeset viewer.