From 32256758fcd46f43370c9b0c22e807a9945d29a7 Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Wed, 25 Feb 2009 15:04:52 +0000
Subject: [PATCH] initial upload

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25710 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_actions/tiolive_documentation.xml  | 77 +++++++++++++++++++
 .../portal_actions/tiolive_instance.xml       | 77 +++++++++++++++++++
 .../portal_actions/tiolive_profile.xml        | 77 +++++++++++++++++++
 bt5/tiolive_base/bt/categories_list           |  0
 bt5/tiolive_base/bt/change_log                |  0
 bt5/tiolive_base/bt/comment                   |  0
 bt5/tiolive_base/bt/copyright_list            |  0
 bt5/tiolive_base/bt/dependency_list           |  1 +
 bt5/tiolive_base/bt/description               |  1 +
 bt5/tiolive_base/bt/license                   |  1 +
 bt5/tiolive_base/bt/maintainer_list           |  1 +
 bt5/tiolive_base/bt/provision_list            |  0
 bt5/tiolive_base/bt/publication_url           |  1 +
 bt5/tiolive_base/bt/revision                  |  1 +
 bt5/tiolive_base/bt/short_title               |  1 +
 bt5/tiolive_base/bt/template_action_path_list |  3 +
 .../bt/template_base_category_list            |  0
 .../bt/template_catalog_datetime_key_list     |  0
 .../bt/template_catalog_full_text_key_list    |  0
 .../bt/template_catalog_keyword_key_list      |  0
 .../bt/template_catalog_local_role_key_list   |  0
 .../bt/template_catalog_method_id_list        |  0
 .../bt/template_catalog_multivalue_key_list   |  0
 .../bt/template_catalog_related_key_list      |  0
 .../bt/template_catalog_request_key_list      |  0
 .../bt/template_catalog_result_key_list       |  0
 .../bt/template_catalog_result_table_list     |  0
 .../bt/template_catalog_role_key_list         |  0
 .../bt/template_catalog_scriptable_key_list   |  0
 .../bt/template_catalog_topic_key_list        |  0
 .../bt/template_constraint_id_list            |  0
 bt5/tiolive_base/bt/template_document_id_list |  0
 .../bt/template_extension_id_list             |  0
 bt5/tiolive_base/bt/template_format_version   |  1 +
 bt5/tiolive_base/bt/template_local_roles_list |  0
 .../bt/template_message_translation_list      |  0
 bt5/tiolive_base/bt/template_module_id_list   |  0
 bt5/tiolive_base/bt/template_path_list        |  0
 ...late_portal_type_allowed_content_type_list |  0
 .../template_portal_type_base_category_list   |  0
 ...plate_portal_type_hidden_content_type_list |  0
 .../bt/template_portal_type_id_list           |  0
 .../template_portal_type_property_sheet_list  |  0
 .../bt/template_portal_type_roles_list        |  0
 .../template_portal_type_workflow_chain_list  |  0
 bt5/tiolive_base/bt/template_preference_list  |  0
 bt5/tiolive_base/bt/template_product_id_list  |  0
 .../bt/template_property_sheet_id_list        |  0
 bt5/tiolive_base/bt/template_role_list        |  0
 .../bt/template_site_property_id_list         |  0
 bt5/tiolive_base/bt/template_skin_id_list     |  0
 bt5/tiolive_base/bt/template_test_id_list     |  0
 bt5/tiolive_base/bt/template_tool_id_list     |  0
 ...template_update_business_template_workflow |  1 +
 bt5/tiolive_base/bt/template_update_tool      |  1 +
 bt5/tiolive_base/bt/template_workflow_id_list |  0
 bt5/tiolive_base/bt/title                     |  1 +
 bt5/tiolive_base/bt/version                   |  1 +
 58 files changed, 246 insertions(+)
 create mode 100644 bt5/tiolive_base/ActionTemplateItem/portal_types/portal_actions/tiolive_documentation.xml
 create mode 100644 bt5/tiolive_base/ActionTemplateItem/portal_types/portal_actions/tiolive_instance.xml
 create mode 100644 bt5/tiolive_base/ActionTemplateItem/portal_types/portal_actions/tiolive_profile.xml
 create mode 100644 bt5/tiolive_base/bt/categories_list
 create mode 100644 bt5/tiolive_base/bt/change_log
 create mode 100644 bt5/tiolive_base/bt/comment
 create mode 100644 bt5/tiolive_base/bt/copyright_list
 create mode 100644 bt5/tiolive_base/bt/dependency_list
 create mode 100644 bt5/tiolive_base/bt/description
 create mode 100644 bt5/tiolive_base/bt/license
 create mode 100644 bt5/tiolive_base/bt/maintainer_list
 create mode 100644 bt5/tiolive_base/bt/provision_list
 create mode 100644 bt5/tiolive_base/bt/publication_url
 create mode 100644 bt5/tiolive_base/bt/revision
 create mode 100644 bt5/tiolive_base/bt/short_title
 create mode 100644 bt5/tiolive_base/bt/template_action_path_list
 create mode 100644 bt5/tiolive_base/bt/template_base_category_list
 create mode 100644 bt5/tiolive_base/bt/template_catalog_datetime_key_list
 create mode 100644 bt5/tiolive_base/bt/template_catalog_full_text_key_list
 create mode 100644 bt5/tiolive_base/bt/template_catalog_keyword_key_list
 create mode 100644 bt5/tiolive_base/bt/template_catalog_local_role_key_list
 create mode 100644 bt5/tiolive_base/bt/template_catalog_method_id_list
 create mode 100644 bt5/tiolive_base/bt/template_catalog_multivalue_key_list
 create mode 100644 bt5/tiolive_base/bt/template_catalog_related_key_list
 create mode 100644 bt5/tiolive_base/bt/template_catalog_request_key_list
 create mode 100644 bt5/tiolive_base/bt/template_catalog_result_key_list
 create mode 100644 bt5/tiolive_base/bt/template_catalog_result_table_list
 create mode 100644 bt5/tiolive_base/bt/template_catalog_role_key_list
 create mode 100644 bt5/tiolive_base/bt/template_catalog_scriptable_key_list
 create mode 100644 bt5/tiolive_base/bt/template_catalog_topic_key_list
 create mode 100644 bt5/tiolive_base/bt/template_constraint_id_list
 create mode 100644 bt5/tiolive_base/bt/template_document_id_list
 create mode 100644 bt5/tiolive_base/bt/template_extension_id_list
 create mode 100644 bt5/tiolive_base/bt/template_format_version
 create mode 100644 bt5/tiolive_base/bt/template_local_roles_list
 create mode 100644 bt5/tiolive_base/bt/template_message_translation_list
 create mode 100644 bt5/tiolive_base/bt/template_module_id_list
 create mode 100644 bt5/tiolive_base/bt/template_path_list
 create mode 100644 bt5/tiolive_base/bt/template_portal_type_allowed_content_type_list
 create mode 100644 bt5/tiolive_base/bt/template_portal_type_base_category_list
 create mode 100644 bt5/tiolive_base/bt/template_portal_type_hidden_content_type_list
 create mode 100644 bt5/tiolive_base/bt/template_portal_type_id_list
 create mode 100644 bt5/tiolive_base/bt/template_portal_type_property_sheet_list
 create mode 100644 bt5/tiolive_base/bt/template_portal_type_roles_list
 create mode 100644 bt5/tiolive_base/bt/template_portal_type_workflow_chain_list
 create mode 100644 bt5/tiolive_base/bt/template_preference_list
 create mode 100644 bt5/tiolive_base/bt/template_product_id_list
 create mode 100644 bt5/tiolive_base/bt/template_property_sheet_id_list
 create mode 100644 bt5/tiolive_base/bt/template_role_list
 create mode 100644 bt5/tiolive_base/bt/template_site_property_id_list
 create mode 100644 bt5/tiolive_base/bt/template_skin_id_list
 create mode 100644 bt5/tiolive_base/bt/template_test_id_list
 create mode 100644 bt5/tiolive_base/bt/template_tool_id_list
 create mode 100644 bt5/tiolive_base/bt/template_update_business_template_workflow
 create mode 100644 bt5/tiolive_base/bt/template_update_tool
 create mode 100644 bt5/tiolive_base/bt/template_workflow_id_list
 create mode 100644 bt5/tiolive_base/bt/title
 create mode 100644 bt5/tiolive_base/bt/version

diff --git a/bt5/tiolive_base/ActionTemplateItem/portal_types/portal_actions/tiolive_documentation.xml b/bt5/tiolive_base/ActionTemplateItem/portal_types/portal_actions/tiolive_documentation.xml
new file mode 100644
index 0000000000..e6970f7b82
--- /dev/null
+++ b/bt5/tiolive_base/ActionTemplateItem/portal_types/portal_actions/tiolive_documentation.xml
@@ -0,0 +1,77 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>action</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>category</string> </key>
+            <value> <string>global</string> </value>
+        </item>
+        <item>
+            <key> <string>condition</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Provides direct access to TioLive Documentation page</string> </value>
+        </item>
+        <item>
+            <key> <string>icon</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>tiolive_documentation</string> </value>
+        </item>
+        <item>
+            <key> <string>permissions</string> </key>
+            <value>
+              <tuple>
+                <string>View</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>priority</string> </key>
+            <value> <float>100.0</float> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>TioLive Documentation</string> </value>
+        </item>
+        <item>
+            <key> <string>visible</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <global name="Expression" module="Products.CMFCore.Expression"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>string:http://www.tiolive.com/documentation</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>
diff --git a/bt5/tiolive_base/ActionTemplateItem/portal_types/portal_actions/tiolive_instance.xml b/bt5/tiolive_base/ActionTemplateItem/portal_types/portal_actions/tiolive_instance.xml
new file mode 100644
index 0000000000..f2e8203581
--- /dev/null
+++ b/bt5/tiolive_base/ActionTemplateItem/portal_types/portal_actions/tiolive_instance.xml
@@ -0,0 +1,77 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>action</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>category</string> </key>
+            <value> <string>global</string> </value>
+        </item>
+        <item>
+            <key> <string>condition</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Provides direct access to TioLive Instance Information page</string> </value>
+        </item>
+        <item>
+            <key> <string>icon</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>tiolive_instance</string> </value>
+        </item>
+        <item>
+            <key> <string>permissions</string> </key>
+            <value>
+              <tuple>
+                <string>View</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>priority</string> </key>
+            <value> <float>101.0</float> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>TioLive Instances</string> </value>
+        </item>
+        <item>
+            <key> <string>visible</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <global name="Expression" module="Products.CMFCore.Expression"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>string:https://www.tiolive.com/instance</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>
diff --git a/bt5/tiolive_base/ActionTemplateItem/portal_types/portal_actions/tiolive_profile.xml b/bt5/tiolive_base/ActionTemplateItem/portal_types/portal_actions/tiolive_profile.xml
new file mode 100644
index 0000000000..08c32b7336
--- /dev/null
+++ b/bt5/tiolive_base/ActionTemplateItem/portal_types/portal_actions/tiolive_profile.xml
@@ -0,0 +1,77 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>action</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>category</string> </key>
+            <value> <string>global</string> </value>
+        </item>
+        <item>
+            <key> <string>condition</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Provides direct access to TioLive User Profile page</string> </value>
+        </item>
+        <item>
+            <key> <string>icon</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>tiolive_profile</string> </value>
+        </item>
+        <item>
+            <key> <string>permissions</string> </key>
+            <value>
+              <tuple>
+                <string>View</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>priority</string> </key>
+            <value> <float>102.0</float> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>TioLive Profile</string> </value>
+        </item>
+        <item>
+            <key> <string>visible</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <global name="Expression" module="Products.CMFCore.Expression"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>string:https://www.tiolive.com/profile</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>
diff --git a/bt5/tiolive_base/bt/categories_list b/bt5/tiolive_base/bt/categories_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/change_log b/bt5/tiolive_base/bt/change_log
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/comment b/bt5/tiolive_base/bt/comment
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/copyright_list b/bt5/tiolive_base/bt/copyright_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/dependency_list b/bt5/tiolive_base/bt/dependency_list
new file mode 100644
index 0000000000..1037d15c20
--- /dev/null
+++ b/bt5/tiolive_base/bt/dependency_list
@@ -0,0 +1 @@
+erp5_base
\ No newline at end of file
diff --git a/bt5/tiolive_base/bt/description b/bt5/tiolive_base/bt/description
new file mode 100644
index 0000000000..7b7a3897b7
--- /dev/null
+++ b/bt5/tiolive_base/bt/description
@@ -0,0 +1 @@
+This business template provides various patches to standard ERP5 in order to adapt the CSS appearance of forms and menus in the context of TioLive.
\ No newline at end of file
diff --git a/bt5/tiolive_base/bt/license b/bt5/tiolive_base/bt/license
new file mode 100644
index 0000000000..3a3e12bcad
--- /dev/null
+++ b/bt5/tiolive_base/bt/license
@@ -0,0 +1 @@
+GPL
\ No newline at end of file
diff --git a/bt5/tiolive_base/bt/maintainer_list b/bt5/tiolive_base/bt/maintainer_list
new file mode 100644
index 0000000000..3ae096fde0
--- /dev/null
+++ b/bt5/tiolive_base/bt/maintainer_list
@@ -0,0 +1 @@
+jps
\ No newline at end of file
diff --git a/bt5/tiolive_base/bt/provision_list b/bt5/tiolive_base/bt/provision_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/publication_url b/bt5/tiolive_base/bt/publication_url
new file mode 100644
index 0000000000..4af18322e3
--- /dev/null
+++ b/bt5/tiolive_base/bt/publication_url
@@ -0,0 +1 @@
+None
\ No newline at end of file
diff --git a/bt5/tiolive_base/bt/revision b/bt5/tiolive_base/bt/revision
new file mode 100644
index 0000000000..d8263ee986
--- /dev/null
+++ b/bt5/tiolive_base/bt/revision
@@ -0,0 +1 @@
+2
\ No newline at end of file
diff --git a/bt5/tiolive_base/bt/short_title b/bt5/tiolive_base/bt/short_title
new file mode 100644
index 0000000000..4af18322e3
--- /dev/null
+++ b/bt5/tiolive_base/bt/short_title
@@ -0,0 +1 @@
+None
\ No newline at end of file
diff --git a/bt5/tiolive_base/bt/template_action_path_list b/bt5/tiolive_base/bt/template_action_path_list
new file mode 100644
index 0000000000..841cc2ecdb
--- /dev/null
+++ b/bt5/tiolive_base/bt/template_action_path_list
@@ -0,0 +1,3 @@
+portal_actions | tiolive_documentation
+portal_actions | tiolive_instance
+portal_actions | tiolive_profile
\ No newline at end of file
diff --git a/bt5/tiolive_base/bt/template_base_category_list b/bt5/tiolive_base/bt/template_base_category_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_catalog_datetime_key_list b/bt5/tiolive_base/bt/template_catalog_datetime_key_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_catalog_full_text_key_list b/bt5/tiolive_base/bt/template_catalog_full_text_key_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_catalog_keyword_key_list b/bt5/tiolive_base/bt/template_catalog_keyword_key_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_catalog_local_role_key_list b/bt5/tiolive_base/bt/template_catalog_local_role_key_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_catalog_method_id_list b/bt5/tiolive_base/bt/template_catalog_method_id_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_catalog_multivalue_key_list b/bt5/tiolive_base/bt/template_catalog_multivalue_key_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_catalog_related_key_list b/bt5/tiolive_base/bt/template_catalog_related_key_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_catalog_request_key_list b/bt5/tiolive_base/bt/template_catalog_request_key_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_catalog_result_key_list b/bt5/tiolive_base/bt/template_catalog_result_key_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_catalog_result_table_list b/bt5/tiolive_base/bt/template_catalog_result_table_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_catalog_role_key_list b/bt5/tiolive_base/bt/template_catalog_role_key_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_catalog_scriptable_key_list b/bt5/tiolive_base/bt/template_catalog_scriptable_key_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_catalog_topic_key_list b/bt5/tiolive_base/bt/template_catalog_topic_key_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_constraint_id_list b/bt5/tiolive_base/bt/template_constraint_id_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_document_id_list b/bt5/tiolive_base/bt/template_document_id_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_extension_id_list b/bt5/tiolive_base/bt/template_extension_id_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_format_version b/bt5/tiolive_base/bt/template_format_version
new file mode 100644
index 0000000000..56a6051ca2
--- /dev/null
+++ b/bt5/tiolive_base/bt/template_format_version
@@ -0,0 +1 @@
+1
\ No newline at end of file
diff --git a/bt5/tiolive_base/bt/template_local_roles_list b/bt5/tiolive_base/bt/template_local_roles_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_message_translation_list b/bt5/tiolive_base/bt/template_message_translation_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_module_id_list b/bt5/tiolive_base/bt/template_module_id_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_path_list b/bt5/tiolive_base/bt/template_path_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_portal_type_allowed_content_type_list b/bt5/tiolive_base/bt/template_portal_type_allowed_content_type_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_portal_type_base_category_list b/bt5/tiolive_base/bt/template_portal_type_base_category_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_portal_type_hidden_content_type_list b/bt5/tiolive_base/bt/template_portal_type_hidden_content_type_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_portal_type_id_list b/bt5/tiolive_base/bt/template_portal_type_id_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_portal_type_property_sheet_list b/bt5/tiolive_base/bt/template_portal_type_property_sheet_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_portal_type_roles_list b/bt5/tiolive_base/bt/template_portal_type_roles_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_portal_type_workflow_chain_list b/bt5/tiolive_base/bt/template_portal_type_workflow_chain_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_preference_list b/bt5/tiolive_base/bt/template_preference_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_product_id_list b/bt5/tiolive_base/bt/template_product_id_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_property_sheet_id_list b/bt5/tiolive_base/bt/template_property_sheet_id_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_role_list b/bt5/tiolive_base/bt/template_role_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_site_property_id_list b/bt5/tiolive_base/bt/template_site_property_id_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_skin_id_list b/bt5/tiolive_base/bt/template_skin_id_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_test_id_list b/bt5/tiolive_base/bt/template_test_id_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_tool_id_list b/bt5/tiolive_base/bt/template_tool_id_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/template_update_business_template_workflow b/bt5/tiolive_base/bt/template_update_business_template_workflow
new file mode 100644
index 0000000000..c227083464
--- /dev/null
+++ b/bt5/tiolive_base/bt/template_update_business_template_workflow
@@ -0,0 +1 @@
+0
\ No newline at end of file
diff --git a/bt5/tiolive_base/bt/template_update_tool b/bt5/tiolive_base/bt/template_update_tool
new file mode 100644
index 0000000000..c227083464
--- /dev/null
+++ b/bt5/tiolive_base/bt/template_update_tool
@@ -0,0 +1 @@
+0
\ No newline at end of file
diff --git a/bt5/tiolive_base/bt/template_workflow_id_list b/bt5/tiolive_base/bt/template_workflow_id_list
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/bt5/tiolive_base/bt/title b/bt5/tiolive_base/bt/title
new file mode 100644
index 0000000000..f8c35379a7
--- /dev/null
+++ b/bt5/tiolive_base/bt/title
@@ -0,0 +1 @@
+tiolive_base
\ No newline at end of file
diff --git a/bt5/tiolive_base/bt/version b/bt5/tiolive_base/bt/version
new file mode 100644
index 0000000000..ceab6e11ec
--- /dev/null
+++ b/bt5/tiolive_base/bt/version
@@ -0,0 +1 @@
+0.1
\ No newline at end of file
-- 
2.30.9