commit
a444899176
7 changed files with 16 additions and 7 deletions
|
@ -53,7 +53,7 @@
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>../../../themes/src/main/resources/theme</directory>
|
<directory>../../../themes/src/main/resources/theme</directory>
|
||||||
<outputDirectory>content/standalone/configuration/themes</outputDirectory>
|
<outputDirectory>content/themes</outputDirectory>
|
||||||
<includes>
|
<includes>
|
||||||
<include>**/**</include>
|
<include>**/**</include>
|
||||||
</includes>
|
</includes>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"providers": [
|
"providers": [
|
||||||
"classpath:${jboss.server.config.dir}/providers/*"
|
"classpath:${jboss.home.dir}/providers/*"
|
||||||
],
|
],
|
||||||
|
|
||||||
"admin": {
|
"admin": {
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
"cacheTemplates": true,
|
"cacheTemplates": true,
|
||||||
"cacheThemes": true,
|
"cacheThemes": true,
|
||||||
"folder": {
|
"folder": {
|
||||||
"dir": "${jboss.server.config.dir}/themes"
|
"dir": "${jboss.home.dir}/themes"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -45,15 +45,15 @@
|
||||||
<outputDirectory></outputDirectory>
|
<outputDirectory></outputDirectory>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>${project.build.directory}/unpacked/keycloak-${project.version}/standalone/configuration/themes</directory>
|
<directory>${project.build.directory}/unpacked/keycloak-${project.version}/themes</directory>
|
||||||
<outputDirectory>standalone/configuration/themes</outputDirectory>
|
<outputDirectory>themes</outputDirectory>
|
||||||
<includes>
|
<includes>
|
||||||
<include>**/**</include>
|
<include>**/**</include>
|
||||||
</includes>
|
</includes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>${project.build.directory}/unpacked/keycloak-${project.version}/standalone/configuration/providers</directory>
|
<directory>${project.build.directory}/unpacked/keycloak-${project.version}/providers</directory>
|
||||||
<outputDirectory>standalone/configuration/providers</outputDirectory>
|
<outputDirectory>providers</outputDirectory>
|
||||||
<includes>
|
<includes>
|
||||||
<include>**/**</include>
|
<include>**/**</include>
|
||||||
</includes>
|
</includes>
|
||||||
|
|
|
@ -98,6 +98,14 @@
|
||||||
<title>Version specific migration</title>
|
<title>Version specific migration</title>
|
||||||
<section>
|
<section>
|
||||||
<title>Migrating to 1.9.0</title>
|
<title>Migrating to 1.9.0</title>
|
||||||
|
<simplesect>
|
||||||
|
<title>Themes and providers directory moved</title>
|
||||||
|
<para>
|
||||||
|
We've moved the themes and providers directories from <literal>standalone/configuration/themes</literal> and <literal>standalone/configuration/providers</literal>
|
||||||
|
to <literal>themes</literal> and <literal>providers</literal> respectively. If you have added custom themes and providers you need
|
||||||
|
to move them to the new location. You also need to update <literal>keycloak-server.json</literal> as it's changed due to this.
|
||||||
|
</para>
|
||||||
|
</simplesect>
|
||||||
<simplesect>
|
<simplesect>
|
||||||
<title>Adapter Subsystems only bring in dependencies if keycloak is on</title>
|
<title>Adapter Subsystems only bring in dependencies if keycloak is on</title>
|
||||||
<para>
|
<para>
|
||||||
|
|
|
@ -18,4 +18,5 @@
|
||||||
#kc-logo-wrapper {
|
#kc-logo-wrapper {
|
||||||
background: url("../img/red-hat-logo.png") no-repeat top right;
|
background: url("../img/red-hat-logo.png") no-repeat top right;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue