Skip to content

Commit 89863e4

Browse files
authored
Merge pull request #1546 from smartdevicelink/feature/updateReadMe
Remove reference to baseAndroid from README
2 parents 1aba526 + 74b2f5a commit 89863e4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

JavaSuiteFolderStructure.png

-4.52 KB
Loading

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ from within the project (JavaSE or JavaEE) and a JAR should be generated in the
119119
#### base Folder
120120
The base folder contains the source set that is shared between all of the compilable projects. This folder does not contain a compilable project.
121121

122-
#### baseAndroid Folder
123-
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.
124-
125122
#### android Folder
126123
The android folder contains the SDL Android library as well as the sample project for Android. Both of those are compilable projects.
127124

@@ -135,4 +132,4 @@ The JavaSE sample app is in the hello_sdl_java folder. It demonstrates an effici
135132
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.
136133

137134
###### JavaEE Sample App
138-
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.
135+
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.

0 commit comments

Comments
 (0)