From ab5f665d4ade54c7521d73992fc7867095949200 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Wed, 22 Sep 2010 14:16:02 +0000
Subject: [PATCH] LMS-1757 include web-client.properties in the build

SVN: 17984
---
 .../dist/server/web-client.properties         | 48 +++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100644 rtd_phosphonetx/dist/server/web-client.properties

diff --git a/rtd_phosphonetx/dist/server/web-client.properties b/rtd_phosphonetx/dist/server/web-client.properties
new file mode 100644
index 00000000000..94fa238158f
--- /dev/null
+++ b/rtd_phosphonetx/dist/server/web-client.properties
@@ -0,0 +1,48 @@
+# Configuration of entity (experiment, sample, data set, material) detail views.
+# Allows to hide chosen sections.
+#
+# Mandatory properties: 
+#   - view (entity detail view id) 
+#   - types (list of entity type codes)
+# Optional properties: 
+#   - hide-sections (list of section ids)
+#   - hide-smart-view (removes "Smart View" from Data Set Detail View -> Data View) (generic_dataset_viewer)
+#   - hide-file-view (removes "File View" from Data Set Detail View -> Data View) (generic_dataset_viewer)
+# Available sections in entity-detail-views:
+#   generic_dataset_viewer
+#   	data-set-data-section
+#   	data-set-parents-section
+#   	data-set-children-section
+#   	query-section
+#   generic_experiment_viewer
+#   	data-sets-section
+#   	attachment-section
+#   	query-section
+#   	container-sample-section
+#   generic_sample_viewer
+#   	container-sample-section
+#   	derived-samples-section
+#   	parent-samples-section
+#   	data-sets-section
+#   	attachment-section
+#   	query-section
+#   generic_material_viewer
+#   	query-section
+#
+# Example:
+# 
+#detail-views = sample-view, experiment-view, data-view  
+#
+#sample-view.view = generic_sample_viewer
+#sample-view.types = STYPE1, STYPE2
+#sample-view.hide-sections = derived-samples-section, container-sample-section  
+#
+#experiment-view.view = generic_experiment_viewer
+#experiment-view.types = ETYPE1, ETYPE2
+#experiment-view.hide-sections = data-sets-section 
+#
+#data-view.view = generic_dataset_viewer
+#data-view.types = DSTYPE
+#data-view.hide-smart-view = false
+#data-view.hide-file-view = true
+
-- 
GitLab