Updated all tasks.

Commit
fa7fcead0cbb43d86f171d85a01faa738a9e91bc
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
Changed files
src/MyFitnessTracker/MFTSetGroupsTask.class.st
index 7223386a..33fa53fa 100644..100644
@@ -11,6 +11,14 @@
11 11 #tag : 'Tasks'
12 12 }
13 13
14 Added: { #category : 'as yet unclassified' }
15 Added: MFTSetGroupsTask class >> forExerciseCount: anInteger [
16 Added:
17 Added: ^ self new
18 Added: exerciseCount: anInteger;
19 Added: yourself
20 Added: ]
21 Added:
14 22 { #category : 'accessing' }
15 23 MFTSetGroupsTask >> exerciseCount [
16 24
src/MyFitnessTracker/MFTUserTask.class.st
index 4cd454bd..14c1f287 100644..100644
@@ -5,9 +5,9 @@
5 5 'user',
6 6 'action'
7 7 ],
8 Removed: #category : 'MyFitnessTracker-Dialogs',
8 Added: #category : 'MyFitnessTracker-Tasks',
9 9 #package : 'MyFitnessTracker',
10 Removed: #tag : 'Dialogs'
10 Added: #tag : 'Tasks'
11 11 }
12 12
13 13 { #category : 'actions' }
src/MyFitnessTracker/MFTWorkoutTask.class.st
index a8435ee3..a081da58 100644..100644
@@ -5,9 +5,9 @@
5 5 'workout',
6 6 'action'
7 7 ],
8 Removed: #category : 'MyFitnessTracker-Dialogs',
8 Added: #category : 'MyFitnessTracker-Tasks',
9 9 #package : 'MyFitnessTracker',
10 Removed: #tag : 'Dialogs'
10 Added: #tag : 'Tasks'
11 11 }
12 12
13 13 { #category : 'actions' }