- Timestamp:
- 07/08/16 14:40:02 (8 years ago)
- Location:
- branches/crossvalidation-2434
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Problems.Scheduling/3.3/JobShopSchedulingProblem.cs
r12504 r14029 37 37 38 38 namespace HeuristicLab.Problems.Scheduling { 39 [Item("Job Shop Scheduling Problem ", "Represents a standard Job Shop Scheduling Problem")]39 [Item("Job Shop Scheduling Problem (JSSP)", "Represents a standard Job Shop Scheduling Problem")] 40 40 [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 120)] 41 41 [StorableClass] -
branches/crossvalidation-2434/HeuristicLab.Problems.Scheduling/3.3/Plugin.cs.frame
r12753 r14029 23 23 24 24 namespace HeuristicLab.Problems.Scheduling { 25 [Plugin("HeuristicLab.Problems.Scheduling", "3.3.1 2.$WCREV$")]25 [Plugin("HeuristicLab.Problems.Scheduling", "3.3.13.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Problems.Scheduling-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Collections", "3.3")] -
branches/crossvalidation-2434/HeuristicLab.Problems.Scheduling/3.3/Properties/AssemblyInfo.cs.frame
r12753 r14029 53 53 // by using the '*' as shown below: 54 54 [assembly: AssemblyVersion("3.3.0.0")] 55 [assembly: AssemblyFileVersion("3.3.1 2.$WCREV$")]55 [assembly: AssemblyFileVersion("3.3.13.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.