keycloak-aplcache
Changes
examples/demo-template/README.md 94(+80 -14)
Details
diff --git a/distribution/examples-docs-zip/build.xml b/distribution/examples-docs-zip/build.xml
index 9c1006d..545451c 100755
--- a/distribution/examples-docs-zip/build.xml
+++ b/distribution/examples-docs-zip/build.xml
@@ -17,8 +17,11 @@
<exclude name="**/WEB-INF/keycloak.json"/>
<exclude name="**/target/**"/>
<exclude name="**/*.iml"/>
+ <exclude name="**/README.md"/>
+ <exclude name="**/subsystem-config.xml"/>
</fileset>
</copy>
+ <move file="target/examples/unconfigured-demo/README.md.unconfigured" tofile="target/examples/unconfigured-demo/README.md"/>
<move file="target/examples/unconfigured-demo/customer-app/src/main/webapp/WEB-INF/web.xml.unconfigured" tofile="target/examples/unconfigured-demo/customer-app/src/main/webapp/WEB-INF/web.xml"/>
<move file="target/examples/unconfigured-demo/product-app/src/main/webapp/WEB-INF/web.xml.unconfigured" tofile="target/examples/unconfigured-demo/product-app/src/main/webapp/WEB-INF/web.xml"/>
<move file="target/examples/unconfigured-demo/database-service/src/main/webapp/WEB-INF/web.xml.unconfigured" tofile="target/examples/unconfigured-demo/database-service/src/main/webapp/WEB-INF/web.xml"/>
diff --git a/examples/demo-template/README.md.unconfigured b/examples/demo-template/README.md.unconfigured
new file mode 100755
index 0000000..eaee78d
--- /dev/null
+++ b/examples/demo-template/README.md.unconfigured
@@ -0,0 +1,10 @@
+Unconfigured Examples
+===================================
+This set of projects contains a stripped down version of the demo described in preconfigured-demo. All keycloak specific
+configuration has been removed. Use this project in conjunction with the online screencast tutorials at
+[http://keycloak.org/docs](http://keycloak.org/docs).
+
+
+
+
+