Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 00:44:01 (14 years ago)
Author:
swagner
Message:

Sorted usings and removed unused usings in entire solution (#1094)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Advanced/DeploymentService/ProductDescription.cs

    r3092 r4068  
    2323using System.Collections.Generic;
    2424using System.Linq;
    25 using System.Text;
    26 using HeuristicLab.PluginInfrastructure.Manager;
    27 using System.IO;
    28 using System.ComponentModel;
    29 using System.Reflection;
    3025
    3126namespace HeuristicLab.PluginInfrastructure.Advanced.DeploymentService {
     
    3530  /// A product has a name, a version and a list of plugins that are part of the product.
    3631  /// </summary>
    37   public partial class ProductDescription  {
     32  public partial class ProductDescription {
    3833    /// <summary>
    3934    /// Initializes a new instance of <see cref="ProductDescription" />
Note: See TracChangeset for help on using the changeset viewer.