From 668a24b024a8ae58ae09ef3a5b3e7c156be47c37 Mon Sep 17 00:00:00 2001 From: erikwinlof Date: Wed, 13 Oct 2010 15:48:19 +0000 Subject: [PATCH] REmoved Probes about page --- .../src/main/webapp/WEB-INF/pages/about.xml | 13 ------------ .../src/main/webapp/WEB-INF/pages/start.xml | 4 ---- .../webscripts/about/about.get.desc.xml | 5 ----- .../webscripts/about/about.get.html.ftl | 20 ------------------- .../webscripts/about/about.get.properties | 7 ------- 5 files changed, 49 deletions(-) delete mode 100644 modules/activiti-webapp-probe/src/main/webapp/WEB-INF/pages/about.xml delete mode 100644 modules/activiti-webapp-probe/src/main/webapp/WEB-INF/webscripts/about/about.get.desc.xml delete mode 100644 modules/activiti-webapp-probe/src/main/webapp/WEB-INF/webscripts/about/about.get.html.ftl delete mode 100644 modules/activiti-webapp-probe/src/main/webapp/WEB-INF/webscripts/about/about.get.properties diff --git a/modules/activiti-webapp-probe/src/main/webapp/WEB-INF/pages/about.xml b/modules/activiti-webapp-probe/src/main/webapp/WEB-INF/pages/about.xml deleted file mode 100644 index 939e886d93..0000000000 --- a/modules/activiti-webapp-probe/src/main/webapp/WEB-INF/pages/about.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - about - About - standard - admin - - - main1 - /component/about - - - \ No newline at end of file diff --git a/modules/activiti-webapp-probe/src/main/webapp/WEB-INF/pages/start.xml b/modules/activiti-webapp-probe/src/main/webapp/WEB-INF/pages/start.xml index d81a0a8670..85bb863a33 100644 --- a/modules/activiti-webapp-probe/src/main/webapp/WEB-INF/pages/start.xml +++ b/modules/activiti-webapp-probe/src/main/webapp/WEB-INF/pages/start.xml @@ -15,9 +15,5 @@ database child - - about - child - \ No newline at end of file diff --git a/modules/activiti-webapp-probe/src/main/webapp/WEB-INF/webscripts/about/about.get.desc.xml b/modules/activiti-webapp-probe/src/main/webapp/WEB-INF/webscripts/about/about.get.desc.xml deleted file mode 100644 index b09205d05f..0000000000 --- a/modules/activiti-webapp-probe/src/main/webapp/WEB-INF/webscripts/about/about.get.desc.xml +++ /dev/null @@ -1,5 +0,0 @@ - - Activiti - About Probe - Describes the Activiti Probe application - /component/about - \ No newline at end of file diff --git a/modules/activiti-webapp-probe/src/main/webapp/WEB-INF/webscripts/about/about.get.html.ftl b/modules/activiti-webapp-probe/src/main/webapp/WEB-INF/webscripts/about/about.get.html.ftl deleted file mode 100644 index 884777e4de..0000000000 --- a/modules/activiti-webapp-probe/src/main/webapp/WEB-INF/webscripts/about/about.get.html.ftl +++ /dev/null @@ -1,20 +0,0 @@ -
-${msg("text.about")} -
- -

${msg("header.this-version")}

-
- -
- -

${msg("header.future-version")}

-
- -
diff --git a/modules/activiti-webapp-probe/src/main/webapp/WEB-INF/webscripts/about/about.get.properties b/modules/activiti-webapp-probe/src/main/webapp/WEB-INF/webscripts/about/about.get.properties deleted file mode 100644 index 6e8c18c00f..0000000000 --- a/modules/activiti-webapp-probe/src/main/webapp/WEB-INF/webscripts/about/about.get.properties +++ /dev/null @@ -1,7 +0,0 @@ -header.this-version=The scope of this version is to -header.future-version=The scope of future versions is to -text.about=The Probe application lets system administrators monitor their Activiti instances. -text.display-engine-info=Display information about the process engine -text.list-database-tables=List the data tables and their content -text.manage-users-and-groups=Manage users and groups -text.display-deployments=Display deployments, process definitions and their content -- GitLab