You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,9 +119,6 @@ from within the project (JavaSE or JavaEE) and a JAR should be generated in the
119
119
#### base Folder
120
120
The base folder contains the source set that is shared between all of the compilable projects. This folder does not contain a compilable project.
121
121
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
-
125
122
#### android Folder
126
123
The android folder contains the SDL Android library as well as the sample project for Android. Both of those are compilable projects.
127
124
@@ -135,4 +132,4 @@ The JavaSE sample app is in the hello_sdl_java folder. It demonstrates an effici
135
132
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.
136
133
137
134
###### 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