Rename "classes" to "application" in custom layer configuration

Closes gh-20539
This commit is contained in:
Madhura Bhave
2020-03-23 09:08:18 -07:00
parent 29c89f3c27
commit 952e529787
12 changed files with 27 additions and 26 deletions

View File

@@ -164,7 +164,7 @@ The following example shows what the implicit layer configuration described abov
</coordinates>
</layer-content>
</libraries>
<classes>
<application>
<layer-content layer="resources">
<locations>
<include>META-INF/resources/**</include>
@@ -178,7 +178,7 @@ The following example shows what the implicit layer configuration described abov
<include>**</include>
</locations>
</layer-content>
</classes>
</application>
</layers-configuration>
----
@@ -589,9 +589,9 @@ This allows to reuse the cache for external dependencies when an internal depend
</coordinates>
</layer-content>
</libraries>
<classes>
<application>
...
</classes>
</application>
</layers-configuration>
----