Skip to content

Commit cc6d4a4

Browse files
authored
Merge pull request #337 from code-dot-org/ben/remove-playground
Remove Playground code
2 parents 842fbea + 581fe01 commit cc6d4a4

30 files changed

+5
-1737
lines changed

org-code-javabuilder/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ as the code for the `org.code` Java packages that are used in the Java Lab mini
2424
contains a package that can be imported by the user to interact with the theater
2525
mini-app, an image and sound editing app created for AP CSA and used in standalone Java
2626
Lab projects.
27-
* [playground](https://github.com/code-dot-org/javabuilder/tree/main/org-code-javabuilder/playground)
28-
is a prototype built to explore the idea of click-interactivity in Javabuilder and AP
29-
CSA. It contains a package that can be imported by the user to interact with the playground
30-
mini-app. Playground is primarily used for board game style programs.
3127
* [studentlib](https://github.com/code-dot-org/javabuilder/tree/main/org-code-javabuilder/studentlib)
3228
houses all external dependencies required to run and compile student code that are not already
3329
included by other mini-app packages.

org-code-javabuilder/lib/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ afterEvaluate {
8989
def projects = [
9090
[':neighborhood', 'buildNeighborhood'],
9191
[':theater', 'buildTheater'],
92-
[':playground', 'buildPlayground'],
9392
[':studentlib', 'buildStudentlib'],
9493
[':validation', 'buildValidation'],
9594
[':lang', 'buildLang']

org-code-javabuilder/lib/src/main/java/org/code/javabuilder/UserClassLoader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ private boolean isInAllowedPackage(String[] allowedPackageList, String name) {
125125
"org.junit.jupiter.api.",
126126
"org.code.media.",
127127
"org.code.neighborhood.",
128-
"org.code.playground.",
129128
"org.code.theater.",
130129
"org.code.lang"
131130
};

org-code-javabuilder/lib/src/main/java/org/code/javabuilder/util/JarUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ private JarUtils() {
1515
private static final String[] JAR_NAMES = {
1616
"neighborhood-full.jar",
1717
"theater-full.jar",
18-
"playground-full.jar",
1918
"studentlib-full.jar",
2019
"validation-full.jar",
2120
"lang-full.jar"

org-code-javabuilder/playground/README.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

org-code-javabuilder/playground/build.gradle

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)