From 45a154a17f3b5a62793e352000a3c390dd8b151d Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Wed, 7 Jul 2010 09:39:12 +0000
Subject: [PATCH] XML changes only.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36933 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../delivery_tester.xml                       | 48 +++++++++++++++++++
 .../portal_solvers/Accept%20Solver.xml        |  6 ---
 .../portal_solvers/Trade%20Model%20Solver.xml |  6 ---
 .../portal_solvers/Unify%20Solver.xml         |  6 ---
 .../workflow_chain_type.xml                   |  2 +-
 bt5/erp5_simulation/bt/revision               |  2 +-
 6 files changed, 50 insertions(+), 20 deletions(-)

diff --git a/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_order_root_simulation_rule/delivery_tester.xml b/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_order_root_simulation_rule/delivery_tester.xml
index 65f5aaef05..16e88719e2 100644
--- a/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_order_root_simulation_rule/delivery_tester.xml
+++ b/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_order_root_simulation_rule/delivery_tester.xml
@@ -9,6 +9,18 @@
     </pickle>
     <pickle>
       <dictionary>
+        <item>
+            <key> <string>_identity_criterion</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_range_criterion</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
+        </item>
         <item>
             <key> <string>divergence_provider</string> </key>
             <value> <int>0</int> </value>
@@ -40,4 +52,40 @@
       </dictionary>
     </pickle>
   </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <global name="PersistentMapping" module="Persistence.mapping"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>data</string> </key>
+            <value>
+              <dictionary/>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <tuple>
+        <global name="PersistentMapping" module="Persistence.mapping"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>data</string> </key>
+            <value>
+              <dictionary/>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
 </ZopeData>
diff --git a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Accept%20Solver.xml b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Accept%20Solver.xml
index 9fca44f779..43f494d20a 100644
--- a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Accept%20Solver.xml
+++ b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Accept%20Solver.xml
@@ -29,12 +29,6 @@
               <tuple/>
             </value>
         </item>
-        <item>
-            <key> <string>delivery_solver</string> </key>
-            <value>
-              <tuple/>
-            </value>
-        </item>
         <item>
             <key> <string>description</string> </key>
             <value> <string>The Accept Solver solves the divergence by accepting the decision and updating a simulation movement.</string> </value>
diff --git a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Trade%20Model%20Solver.xml b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Trade%20Model%20Solver.xml
index 21e403a36d..67da5c5ec6 100644
--- a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Trade%20Model%20Solver.xml
+++ b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Trade%20Model%20Solver.xml
@@ -60,12 +60,6 @@
               <tuple/>
             </value>
         </item>
-        <item>
-            <key> <string>delivery_solver</string> </key>
-            <value>
-              <tuple/>
-            </value>
-        </item>
         <item>
             <key> <string>description</string> </key>
             <value> <string>The Trade Model Solver solves the divergence by accepting the decision and updating a simulation movement, and also updates trade model related movements.</string> </value>
diff --git a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Unify%20Solver.xml b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Unify%20Solver.xml
index 3d54010ec0..7f98faf377 100644
--- a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Unify%20Solver.xml
+++ b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Unify%20Solver.xml
@@ -64,12 +64,6 @@
             <key> <string>default_configuration_property_dict_method_id</string> </key>
             <value> <string>UnifySolver_getDefaultConfigurationPropertyDict</string> </value>
         </item>
-        <item>
-            <key> <string>delivery_solver</string> </key>
-            <value>
-              <tuple/>
-            </value>
-        </item>
         <item>
             <key> <string>description</string> </key>
             <value> <string>The Unify Solver solves the divergence by unifying the value with a selected one and updating a simulation movement.</string> </value>
diff --git a/bt5/erp5_simulation/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml b/bt5/erp5_simulation/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
index 18a1443542..c28cd29d77 100644
--- a/bt5/erp5_simulation/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
+++ b/bt5/erp5_simulation/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
@@ -51,4 +51,4 @@
   <type>Variation Divergence Tester</type>
   <workflow>edit_workflow</workflow>
  </chain>
-</workflow_chain>
+</workflow_chain>
\ No newline at end of file
diff --git a/bt5/erp5_simulation/bt/revision b/bt5/erp5_simulation/bt/revision
index 8306ec157b..b9c6c007cc 100644
--- a/bt5/erp5_simulation/bt/revision
+++ b/bt5/erp5_simulation/bt/revision
@@ -1 +1 @@
-130
\ No newline at end of file
+131
\ No newline at end of file
-- 
GitLab