From f06b7ccca332f9734101b4bcefde1c13bfce9250 Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Sat, 4 Jan 2020 18:57:10 -0800 Subject: [PATCH] DRYD-744: Configure botgarden ui. --- cspace-ui/botgarden/WEB-INF/web.xml | 23 +++++++++++++++++++++++ cspace-ui/botgarden/build.properties | 6 ++++++ cspace-ui/botgarden/index.html | 20 ++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 cspace-ui/botgarden/WEB-INF/web.xml create mode 100644 cspace-ui/botgarden/build.properties create mode 100644 cspace-ui/botgarden/index.html diff --git a/cspace-ui/botgarden/WEB-INF/web.xml b/cspace-ui/botgarden/WEB-INF/web.xml new file mode 100644 index 000000000..3c1a184fb --- /dev/null +++ b/cspace-ui/botgarden/WEB-INF/web.xml @@ -0,0 +1,23 @@ + + + + FallbackResourceFilter + org.collectionspace.services.common.filter.FallbackResourceFilter + + + FallbackResourceFilter + /* + + + ExpiresFilter + org.apache.catalina.filters.ExpiresFilter + + ExpiresDefault + access plus 2 hours + + + + ExpiresFilter + /* + + diff --git a/cspace-ui/botgarden/build.properties b/cspace-ui/botgarden/build.properties new file mode 100644 index 000000000..c22d5f09a --- /dev/null +++ b/cspace-ui/botgarden/build.properties @@ -0,0 +1,6 @@ +tenant.ui.webapp.dir=cspace#${tenant.shortname} +tenant.ui.basename=/cspace/${tenant.shortname} + +tenant.ui.profile.plugin.package.name=cspace-ui-plugin-profile-botgarden +tenant.ui.profile.plugin.library.name=cspaceUIPluginProfileBotGarden +tenant.ui.profile.plugin.version=1.0.0-rc.2 diff --git a/cspace-ui/botgarden/index.html b/cspace-ui/botgarden/index.html new file mode 100644 index 000000000..1a3b160ab --- /dev/null +++ b/cspace-ui/botgarden/index.html @@ -0,0 +1,20 @@ + + + + + +
+ + + + + -- 2.47.3