]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Remove deployment of DVP tenant UI. (#318)
authorRay Lee <ray.lee@lyrasis.org>
Wed, 1 Mar 2023 00:20:46 +0000 (19:20 -0500)
committerGitHub <noreply@github.com>
Wed, 1 Mar 2023 00:20:46 +0000 (19:20 -0500)
cspace-ui/dvp/WEB-INF/web.xml [deleted file]
cspace-ui/dvp/build.properties [deleted file]
cspace-ui/dvp/index.html [deleted file]

diff --git a/cspace-ui/dvp/WEB-INF/web.xml b/cspace-ui/dvp/WEB-INF/web.xml
deleted file mode 100644 (file)
index 3c1a184..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<web-app xmlns="http://java.sun.com/xml/ns/javaee" version="3.0" metadata-complete="true">
-        <filter>
-                <filter-name>FallbackResourceFilter</filter-name>
-                <filter-class>org.collectionspace.services.common.filter.FallbackResourceFilter</filter-class>
-        </filter>
-        <filter-mapping>
-                <filter-name>FallbackResourceFilter</filter-name>
-                <url-pattern>/*</url-pattern>
-        </filter-mapping>
-        <filter>
-                <filter-name>ExpiresFilter</filter-name>
-                <filter-class>org.apache.catalina.filters.ExpiresFilter</filter-class>
-                <init-param>
-                        <param-name>ExpiresDefault</param-name>
-                        <param-value>access plus 2 hours</param-value>
-                </init-param>
-        </filter>
-        <filter-mapping>
-                <filter-name>ExpiresFilter</filter-name>
-                <url-pattern>/*</url-pattern>
-        </filter-mapping>
-</web-app>
diff --git a/cspace-ui/dvp/build.properties b/cspace-ui/dvp/build.properties
deleted file mode 100644 (file)
index 881e381..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-tenant.ui.webapp.dir=cspace#${tenant.shortname}
-tenant.ui.basename=/cspace/${tenant.shortname}
-
-tenant.ui.profile.plugin.package.name=cspace-ui-plugin-profile-dvp
-tenant.ui.profile.plugin.library.name=cspaceUIPluginProfileDartmouthVietnamProject
-tenant.ui.profile.plugin.version=1.0.1
diff --git a/cspace-ui/dvp/index.html b/cspace-ui/dvp/index.html
deleted file mode 100644 (file)
index 1a3b160..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-       <head>
-               <meta charset="UTF-8" />
-       </head>
-       <body>
-               <div id="cspace"></div>
-               <script src="/cspace-ui/@UI_FILENAME@"></script>
-               <script src="/cspace-ui/@UI_PROFILE_PLUGIN_FILENAME@"></script>
-               <script>
-                       cspaceUI({
-                               basename: '@BASENAME@',
-                               plugins: [
-                                       @UI_PROFILE_PLUGIN_LIBRARY_NAME@(),
-                               ],
-                               prettyUrls: true,
-                               tenantId: '@TENANT_ID@',
-                       });
-               </script>
-       </body>
-</html>