Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/08/10 16:25:23 (14 years ago)
Author:
gkronber
Message:

Implemented changes as suggested by abeham after code review and simplified method PluginValidator.GetPluginDescription(). #863.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/InstallationManager.cs

    r2753 r2763  
    8282        builder.AppendLine(dependency.Name + " " + dependency.Version);
    8383      }
    84       builder.AppendLine().AppendFormat("Plugins directly dependent on {0}:\n", desc.Name);
     84      builder.AppendLine().AppendFormat("Plugins directly dependent on {0}:", desc.Name).AppendLine();
    8585      var dependents = from x in pluginManager.Plugins
    8686                       where x.Dependencies.Contains(desc)
Note: See TracChangeset for help on using the changeset viewer.