summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHenigan <rheniga1@MGC12Z921DLVCG.fbpld77.ford.com>2020-10-28 16:41:27 -0400
committerHenigan <rheniga1@MGC12Z921DLVCG.fbpld77.ford.com>2020-10-28 16:41:27 -0400
commit86821af48131c45fc8b295221cb48cf576b30f04 (patch)
tree9367a4b81f8b65b559c065dd2a609752674b1056 /README.md
parent5fd420cba6bee20e44b0f59dfe12a2c27d980628 (diff)
downloadsdl_android-86821af48131c45fc8b295221cb48cf576b30f04.tar.gz
Remove reference to baseAndroid
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 79dfee4dc..9ca1f7014 100644
--- a/README.md
+++ b/README.md
@@ -119,9 +119,6 @@ from within the project (JavaSE or JavaEE) and a JAR should be generated in the
#### base Folder
The base folder contains the source set that is shared between all of the compilable projects. This folder does not contain a compilable project.
-#### baseAndroid Folder
-The baseAndroid folder contains symbolic links to files and folders from the base folder. This has been included since the Java Suite refactor is a minor version release and the base folder contains breaking changes for the Android project. This folder does not contain a compilable project.
-
#### android Folder
The android folder contains the SDL Android library as well as the sample project for Android. Both of those are compilable projects.
@@ -135,4 +132,4 @@ The JavaSE sample app is in the hello_sdl_java folder. It demonstrates an effici
The javaEE folder contains the SDL JavaEE library. The JavaSE folder is used as a source set and added as a dependency. This library is based off the JavaSE library and will contain specifics for the JavaEe platform.
###### JavaEE Sample App
-The JavaEE sample app is in the hello_sdl_java_ee folder. Most of the code is commented out since the library and sample app do not include the dependencies of JavaEE due to licensing issues. However, the commented out code demonstrates how to build a Java based app into the JavaEE bean architecture. \ No newline at end of file
+The JavaEE sample app is in the hello_sdl_java_ee folder. Most of the code is commented out since the library and sample app do not include the dependencies of JavaEE due to licensing issues. However, the commented out code demonstrates how to build a Java based app into the JavaEE bean architecture.