- Timestamp:
- 07/22/10 00:44:01 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Manager
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Manager/ApplicationDescription.cs
r2922 r4068 21 21 22 22 using System; 23 using System.Collections.Generic;24 using System.Text;25 23 26 24 namespace HeuristicLab.PluginInfrastructure.Manager { -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Manager/PluginDescription.cs
r2922 r4068 22 22 using System; 23 23 using System.Collections.Generic; 24 using System.Text;25 24 using System.Linq; 26 using System.Reflection;27 25 28 26 namespace HeuristicLab.PluginInfrastructure.Manager { -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Manager/PluginFile.cs
r3092 r4068 21 21 22 22 using System; 23 using System.Collections.Generic;24 using System.Text;25 using System.Linq;26 using System.Reflection;27 23 28 24 namespace HeuristicLab.PluginInfrastructure.Manager { -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Manager/PluginInfrastructureCancelEventArgs.cs
r3006 r4068 22 22 using System; 23 23 using System.Collections.Generic; 24 using System.Text;25 24 using System.ComponentModel; 26 25 -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Manager/PluginInfrastructureEventArgs.cs
r3179 r4068 21 21 22 22 using System; 23 using System.Collections.Generic;24 using System.Text;25 23 26 24 namespace HeuristicLab.PluginInfrastructure.Manager { -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Manager/PluginManager.cs
r3247 r4068 22 22 using System; 23 23 using System.Collections.Generic; 24 using System. Security.Policy;24 using System.Linq; 25 25 using System.Reflection; 26 using System.Diagnostics;27 using System.Security.Permissions;28 using System.Security;29 using System.Linq;30 26 31 27 namespace HeuristicLab.PluginInfrastructure.Manager { -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Manager/PluginValidator.cs
r3573 r4068 22 22 using System; 23 23 using System.Collections.Generic; 24 using System.IO; 25 using System.Linq; 26 using System.Reflection; 27 using System.Security; 24 28 using System.Text; 25 using System.Reflection;26 using System.IO;27 using System.Diagnostics;28 using System.Linq;29 using System.Security;30 29 31 30
Note: See TracChangeset
for help on using the changeset viewer.