Skip to content

Commit

Permalink
remove LocaleConfiguration
Browse files Browse the repository at this point in the history
remove LocaleConfiguration due to be a leftover from angularjs

Fix #20106
  • Loading branch information
shrralis committed Oct 11, 2023
1 parent 31dae68 commit f13d31c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 232 deletions.
5 changes: 0 additions & 5 deletions generators/server/files.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -493,11 +493,6 @@ export const baseServerFiles = {
renameTo: moveToJavaPackageSrcDir,
templates: ['config/Constants.java'],
},
{
path: `${SERVER_MAIN_SRC_DIR}_package_/`,
renameTo: moveToJavaPackageSrcDir,
templates: [data => `config/LocaleConfiguration_${data.imperativeOrReactive}.java`],
},
],
serverJavaDomain: [
{
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit f13d31c

Please sign in to comment.