keycloak-uncached
Changes
distribution/theme-template-zip/build.xml 36(+4 -32)
distribution/war-dist/assembly.xml 4(+2 -2)
Details
distribution/theme-template-zip/build.xml 36(+4 -32)
diff --git a/distribution/theme-template-zip/build.xml b/distribution/theme-template-zip/build.xml
index 793f4d6..0e2103f 100755
--- a/distribution/theme-template-zip/build.xml
+++ b/distribution/theme-template-zip/build.xml
@@ -2,38 +2,10 @@
<target name="all">
<delete dir="target/themes"/>
- <copy todir="target/themes/login/template" overwrite="true">
- <fileset dir="../../forms/common-themes/src/main/resources/theme/login/base">
- </fileset>
- </copy>
- <copy todir="target/themes/login/template" overwrite="true">
- <fileset dir="../../forms/common-themes/src/main/resources/theme/login/patternfly">
- </fileset>
- </copy>
- <copy tofile="target/themes/login/template/theme.properties" file="../../forms/common-themes/src/main/resources/theme/login/patternfly/theme.properties" overwrite="true">
- <filterchain>
- <linecontains negate="true">
- <contains value="parent"/>
- </linecontains>
- </filterchain>
- </copy>
- <copy todir="target/themes/account/template" overwrite="true">
- <fileset dir="../../forms/common-themes/src/main/resources/theme/account/base">
- </fileset>
- </copy>
- <copy todir="target/themes/account/template" overwrite="true">
- <fileset dir="../../forms/common-themes/src/main/resources/theme/account/patternfly">
- </fileset>
- </copy>
- <copy tofile="target/themes/account/template/theme.properties" file="../../forms/common-themes/src/main/resources/theme/account/patternfly/theme.properties" overwrite="true">
- <filterchain>
- <linecontains negate="true">
- <contains value="parent"/>
- </linecontains>
- </filterchain>
- </copy>
<copy todir="target/themes" overwrite="true">
- <fileset dir="../../examples/themes"/>
+ <fileset dir="../../forms/common-themes/src/main/resources/theme">
+ </fileset>
</copy>
</target>
-</project>
\ No newline at end of file
+
+</project>
distribution/war-dist/assembly.xml 4(+2 -2)
diff --git a/distribution/war-dist/assembly.xml b/distribution/war-dist/assembly.xml
index e9c96a9..3438589 100755
--- a/distribution/war-dist/assembly.xml
+++ b/distribution/war-dist/assembly.xml
@@ -24,12 +24,12 @@
<outputDirectory>adapters</outputDirectory>
</dependencySet>
<dependencySet>
- <unpack>false</unpack>
+ <unpack>true</unpack>
<useTransitiveDependencies>false</useTransitiveDependencies>
<includes>
<include>org.keycloak:keycloak-example-themes-dist:zip</include>
</includes>
- <outputDirectory>examples</outputDirectory>
+ <outputDirectory>configuration</outputDirectory>
</dependencySet>
</dependencySets>
<!--