Changeset 6414 for branches/Scheduling/HeuristicLab.Problems.Scheduling
- Timestamp:
- 06/15/11 11:52:09 (14 years ago)
- Location:
- branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Plugin.cs
r6412 r6414 23 23 24 24 namespace HeuristicLab.Problems.Scheduling { 25 [Plugin("HeuristicLab.Problems.Scheduling", "3.3.3.64 06")]25 [Plugin("HeuristicLab.Problems.Scheduling", "3.3.3.6412")] 26 26 [PluginFile("HeuristicLab.Problems.Scheduling-3.3.dll", PluginFileType.Assembly)] 27 27 public class HeuristicLabProblemsSchedulingPlugin : PluginBase { -
branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Task.cs
r6412 r6414 26 26 27 27 namespace HeuristicLab.Problems.Scheduling { 28 [Item("Task Class", "Represents a task that has been scheduled already.")]28 [Item("Task", "Represents a task that has to be scheduled.")] 29 29 [StorableClass] 30 30 public class Task : Item {
Note: See TracChangeset
for help on using the changeset viewer.