[Erp5-report] r44664 luke - in /erp5/trunk/bt5/vifib_slap: PropertySheetTemplateItem/ Prope...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 28 14:47:18 CEST 2011


Author: luke
Date: Mon Mar 28 14:47:18 2011
New Revision: 44664

URL: http://svn.erp5.org?rev=44664&view=rev
Log:
- Property Sheet migrated to ZODB

Added:
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/ComputerPartition/
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/ComputerPartition.xml
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/ComputerPartition/network_address_property.xml
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress.xml
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/broadcast_address_property.xml
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/dns_server_ip_address_property.xml
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/gateway_ip_address_property.xml
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/host_name_property.xml
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/ip_address_property.xml
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/netmask_bit_property.xml
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/netmask_property.xml
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/network_address_property.xml
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/network_interface_property.xml
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference.xml
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_instance_cleanup_resource_property.xml
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_instance_hosting_resource_property.xml
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_instance_setup_resource_property.xml
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_software_setup_resource_property.xml
Removed:
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/ComputerPartition.py
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/InternetProtocolAddress.py
    erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/VifibSystemPreference.py
Modified:
    erp5/trunk/bt5/vifib_slap/bt/revision

Removed: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/ComputerPartition.py
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/ComputerPartition.py?rev=44663&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/ComputerPartition.py [utf8] (original)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/ComputerPartition.py (removed)
@@ -1,53 +0,0 @@
-#############################################################################
-#
-# Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
-#                    Yusei TAHARA <yusei at nexedi.com>
-#                    Lukasz Nowak <luke at nexedi.com>
-#
-# WARNING: This program as such is intended to be used by professional
-# programmers who take the whole responsability of assessing all potential
-# consequences resulting from its eventual inadequacies and bugs
-# End users who are looking for a ready-to-use solution with commercial
-# garantees and support are strongly adviced to contract a Free Software
-# Service Company
-#
-# This program is Free Software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-#
-##############################################################################
-
-
-class ComputerPartition:
-  """
-  Computer Partition
-  """
-
-  _properties = (
-    { 'id'                       : 'network_address' # blind copy of Computer.py
-    , 'storage_id'               : 'default_network_address'
-    , 'description'              : 'The unique identity of the computer in computer network.'
-    , 'type'                     : 'content'
-    , 'portal_type'              : ( 'Internet Protocol Address', )#'Asynchronous Transfer Mode Address', 'UMTS Address' )
-    , 'acquired_property_id'     : ( 'text', 'host_name', 'ip_address', 'udp_port_number', 'tcp_port_number')
-    , 'acquisition_base_category': ( 'parent', )
-    , 'acquisition_portal_type'  : ( 'Computer Partition', )
-    , 'acquisition_copy_value'   : 0
-    , 'acquisition_mask_value'   : 1
-    , 'acquisition_sync_value'   : 0
-    , 'acquisition_accessor_id'  : 'getDefaultNetworkAddressValue'
-    , 'acquisition_depends'      : None
-    , 'alt_accessor_id'          : ()
-    , 'mode'                     : 'w'
-    },
-  )

Removed: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/InternetProtocolAddress.py
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/InternetProtocolAddress.py?rev=44663&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/InternetProtocolAddress.py [utf8] (original)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/InternetProtocolAddress.py (removed)
@@ -1,84 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2008 Nexedi SA and Contributors. All Rights Reserved.
-#                    Yusei TAHARA <yusei at nexedi.com>
-#
-# WARNING: This program as such is intended to be used by professional
-# programmers who take the whole responsability of assessing all potential
-# consequences resulting from its eventual inadequacies and bugs
-# End users who are looking for a ready-to-use solution with commercial
-# garantees and support are strongly adviced to contract a Free Software
-# Service Company
-#
-# This program is Free Software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-#
-##############################################################################
-
-
-class InternetProtocolAddress:
-    """
-        Information about IP address
-	(used by yet to add InternetProtocolAddress which is like a Phone / Address
-	please review following what mandriva in sysconfig 
-	
-	dhcp must be handled maybe with category
-    """
-
-    _properties = (
-        {   'id'          : 'host_name',
-            'description' : 'Hostname',
-            'type'        : 'string',
-            'mode'        : 'w' },
-        {   'id'          : 'ip_address',
-            'description' : 'IP Address',
-            'type'        : 'string',
-            'mode'        : 'w' },
-        {   'id'          : 'netmask',
-            'description' : 'Netmask',
-            'type'        : 'string',
-            'mode'        : 'w' },
-        {   'id'          : 'netmask_bit',
-            'description' : 'Netmask Bits',
-            'type'        : 'int',
-            'mode'        : 'w' },
-        {   'id'          : 'network_address',
-            'description' : 'Network Address',
-            'type'        : 'string',
-            'mode'        : 'w' },
-        {   'id'          : 'broadcast_address',
-            'description' : 'Broadcast Address',
-            'type'        : 'string',
-            'mode'        : 'w' },
-        {   'id'          : 'dns_server_ip_address',
-            'description' : 'DNS Server IP Address',
-            'type'        : 'string',
-            'mode'        : 'w' },
-        {   'id'          : 'gateway_ip_address',
-            'description' : 'Gateway IP Address',
-            'type'        : 'string',
-            'mode'        : 'w' },
-        {   'id'          : 'network_interface',
-            'description' : 'Network Interface',
-            'type'        : 'string',
-            'mode'        : 'w' },
-        {   'id'          : 'tcp_port_number',
-            'description' : 'Number of TCP port',
-            'type'        : 'string',
-            'mode'        : 'w' },
-        {   'id'          : 'udp_port_number',
-            'description' : 'Number of UDP port',
-            'type'        : 'string',
-            'mode'        : 'w' },
-    )

Removed: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/VifibSystemPreference.py
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/VifibSystemPreference.py?rev=44663&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/VifibSystemPreference.py [utf8] (original)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/VifibSystemPreference.py (removed)
@@ -1,32 +0,0 @@
-class VifibSystemPreference:
-  """Vifib System Preferences"""
-  _properties = (
-    { 'id'              : 'preferred_instance_cleanup_resource',
-      'description'     : 'Resource used to represent fact of cleaning up Software Instance',
-      'type'            : 'string',
-      'default'         :  '',
-      'preference'      : 1,
-      'write_permission': 'Manage properties',
-      'mode'            : 'w'},
-    { 'id'              : 'preferred_instance_hosting_resource',
-      'description'     : 'Resource used to represent fact of hosting operations on Software Instance',
-      'type'            : 'string',
-      'default'         :  '',
-      'preference'      : 1,
-      'write_permission': 'Manage properties',
-      'mode'            : 'w'},
-    { 'id'              : 'preferred_instance_setup_resource',
-      'description'     : 'Resource used to represent fact of Software Instance setup',
-      'type'            : 'string',
-      'default'         :  '',
-      'preference'      : 1,
-      'write_permission': 'Manage properties',
-      'mode'            : 'w'},
-    { 'id'              : 'preferred_software_setup_resource',
-      'description'     : 'Resource used to represent fact of Software Release setup',
-      'type'            : 'string',
-      'default'         :  '',
-      'preference'      : 1,
-      'write_permission': 'Manage properties',
-      'mode'            : 'w'},
-  )

Added: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/ComputerPartition.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/ComputerPartition.xml?rev=44664&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/ComputerPartition.xml (added)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/ComputerPartition.xml [utf8] Mon Mar 28 14:47:18 2011
@@ -0,0 +1,60 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Property Sheet" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_count</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_mt_index</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_tree</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>ComputerPartition</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Property Sheet</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <global name="Length" module="BTrees.Length"/>
+    </pickle>
+    <pickle> <int>0</int> </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <global name="OOBTree" module="BTrees.OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+  <record id="4" aka="AAAAAAAAAAQ=">
+    <pickle>
+      <global name="OOBTree" module="BTrees.OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/ComputerPartition/network_address_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/ComputerPartition/network_address_property.xml?rev=44664&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/ComputerPartition/network_address_property.xml (added)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/ComputerPartition/network_address_property.xml [utf8] Mon Mar 28 14:47:18 2011
@@ -0,0 +1,133 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Acquired Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>acquisition_depends</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>acquisition_sync_value</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>int</string> </value>
+                  </item>
+                </dictionary>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>acquisition_accessor_id</string> </key>
+            <value> <string>getDefaultNetworkAddressValue</string> </value>
+        </item>
+        <item>
+            <key> <string>acquisition_base_category</string> </key>
+            <value>
+              <tuple>
+                <string>parent</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>acquisition_copy_value</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>acquisition_depends</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>acquisition_mask_value</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>acquisition_portal_type</string> </key>
+            <value> <string>python: (\'Computer Partition\',)</string> </value>
+        </item>
+        <item>
+            <key> <string>acquisition_sync_value</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>alt_accessor_id</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/content</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>content_acquired_property_id</string> </key>
+            <value>
+              <tuple>
+                <string>text</string>
+                <string>host_name</string>
+                <string>ip_address</string>
+                <string>udp_port_number</string>
+                <string>tcp_port_number</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>content_portal_type</string> </key>
+            <value> <string>python: (\'Internet Protocol Address\',)</string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>The unique identity of the computer in computer network.</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>network_address_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Acquired Property</string> </value>
+        </item>
+        <item>
+            <key> <string>storage_id</string> </key>
+            <value> <string>default_network_address</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress.xml?rev=44664&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress.xml (added)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress.xml [utf8] Mon Mar 28 14:47:18 2011
@@ -0,0 +1,64 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Property Sheet" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_count</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_mt_index</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_tree</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>InternetProtocolAddress</string> </value>
+        </item>
+        <item>
+            <key> <string>last_id</string> </key>
+            <value> <string>9</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Property Sheet</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <global name="Length" module="BTrees.Length"/>
+    </pickle>
+    <pickle> <int>0</int> </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <global name="OOBTree" module="BTrees.OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+  <record id="4" aka="AAAAAAAAAAQ=">
+    <pickle>
+      <global name="OOBTree" module="BTrees.OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/broadcast_address_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/broadcast_address_property.xml?rev=44664&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/broadcast_address_property.xml (added)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/broadcast_address_property.xml [utf8] Mon Mar 28 14:47:18 2011
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/string</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Broadcast Address</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>broadcast_address_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/dns_server_ip_address_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/dns_server_ip_address_property.xml?rev=44664&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/dns_server_ip_address_property.xml (added)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/dns_server_ip_address_property.xml [utf8] Mon Mar 28 14:47:18 2011
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/string</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>DNS Server IP Address</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>dns_server_ip_address_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/gateway_ip_address_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/gateway_ip_address_property.xml?rev=44664&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/gateway_ip_address_property.xml (added)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/gateway_ip_address_property.xml [utf8] Mon Mar 28 14:47:18 2011
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/string</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Gateway IP Address</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>gateway_ip_address_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/host_name_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/host_name_property.xml?rev=44664&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/host_name_property.xml (added)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/host_name_property.xml [utf8] Mon Mar 28 14:47:18 2011
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/string</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Hostname</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>host_name_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/ip_address_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/ip_address_property.xml?rev=44664&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/ip_address_property.xml (added)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/ip_address_property.xml [utf8] Mon Mar 28 14:47:18 2011
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/string</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>IP Address</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>ip_address_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/netmask_bit_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/netmask_bit_property.xml?rev=44664&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/netmask_bit_property.xml (added)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/netmask_bit_property.xml [utf8] Mon Mar 28 14:47:18 2011
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/int</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Netmask Bits</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>netmask_bit_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/netmask_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/netmask_property.xml?rev=44664&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/netmask_property.xml (added)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/netmask_property.xml [utf8] Mon Mar 28 14:47:18 2011
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/string</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Netmask</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>netmask_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/network_address_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/network_address_property.xml?rev=44664&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/network_address_property.xml (added)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/network_address_property.xml [utf8] Mon Mar 28 14:47:18 2011
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/string</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Network Address</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>network_address_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/network_interface_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/network_interface_property.xml?rev=44664&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/network_interface_property.xml (added)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/InternetProtocolAddress/network_interface_property.xml [utf8] Mon Mar 28 14:47:18 2011
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/string</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Network Interface</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>network_interface_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference.xml?rev=44664&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference.xml (added)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference.xml [utf8] Mon Mar 28 14:47:18 2011
@@ -0,0 +1,60 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Property Sheet" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_count</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_mt_index</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_tree</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>VifibSystemPreference</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Property Sheet</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <global name="Length" module="BTrees.Length"/>
+    </pickle>
+    <pickle> <int>0</int> </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <global name="OOBTree" module="BTrees.OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+  <record id="4" aka="AAAAAAAAAAQ=">
+    <pickle>
+      <global name="OOBTree" module="BTrees.OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_instance_cleanup_resource_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_instance_cleanup_resource_property.xml?rev=44664&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_instance_cleanup_resource_property.xml (added)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_instance_cleanup_resource_property.xml [utf8] Mon Mar 28 14:47:18 2011
@@ -0,0 +1,65 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/string</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Resource used to represent fact of cleaning up Software Instance</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>preferred_instance_cleanup_resource_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+        <item>
+            <key> <string>preference</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>property_default</string> </key>
+            <value> <string>python: \'\'</string> </value>
+        </item>
+        <item>
+            <key> <string>write_permission</string> </key>
+            <value> <string>Manage properties</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_instance_hosting_resource_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_instance_hosting_resource_property.xml?rev=44664&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_instance_hosting_resource_property.xml (added)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_instance_hosting_resource_property.xml [utf8] Mon Mar 28 14:47:18 2011
@@ -0,0 +1,65 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/string</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Resource used to represent fact of hosting operations on Software Instance</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>preferred_instance_hosting_resource_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+        <item>
+            <key> <string>preference</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>property_default</string> </key>
+            <value> <string>python: \'\'</string> </value>
+        </item>
+        <item>
+            <key> <string>write_permission</string> </key>
+            <value> <string>Manage properties</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_instance_setup_resource_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_instance_setup_resource_property.xml?rev=44664&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_instance_setup_resource_property.xml (added)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_instance_setup_resource_property.xml [utf8] Mon Mar 28 14:47:18 2011
@@ -0,0 +1,65 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/string</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Resource used to represent fact of Software Instance setup</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>preferred_instance_setup_resource_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+        <item>
+            <key> <string>preference</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>property_default</string> </key>
+            <value> <string>python: \'\'</string> </value>
+        </item>
+        <item>
+            <key> <string>write_permission</string> </key>
+            <value> <string>Manage properties</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_software_setup_resource_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_software_setup_resource_property.xml?rev=44664&view=auto
==============================================================================
--- erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_software_setup_resource_property.xml (added)
+++ erp5/trunk/bt5/vifib_slap/PropertySheetTemplateItem/portal_property_sheets/VifibSystemPreference/preferred_software_setup_resource_property.xml [utf8] Mon Mar 28 14:47:18 2011
@@ -0,0 +1,65 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/string</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Resource used to represent fact of Software Release setup</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>preferred_software_setup_resource_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+        <item>
+            <key> <string>preference</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>property_default</string> </key>
+            <value> <string>python: \'\'</string> </value>
+        </item>
+        <item>
+            <key> <string>write_permission</string> </key>
+            <value> <string>Manage properties</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/vifib_slap/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_slap/bt/revision?rev=44664&r1=44663&r2=44664&view=diff
==============================================================================
--- erp5/trunk/bt5/vifib_slap/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/vifib_slap/bt/revision [utf8] Mon Mar 28 14:47:18 2011
@@ -1 +1 @@
-363
\ No newline at end of file
+364
\ No newline at end of file



More information about the Erp5-report mailing list