summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Kast <Julian.kast@livio.io>2020-10-30 13:41:07 -0400
committerGitHub <noreply@github.com>2020-10-30 13:41:07 -0400
commit89863e4c1f4a3716c687fdc3fba45e8d873b825d (patch)
tree92436e3ab7508150edd27b1febedb9cf8ffdf05a
parent1aba526b843c0fd7a4d0be2420ebb9e6798fc8a9 (diff)
parent74b2f5a04a8dc87929e28c4822f2f4214b891c3d (diff)
downloadsdl_android-89863e4c1f4a3716c687fdc3fba45e8d873b825d.tar.gz
Merge pull request #1546 from smartdevicelink/feature/updateReadMe
Remove reference to baseAndroid from README
-rw-r--r--JavaSuiteFolderStructure.pngbin18360 -> 13735 bytes
-rw-r--r--README.md5
2 files changed, 1 insertions, 4 deletions
diff --git a/JavaSuiteFolderStructure.png b/JavaSuiteFolderStructure.png
index abe2729ea..6f09bf598 100644
--- a/JavaSuiteFolderStructure.png
+++ b/JavaSuiteFolderStructure.png
Binary files differ
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.