-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlab11config.json
29 lines (29 loc) · 1021 Bytes
/
lab11config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"directory" : "/Users/karl/GoogleDrive/Courses/CS-140/StudentSubmissions/S1-2014/grading/Lab11",
"files" : [
"Lab11Code/Part1/Brass.java",
"Lab11Code/Part1/Instrument.java",
"Lab11Code/Part1/Percussion.java",
"Lab11Code/Part1/Stringed.java",
"Lab11Code/Part1/Wind.java",
"Lab11Code/Part1/WoodWind.java",
"Lab11Code/Part2/ActionCharacter.java",
"Lab11Code/Part2/CanFight.java",
"Lab11Code/Part2/CanFly.java",
"Lab11Code/Part2/CanSwim.java",
"Lab11Code/Part2/Hero.java",
"Lab11Code/Part3/DangerousMonster.java",
"Lab11Code/Part3/Dracula.java",
"Lab11Code/Part3/GodZilla.java",
"Lab11Code/Part3/HorrorShow.java",
"Lab11Code/Part3/Lethal.java",
"Lab11Code/Part3/Monster.java",
"Lab11Code/Part3/Vampire.java",
"Lab11Code/Part4/AgeException.java",
"Lab11Code/Part4/IllegalAgeFormatException.java",
"Lab11Code/Part4/NegativeAgeException.java",
"Lab11Code/Part4/OutOfAgeLimitException.java",
"Lab11Code/Part4/TooOldException.java",
"Lab11Code/Part4/TooYoungException.java"
]
}