[Erp5-report] r36933 kazuhiko - in /erp5/trunk/bt5/erp5_simulation: PathTemplateItem/portal...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jul 7 11:39:22 CEST 2010


Author: kazuhiko
Date: Wed Jul  7 11:39:12 2010
New Revision: 36933

URL: http://svn.erp5.org?rev=36933&view=rev
Log:
XML changes only.

Modified:
    erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_order_root_simulation_rule/delivery_tester.xml
    erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Accept%20Solver.xml
    erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Trade%20Model%20Solver.xml
    erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Unify%20Solver.xml
    erp5/trunk/bt5/erp5_simulation/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
    erp5/trunk/bt5/erp5_simulation/bt/revision

Modified: erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_order_root_simulation_rule/delivery_tester.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_order_root_simulation_rule/delivery_tester.xml?rev=36933&r1=36932&r2=36933&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_order_root_simulation_rule/delivery_tester.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_order_root_simulation_rule/delivery_tester.xml [utf8] Wed Jul  7 11:39:12 2010
@@ -10,6 +10,18 @@
     <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>
         </item>
@@ -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>

Modified: erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Accept%20Solver.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Accept%2520Solver.xml?rev=36933&r1=36932&r2=36933&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Accept%20Solver.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Accept%20Solver.xml [utf8] Wed Jul  7 11:39:12 2010
@@ -30,12 +30,6 @@
             </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>
         </item>

Modified: erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Trade%20Model%20Solver.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Trade%2520Model%2520Solver.xml?rev=36933&r1=36932&r2=36933&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Trade%20Model%20Solver.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Trade%20Model%20Solver.xml [utf8] Wed Jul  7 11:39:12 2010
@@ -61,12 +61,6 @@
             </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>
         </item>

Modified: erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Unify%20Solver.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Unify%2520Solver.xml?rev=36933&r1=36932&r2=36933&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Unify%20Solver.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/Unify%20Solver.xml [utf8] Wed Jul  7 11:39:12 2010
@@ -65,12 +65,6 @@
             <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>
         </item>

Modified: erp5/trunk/bt5/erp5_simulation/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml?rev=36933&r1=36932&r2=36933&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml [utf8] Wed Jul  7 11:39:12 2010
@@ -51,4 +51,4 @@
   <type>Variation Divergence Tester</type>
   <workflow>edit_workflow</workflow>
  </chain>
-</workflow_chain>
+</workflow_chain>
\ No newline at end of file

Modified: erp5/trunk/bt5/erp5_simulation/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/bt/revision?rev=36933&r1=36932&r2=36933&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/bt/revision [utf8] Wed Jul  7 11:39:12 2010
@@ -1 +1 @@
-130
\ No newline at end of file
+131
\ No newline at end of file




More information about the Erp5-report mailing list